Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

48 lines (33 loc) · 1.37 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.

  • generate also clear cells execution count
  • update dependencies

v1.3.0 - 2023-08-23

  • add version argument
  • fix end of generated files
  • fix generate for multiple ipynb with same prefix
  • add type hints checks in CI
  • update some type hints

v1.2.0 - 2023-08-17

  • add directory argument

v1.1.1 - 2023-08-16

  • updated pre-commit hooks

v1.1.0 - 2023-08-16

  • add the -F/--filter argument
  • add the -c/--check argument
  • update notebook naming convention with a dash (-)
  • allow notebooks starting with something else than a digit
  • test ipynb after generation
  • fix magic.py behavior when outside of ipynb
  • dependency bumps

v1.0.0 - 2023-08-08

  • project initialisation