Skip to content

Latest commit

 

History

History
287 lines (206 loc) · 12 KB

CHANGELOG.md

File metadata and controls

287 lines (206 loc) · 12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.0] - 2023-08-20

Changed

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

Fixed

0.3.5 - 2022-12-13

Added

Changed

Fixed

0.3.4 - 2021-06-09

Fixed

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

0.3.3 - 2021-05-14

Added

Changed

Fixed

0.3.2 - 2020-12-11

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 - 2020-10-19

Added

Fixed

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

0.3.0 - 2020-08-11

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 - 2020-03-08

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 - 2019-06-21

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 - 2019-06-21

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

0.1.3 - 2018-05-06

Added

  • Add tests for downloaded notebooks from nbviewer.jupyter.org - @m-rossi
  • Add fixture which creates a notebook with matplotlib figures - @m-rossi

Changed

  • Require Pandoc version 2.2 as minimum to export large notebooks on windows - @m-rossi

Removed

Fixed

  • Embedded images in markdown cells are exported correctly (#5) - @m-rossi
  • Fix testing on Windows, because jpg export of matplotlib currently does not work - @m-rossi

0.1.2 - 2018-01-09

Changed

  • Use "title" instead of "name" for notebook title to match notebook format (#2) - @m-rossi
  • Switch from noarch conda package to os-dependent conda package - @m-rossi

Fixed

  • Notebook model['name'] is different on Unix and Windows (#4) - @m-rossi

0.1.1 - 2017-11-11

Fixed

  • Remove README.md from description and use README.rst which will be generated during build and upload - @m-rossi

0.1.0 - 2017-11-11

Initial version - @m-rossi