Skip to content

0.1.25

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 09:14
· 39 commits to main since this release
f5143df

This release contains a number of improvements to the docs, API reference, CI/CD logic (incl. official support for Python 3.12), and other minor internal changes.

Documentation

  • Misc documentation improvements (#180)
  • Move changelog to ./docs/reference/changelog.md (#180)

Internals

  • Migrate from setup.cfg from pyproject.toml (#176)
  • Use importlib.resources to load data assets from within the package - to be PEP-302 compliant (#176)
  • Enforce "strict" mypy mode (mostly improved type annotations for generic types) (#177)

CI/CD

  • Add support for Python 3.12 (#182)