Overview
This is a maintenance release focused on compatibility with newer NumPy and a more robust conda build. It restores a green test suite against NumPy 2.5, drops the numpy-base dependency from the conda recipe, and fixes the conda package workflow. There are no API changes — this release is functionally identical to 1.4.1 for end users.
Changed
- Removed
numpy-basedependency andUSE_NUMPY_BASEenvironment variable from conda recipe gh-124
Fixed
- Fixed compatibility with NumPy 2.5 by replacing the deprecated in-place array
shapeassignment withreshape, and by replacing the deprecatednumpy.testing.suppress_warningsusage in tests withpytest.warnsgh-137
Contributors
- Anton Volkov (@antonwolfy)
- Jordan Harlow (@jharlow-intel)
- Nikita Grigorian (@ndgrigorian)
Full Changelog: 1.4.1...1.4.2