Skip to content

Commit 73f74b6

Browse files
authored
Merge pull request #259 from t20100/prepare-4.1
Updated changelog, bump to v4.1.0
2 parents c3a08db + 65dc75a commit 73f74b6

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
4.1.0: 17/01/2023
2+
-----------------
3+
4+
This version of ``hdf5plugin`` provides 2 new filters: **Blosc2** and **SZ3**.
5+
6+
- New compression filters:
7+
8+
* Added **SZ3** filter (PR #224, #241, #242, #243, #246)
9+
* Added **Blosc2** filter (PR #201, #249, #253, #255)
10+
11+
- Updated filters:
12+
13+
* Updated **bitshuffle** (v0.5.1) (PR #251)
14+
* Updated **c-blosc** (v1.21.2) and **LZ4** compression library (v1.9.4) (PR #250)
15+
16+
- Build:
17+
18+
* Added build configuration environment variables:
19+
20+
* ``HDF5PLUGIN_CPP14`` for SZ3 (PR #242)
21+
* ``HDF5PLUGIN_BMI2`` for Zstd compression library (PR #247)
22+
* ``HDF5PLUGIN_INTEL_IPP_DIR`` for Blosc2 filter and LZ4 compression library (PR #252)
23+
24+
* Added Intel IPP optional support for LZ4 compression (PR #252)
25+
* Refactored build (PR #233, #240, #248, #255, #257)
26+
27+
- Misc.:
28+
29+
* Updated documentation (PR #256, #259)
30+
131
4.0.1: 2022/12/06
232
-----------------
333

src/hdf5plugin/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"candidate": "rc"}
7272

7373
MAJOR = 4
74-
MINOR = 0
75-
MICRO = 1
74+
MINOR = 1
75+
MICRO = 0
7676
RELEV = "final" # <16
7777
SERIAL = 0 # <16
7878

0 commit comments

Comments
 (0)