From 8e15ca06d5cef287aff26befdcb8c7beac80b813 Mon Sep 17 00:00:00 2001 From: Marta Iborra Date: Thu, 25 Jan 2024 11:51:04 +0100 Subject: [PATCH] Getting ready for release 2.5.1 --- ANNOUNCE.rst | 7 +++---- RELEASE_NOTES.md | 6 ++++++ RELEASING.rst | 2 +- VERSION | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst index 95b2b8e2..f52f06ed 100644 --- a/ANNOUNCE.rst +++ b/ANNOUNCE.rst @@ -1,12 +1,11 @@ -Announcing Python-Blosc2 2.5.0 +Announcing Python-Blosc2 2.5.1 ============================== +This is a patch release for fixing a bug. The new minor release 2.5 adds the `INT_TRUNC` filter for integer truncation, some optimizations for the zstd codec and the support for slices in ``blosc2.get_slice_nchunks()`` when using SChunk objects. -Furthermore, the grok library will now be initialized when -loading the plugin (so no need to import the package from Python to do so), -the doc was revised and improved, and C-Blosc2 +Furthermore, the doc was revised and improved, and C-Blosc2 is updated to the latest stable version. For more info, you can have a look at the release notes in: diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2eed85e4..9c3b779c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Release notes +## Changes from 2.5.0 to 2.5.1 + +* Updated to latest C-Blosc2 2.13.1. + +* Fixed bug in `b2nd.h`. + ## Changes from 2.4.0 to 2.5.0 * Updated to latest C-Blosc2 2.13.0. diff --git a/RELEASING.rst b/RELEASING.rst index c1565dc0..141f79ca 100644 --- a/RELEASING.rst +++ b/RELEASING.rst @@ -16,7 +16,7 @@ Preliminaries git commit -m "Update C-Blosc2 sources to " blosc2/c-blosc2 git push -* Make sure that the current master branch is passing the tests in continuous integration. +* Make sure that the current main branch is passing the tests in continuous integration. * Build the package and make sure that:: diff --git a/VERSION b/VERSION index 437459cd..73462a5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0 +2.5.1