Skip to content

v2.1.0

Latest

Choose a tag to compare

@neutrinoceros neutrinoceros released this 24 Jul 09:00
· 114 commits to main since this release
171ec7a

Summary

Pre-compiled binaries for this release are stable-ABI compliant (abi3), which means that only one binary is built for each target platform, which is compatible with all supported Python versions (3.11 - 3.14).
Support was added for Linux ARM64 targets.

Added

Fixed

  • TYP: fix type annotations for _CoordinateValidatorMixin._get_safe_datatype for compatibility with numpy 2.2 by @neutrinoceros in #289
  • BUG: fix an error message that could incorrectly refer to the specific class, possibly not involved in the error itself by @neutrinoceros in #309
  • DOC: fixup Dataset's docstring by @neutrinoceros in #310
  • TYP: refine type hints to reflect relationships between arguments and return values in terms of array dtype by @neutrinoceros in #314

Internal

New Contributors

Full Changelog: v2.0.0...v2.1.0