Release 3.8.1
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 nownumpy 1.24
.
Fixes
- The package's HDF functionality is fully compatible with
numpy 2.x
onPython >= 3.10
thanks to apytables
compatibility release. - The package's HDF functionality limits to
numpy < 2
onPython 3.9
due to the lack of compatibility frompytables
on this versions.
What's Changed
- Migrate to pyproject.toml by @fsoubelet in #131
Full Changelog: v3.8.0...v3.8.1