Skip to content

4.1.0: 17/01/2023

Compare
Choose a tag to compare
@t20100 t20100 released this 17 Jan 10:56
· 292 commits to main since this release
73f74b6

This version of hdf5plugin provides 2 new filters: Blosc2 and SZ3.

What's Changed

  • New compression filters:

  • Updated filters:

    • Updated bitshuffle (v0.5.1) (PR #251)
    • Updated c-blosc (v1.21.2) and LZ4 compression library (v1.9.4) (PR #250)
  • Build:

    • Added build configuration environment variables:

      • HDF5PLUGIN_CPP14 for SZ3 (PR #242)
      • HDF5PLUGIN_BMI2 for Zstd compression library (PR #247)
      • HDF5PLUGIN_INTEL_IPP_DIR for Blosc2 filter and LZ4 compression library (PR #252)
    • Added Intel IPP optional support for LZ4 compression (PR #252)

    • Refactored build (PR #233, #240, #248, #255, #257)

  • Misc.:

Full Changelog: v4.0.1...v4.1.0