Releases: astrofrog/fast-histogram
Releases · astrofrog/fast-histogram
v0.14
What's Changed
Fixed compatibility with Numpy 2.0 by bumping minimum required Python to 3.9 in #87 - this will ensure that the abi3
wheels are built for Python 3.9 with Numpy 2.0 instead of Python 3.8 with Numpy 1.x.
Full Changelog: v0.13...v0.14
v0.13
What's Changed
The main change in this release is added support for Numpy 2.0.
Other Changes
- Clean up test matrix by @pllim in #82
- Use v1 workflow, not main by @pllim in #79
- Fix link to benchmark plot in README by @pllim in #78
- Add PyPI badge by @pllim in #75
- Remove wheel from build requirements by @pllim in #74
- Build against Numpy 2.0.0rc1 for Python>=3.9 by @astrofrog in #86
New Contributors
- @pre-commit-ci made their first contribution in #70
- @pllim made their first contribution in #82
Full Changelog: v0.12...v0.13