Changelog#

Versions follow Semantic Versioning (<major>.<minor>.<patch>).

Backward incompatible (breaking) changes will only be introduced in major versions with advance notice in the Deprecations section of releases.

pydoit-nb v0.3.4 (2024-04-04)#

Bug Fixes#

  • Fixed handling of serialisation of Pint quantities.

    Previously, they were mistakenly being identified as iterable, which was causing things to explode. (#9)

pydoit-nb v0.3.3 (2024-02-15)#

Bug Fixes#

  • Loosened requirements versions (#6)

pydoit-nb v0.3.2 (2024-02-08)#

Bug Fixes#

  • Refer to correct licence file and include licence in pyproject.toml (#5)

pydoit-nb v0.3.1 (2024-02-08)#

Trivial/Internal Changes#

pydoit-nb v0.3.0 (2024-02-05)#

Features#

  • Added end-to-end testing and all required features to support it.

    This should be considered to be the first, functional, stable release. (#3)

pydoit-nb v0.2.1 (2024-02-03)#

Trivial/Internal Changes#

pydoit-nb v0.2.0 (2024-02-02)#

No significant changes.