Change Log

0.3.1

Changed

  • Modified template to adhere to new nbconvert format.
  • Ignored poetry cache on Windows CI runs to prevent occasional hang on install step.
  • Updated migrated and archived CI actions to new repos.
  • Customized README badges.

Fixed

  • Fixed issue with traitlets version 5 (#147).
  • Updated code to be compatible with nbconvert version 6.

0.3.0

Added

  • Added help strings for new parameters (#122).

Changed

  • Parametrized conditional raising (#117).
  • Deleted unused config files (#118).
  • Excluded page titles from MkDocs TOC (#123).
  • Converted string formatting to f-strings (#124).
  • Dropped Python 3.5 support (#125).
  • Improved documentation (#126).
  • Improved CI checks.
  • Removed conditional from dev dependencies.

Fixed

  • Fixed bug that used first image dir when converting multiple notebooks.

0.2.0

Added

Changed

  • Removed ABC import check (#114).
  • Changed super calls to Python 3 standard (#116).
  • Dropped Python 2 support (#121).
  • Skipped CI tests on changes to docs and Markdown files.
  • Removed restore-keys from GitHub cache action.

Fixed

  • Fixed GitHub release body.

0.1.2

Added

  • Added tox environment for Python 3.8.

Changed

  • Ensured output_files_dir is not a relative path and gets appended to build_directory.
  • Put quotes around release workflow body to preserve newlines in GitHub releases.
  • Set hash with output variable instead of environment variable for CI linting cache key.

Fixed

  • Fixed PyPI link.

0.1.1

Added

  • Added usage documentation.
  • Added comments to source files.

Changed

  • Restricted CI tests to branches.

Fixed

  • Updated CHANGELOG (#112).
  • Improved documentation (#113).
  • Added comments to source files (#119).

0.1.0

Initial release