We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 159014f + 5363fcf commit c7efbfcCopy full SHA for c7efbfc
CHANGELOG.rst
@@ -1,3 +1,21 @@
1
+4.2.0: 12/09/2023
2
+-----------------
3
+
4
+- Updated libraries: **c-blosc** (v1.12.5), **c-blosc2** (v2.10.2) (PR #273)
5
+- Updated filter **H5Z-ZFP** (v1.1.1) (PR #273)
6
7
+- Updated build dependencies:
8
9
+ * Added `wheel`>=0.34.0 requirement (PR #272)
10
+ * Removed `distutils` usage (PR #276)
11
12
+- Updated documentation (PR #271, #278)
13
+- Fixed Continuous integration (PR #275)
14
+- Debian packaging (PR #277):
15
16
+ * Added Debian 12
17
+ * Removed Debian 10
18
19
4.1.3: 16/06/2023
20
-----------------
21
src/hdf5plugin/_version.py
@@ -71,8 +71,8 @@
71
"candidate": "rc"}
72
73
MAJOR = 4
74
-MINOR = 1
75
-MICRO = 3
+MINOR = 2
+MICRO = 0
76
RELEV = "final" # <16
77
SERIAL = 0 # <16
78
0 commit comments