Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@smith120bh smith120bh released this 20 Jul 11:54
· 41 commits to master since this release
9af5e05

This release makes two key updates:

  1. Upgrade to Numpy v2.0.0 compatibility
    • Importantly, this required deprecating Python 3.9. Theoretically, if you are still using the Numpy 1.x series, nothing should have broken Python 3.9, but automatic testing of Python 3.9 is now dropped, so use at your own risk!
  2. Build and distribute platform-specific binary wheels - which should now make this package both more efficient and faster to install

And while it won't make any difference to anaStruct users, for any developers or forks, anaStruct has now swapped to using poetry for packaging and dependency management.

What's Changed

  • Swap to Poetry as package manager, build binary wheels by @smith120bh in #281

Dependabots

Full Changelog: release-v1.5.1...release-v1.6.0