Skip to content

Releases: m-rossi/jupyter-docx-bundler

0.4.0

20 Aug 13:08
Compare
Choose a tag to compare

Changed

  • Modernize packaging using pyproject.toml (#96) - @m-rossi

Fixed

0.3.5

13 Dec 21:22
Compare
Choose a tag to compare

0.3.5

Added

Changed

Fixed

0.3.4

09 Jun 20:49
313db82
Compare
Choose a tag to compare

Fixed

  • Fix issue when installing with pip caused by wrong and misspelled package in setup.py (#77, #78)

0.3.3

14 May 19:14
Compare
Choose a tag to compare

Added

Changed

Fixed

0.3.2

11 Dec 17:09
37491a4
Compare
Choose a tag to compare

Changed

Fixed

  • Fix multiple outputs with different data inside (#63) - @TanguyFi
  • Add missing Python 3.9 version to CI-build step - @m-rossi

0.3.1

19 Oct 11:10
04b8728
Compare
Choose a tag to compare

Added

Fixed

  • Fix unreliable tests for remove_all_inputs_notebook (#57) - @m-rossi

0.3.0

11 Aug 14:42
cc6bfcc
Compare
Choose a tag to compare

Added

  • Add first version of syntax highlighting (#8) - @m-rossi
  • Add global tag exclude_input to hide all inputs, see README for details (#30, #41) - @m-rossi

Changed

Fixed

  • Fix export of multiple output images of matplotlib (#39) - @m-rossi
  • Fix math formulas when using pandoc (#42, #45) - @m-rossi

0.2.2

08 Mar 11:04
Compare
Choose a tag to compare

Added

Changed

  • Remove the default 'Notebook' title if there is no title in the metadata (#28, #29) -@m-rossi
  • Switch from azure pipelines to github actions (#34) - @m-rossi
  • Allow uploads of code-coverage from PRs (#35) - @m-rossi

Fixed

  • Fix conversion issue if a markdown image has additional title (#36, #37) - @m-rossi

0.2.1

21 Jun 16:47
Compare
Choose a tag to compare

Added

Fixed

  • Package name in setup.py was wrong a lead to issues when creating a recipe for conda-forge - @m-rossi
  • Issues with pillow on Windows on Azurepipelines (#27) - @m-rossi

0.2.0

21 Jun 13:44
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Fix platform specific issues by require recent versions of dependencies (#16, #18) - @m-rossi
  • Fix missing *.docx-extension on windows (#20) - @m-rossi
  • Linked images not export document (#23) - @m-rossi