Releases: csiro-hydroinformatics/pyrefcount
Releases · csiro-hydroinformatics/pyrefcount
1.2.7
v1.2.7 - 2025-01-14
Compare with v1.2.6
Build
Functionally unchanged, the package has been migrated away from using poetry
and some legacy steps for building to the template copier-uv.
- update cffi dependency version to the latest. Building older cffi fails on GH actions (e4e603d by J-M).
- cumulative changes until
make check
passes (ccf1a18 by J-M).
v1.2.0
Wrap "None" as a GenericWrapper for arguments. This is convenient to simplify cases to deal with in code generation.
v1.1.0
Main changes
- Expand some features to cater for macos
- Tidy up and reengineer some of the legacy functions in the platform utilities
putils
to facilitate library loading. Minor breaking changes, but probably for no-one but the author in effect.
v1.0.0
Main changes
- Improve documentation, and use the mkdocs-material theme
- mkdocs.yml changes. Enable dark/light modes from mkdocs-material
- Improved type hints, and add static type checks (mypy)
- Improve unit tests and add unit test code coverage reporting
- Manage the package using poetry; phase out setuptools.
- Apply some of the approaches in https://py-pkgs.org.
- Restore appveyor CI to a working state
Release 0.9.3
A posteriori release via github. Trying to move to python semantic-version
, which, I think, requires this.