Skip to content

Commit

Permalink
Getting ready for release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martaiborra committed Jan 25, 2024
1 parent edaf93f commit 8e15ca0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 3 additions & 4 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Preliminaries
git commit -m "Update C-Blosc2 sources to <desired tag>" 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::

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0
2.5.1

0 comments on commit 8e15ca0

Please sign in to comment.