We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c8aea6 + 2d18b37 commit 858a6c3Copy full SHA for 858a6c3
.github/workflows/ci.yml
@@ -48,6 +48,8 @@ jobs:
48
python-version: 3.7
49
BUILD_COMMAND: bdist_wheel
50
H5PY_OLDER_VERSION: 2.10.0
51
+ env:
52
+ MACOSX_DEPLOYMENT_TARGET: 10.15
53
54
- name-suffix: "bdist_wheel-h5py_3.8.0"
55
os: macos-latest
CHANGELOG.rst
@@ -1,3 +1,10 @@
1
+4.1.3: 16/06/2023
2
+-----------------
3
+
4
+This is a bug fix release:
5
6
+- Fixed **SZ** compression filter build option that was leading to errors higher than the required tolerance (PR #268, #269)
7
8
4.1.2: 01/06/2023
9
-----------------
10
src/hdf5plugin/_version.py
@@ -72,7 +72,7 @@
72
73
MAJOR = 4
74
MINOR = 1
75
-MICRO = 2
+MICRO = 3
76
RELEV = "final" # <16
77
SERIAL = 0 # <16
78
0 commit comments