We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6da5028 + e9aecbf commit ae528c7Copy full SHA for ae528c7
CHANGELOG.rst
@@ -1,3 +1,13 @@
1
+4.0.1: 2022/12/06
2
+-----------------
3
+
4
+This is a bug-fix release:
5
6
+- Updated embedded version of `SZ` to fix a compression issue under Windows (PR #231)
7
+- Updated tests to pass with older versions of `bitshuffle` (PR #235)
8
+- Improved HDF5 function wrapper (PR #228)
9
+- Fixed and updated documentation (PR #223, #232, #237)
10
11
4.0.0: 2022/11/28
12
-----------------
13
src/hdf5plugin/_version.py
@@ -72,7 +72,7 @@
72
73
MAJOR = 4
74
MINOR = 0
75
-MICRO = 0
+MICRO = 1
76
RELEV = "final" # <16
77
SERIAL = 0 # <16
78
0 commit comments