Skip to content

Releases: csiro-hydroinformatics/pyrefcount

1.2.7

14 Jan 04:40
Compare
Choose a tag to compare

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

25 Jan 04:51
Compare
Choose a tag to compare

Wrap "None" as a GenericWrapper for arguments. This is convenient to simplify cases to deal with in code generation.

v1.1.0

19 Aug 08:50
Compare
Choose a tag to compare

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

13 Aug 08:11
Compare
Choose a tag to compare

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

13 Aug 06:56
Compare
Choose a tag to compare

A posteriori release via github. Trying to move to python semantic-version, which, I think, requires this.