v0.10.0
Breaking Changes
- Added support for Python 3.11.
- Added arm64 macOS wheels. Dropped PyPy 3.7 Linux wheels and all PyPy 3.8 wheels.
Deprecations
- Support for Python 3.7 is deprecated.
Other Changes
- From NumPy 1.24.0
np.float
is deprecated by @lldelisle in #90 - Fix exception message by @lldelisle in #89
- Fix compilation with Cython 3 by @mvdbeek in #91
Full Changelog: v0.9.0...v0.10.0