Skip to content

Release 3.8.1

Compare
Choose a tag to compare
@fsoubelet fsoubelet released this 14 Aug 09:09
· 4 commits to master since this release
d106b27

Release 3.8.1 is a patch version fixing compatibility with numpy 2.x. Please note there is a caveat (read below) on Python 3.9 when installing tfs-pandas with the hdf5 extra.

Important Changes:

  • The minimum required numpy version is now numpy 1.24.

Fixes

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

What's Changed

Full Changelog: v3.8.0...v3.8.1