Skip to content

Releases: klane/jekyllnb

v0.3.1

26 Oct 15:38
v0.3.1
16ffe94
Compare
Choose a tag to compare

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.

v0.3.0

13 Apr 16:38
v0.3.0
0c998fd
Compare
Choose a tag to compare

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.

v0.2.0

27 Dec 06:41
v0.2.0
8ef367c
Compare
Choose a tag to compare

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.

v0.1.2

24 Dec 15:34
v0.1.2
b1c43df
Compare
Choose a tag to compare

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.

v0.1.1

23 Dec 00:14
v0.1.1
8282e6d
Compare
Choose a tag to compare

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).

v0.1.0

22 Dec 14:31
v0.1.0
82a7ad9
Compare
Choose a tag to compare

Initial release