From 9ef58d5edb45b985909e0623f65be2c5d6618af2 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Tue, 7 Nov 2023 16:24:03 +0100 Subject: [PATCH] Update changelog and bump to version 4.3.0 --- CHANGELOG.rst | 10 ++++++++++ src/hdf5plugin/_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aaed1a22..3662c879 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +4.3.0: 07/11/2023 +----------------- + +- Updated `hdf5-blosc2`` to support b2nd (PR #282) +- Updated `c-blosc2` (v2.11.1) and enabled its AVX512 support (PR #283) + +- Updated continuous integration to test with Python 3.12 (PR #281) +- Added European HDF Users Group (HUG) Meeting 2023 presentation and companion material (PR #280) +- Updated documentation (PR #279, #284) + 4.2.0: 12/09/2023 ----------------- diff --git a/src/hdf5plugin/_version.py b/src/hdf5plugin/_version.py index 98fba49f..9637fc00 100644 --- a/src/hdf5plugin/_version.py +++ b/src/hdf5plugin/_version.py @@ -71,7 +71,7 @@ "candidate": "rc"} MAJOR = 4 -MINOR = 2 +MINOR = 3 MICRO = 0 RELEV = "final" # <16 SERIAL = 0 # <16