What's Changed
This release requires Python >= 3.8 (PR #301) and h5py >= 3.0.0 (PR #300).
-
Removed deprecated constants:
hdf5plugin.config
,hdf5plugin.date
,hdf5plugin.hexversion
andhdf5plugin.strictversion
(PR #301) -
Compression filters and libraries:
-
Updated filters:
-
Updated libraries:
-
Fixed zfp compilation options for Visual Studio 2022 (PR #313)
-
Fixed
hdf5plugin.Bitshuffle
to avoid raisingValueError
whenlz4=False
(PR #309) -
Fixed compilation warning on Windows by removing
/openmp
link flags (PR #316) -
Added
HDF5PLUGIN_CPP20
build configuration environment variables for Sperr (PR #303) -
Updated
setup.py
(PR #298) -
Updated copyright statement (PR #308)
-
Updated continuous integration configuration (PR #298, #312,#313, #314)
New Contributors
Full Changelog: v4.4.0...v5.0.0