From fd95b09bd17616451fc469bed289d88ba1074518 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Fri, 16 Jun 2023 14:25:54 +0200 Subject: [PATCH 1/2] Update changelog and bump to v4.1.3 --- CHANGELOG.rst | 7 +++++++ src/hdf5plugin/_version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c7672b79..ce63f654 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +4.1.3: 16/06/2023 +----------------- + +This is a bug fix release: + +- Fixed **SZ** compression filter build option that was leading to errors higher than the required tolerance (PR #268, #269) + 4.1.2: 01/06/2023 ----------------- diff --git a/src/hdf5plugin/_version.py b/src/hdf5plugin/_version.py index 8c899628..2a16229c 100644 --- a/src/hdf5plugin/_version.py +++ b/src/hdf5plugin/_version.py @@ -72,7 +72,7 @@ MAJOR = 4 MINOR = 1 -MICRO = 2 +MICRO = 3 RELEV = "final" # <16 SERIAL = 0 # <16 From 2d18b37fe86782f8ee1b8c7f9457a5367a6de30b Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Fri, 16 Jun 2023 14:49:37 +0200 Subject: [PATCH 2/2] Set MACOSX_DEPLOYMENT_TARGET --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51136cf8..77a8c41b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,8 @@ jobs: python-version: 3.7 BUILD_COMMAND: bdist_wheel H5PY_OLDER_VERSION: 2.10.0 + env: + MACOSX_DEPLOYMENT_TARGET: 10.15 - name-suffix: "bdist_wheel-h5py_3.8.0" os: macos-latest