Skip to content

Release 0.15.1

Choose a tag to compare

@fsoubelet fsoubelet released this 14 Aug 09:51
· 47 commits to master since this release
33b16a2

Release 0.15.1 is a patch version fixing compatibility with numpy 2.x. Please note there is a caveat (read below) on Python 3.9.

Important Changes:

  • The minimum required numpy version is now numpy 1.24.

Fixes

  • The package is now fully compatible with numpy 2.x on Python >= 3.10 thanks to a pytables compatibility release.
  • The package still limits to numpy < 2 on Python 3.9 due to the lack of compatibility from pytables on this versions.

What's Changed

  • Migrate to pyproject.toml and common workflows, update for numpy 2.0 by @fsoubelet in #442

Full Changelog: 0.15.0...0.15.1