Skip to content

1.4.2

Latest

Choose a tag to compare

@antonwolfy antonwolfy released this 01 Jul 08:57
05eacad

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-base dependency and USE_NUMPY_BASE environment variable from conda recipe gh-124

Fixed

  • Fixed compatibility with NumPy 2.5 by replacing the deprecated in-place array shape assignment with reshape, and by replacing the deprecated numpy.testing.suppress_warnings usage in tests with pytest.warns gh-137

Contributors

Full Changelog: 1.4.1...1.4.2