Releases: klane/jekyllnb
Releases · klane/jekyllnb
v0.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.
v0.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.
v0.2.0
v0.1.2
Added
- Added tox environment for Python 3.8.
Changed
- Ensured
output_files_dir
is not a relative path and gets appended tobuild_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
v0.1.0
Initial release