Release 0.15.1
Release 0.15.1 is a patch version fixing compatibility with numpy 2.x. Please note there is a caveat (read below) on Python 3.9.
Important Changes:
- The minimum required
numpyversion is nownumpy 1.24.
Fixes
- The package is now fully compatible with
numpy 2.xonPython >= 3.10thanks to apytablescompatibility release. - The package still limits to
numpy < 2onPython 3.9due to the lack of compatibility frompytableson this versions.
What's Changed
- Migrate to pyproject.toml and common workflows, update for numpy 2.0 by @fsoubelet in #442
Full Changelog: 0.15.0...0.15.1