Skip to content

Commit

Permalink
Merge pull request #259 from t20100/prepare-4.1
Browse files Browse the repository at this point in the history
Updated changelog, bump to v4.1.0
  • Loading branch information
vasole committed Jan 17, 2023
2 parents c3a08db + 65dc75a commit 73f74b6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
4.1.0: 17/01/2023
-----------------

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

- New compression filters:

* Added **SZ3** filter (PR #224, #241, #242, #243, #246)
* Added **Blosc2** filter (PR #201, #249, #253, #255)

- 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.:

* Updated documentation (PR #256, #259)

4.0.1: 2022/12/06
-----------------

Expand Down
4 changes: 2 additions & 2 deletions src/hdf5plugin/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"candidate": "rc"}

MAJOR = 4
MINOR = 0
MICRO = 1
MINOR = 1
MICRO = 0
RELEV = "final" # <16
SERIAL = 0 # <16

Expand Down

0 comments on commit 73f74b6

Please sign in to comment.