We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 037107d + 9ef58d5 commit 3395ecbCopy full SHA for 3395ecb
CHANGELOG.rst
@@ -1,3 +1,13 @@
1
+4.3.0: 07/11/2023
2
+-----------------
3
+
4
+- Updated `hdf5-blosc2`` to support b2nd (PR #282)
5
+- Updated `c-blosc2` (v2.11.1) and enabled its AVX512 support (PR #283)
6
7
+- Updated continuous integration to test with Python 3.12 (PR #281)
8
+- Added European HDF Users Group (HUG) Meeting 2023 presentation and companion material (PR #280)
9
+- Updated documentation (PR #279, #284)
10
11
4.2.0: 12/09/2023
12
-----------------
13
src/hdf5plugin/_version.py
@@ -71,7 +71,7 @@
71
"candidate": "rc"}
72
73
MAJOR = 4
74
-MINOR = 2
+MINOR = 3
75
MICRO = 0
76
RELEV = "final" # <16
77
SERIAL = 0 # <16
0 commit comments