Release history and notes

Sequence based identifiers are used for versioning (schema follows below):

major.minor[.revision]
  • It is always safe to upgrade within the same minor version (for example, from 0.3 to 0.3.4).

  • Minor version changes might be backwards incompatible. Read the release notes carefully before upgrading (for example, when upgrading from 0.3.4 to 0.4).

  • All backwards incompatible changes are mentioned in this document.

0.1.4

2025-06-01

  • Narrow down the PyPI package size by introducing MANIFEST.in.

0.1.3

2025-05-31

  • 100% test coverage.

  • Documentation improvements.

0.1.2

2025-05-31

  • Minor fixes.

0.1.1

2025-05-31

  • Fixes for Python 3.9.

0.1

2025-05-31

Note

Release is dedicated to my beloved son Raffi. Get well soon my dear!

  • Initial beta release.