0.1.25
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
Internals
- Migrate from
setup.cfg
frompyproject.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)