diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst index bd701472..a73f728e 100644 --- a/ANNOUNCE.rst +++ b/ANNOUNCE.rst @@ -1,12 +1,13 @@ -Announcing Python-Blosc2 2.3.0 +Announcing Python-Blosc2 2.3.1 ============================== -This new minor release adds methods to handle NDArrays serialized into memory -frames, and allows opening super-chunks stored in container files (like HDF5) -by their offset. C-Blosc2 is updated to the latest stable version, which -provides support for AVX512 and fixes compatibility with ARM platforms -(e.g. Raspberry Pi). Cython 3 is now required for building, and other minor -fixes and additions are included as well. +The new minor release 2.3 adds methods to handle NDArrays serialized into +memory frames, and allows opening super-chunks stored in container files (like +HDF5) by their offset. C-Blosc2 is updated to the latest stable version, +which provides support for AVX512 (temporarily disabled in wheels) and fixes +compatibility with ARM platforms (e.g. Raspberry Pi). Cython 3 is now +required for building, and other minor fixes and additions are included as +well. For more info, you can have a look at the release notes in: diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b359b913..69c20d53 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,8 @@ ## Changes from 2.3.0 to 2.3.1 -XXX version-specific blurb XXX +* Temporarily disable AVX512 support in C-Blosc2 for wheels built by CI until + run-time detection works properly. ## Changes from 2.2.9 to 2.3.0 diff --git a/VERSION b/VERSION index e6878aa6..2bf1c1cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.1.dev0 +2.3.1