Skip to content

Commit 8e15ca0

Browse files
committed
Getting ready for release 2.5.1
1 parent edaf93f commit 8e15ca0

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

ANNOUNCE.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
Announcing Python-Blosc2 2.5.0
1+
Announcing Python-Blosc2 2.5.1
22
==============================
33

4+
This is a patch release for fixing a bug.
45
The new minor release 2.5 adds the `INT_TRUNC` filter for integer
56
truncation, some optimizations for the zstd codec and the support for slices
67
in ``blosc2.get_slice_nchunks()`` when using SChunk objects.
7-
Furthermore, the grok library will now be initialized when
8-
loading the plugin (so no need to import the package from Python to do so),
9-
the doc was revised and improved, and C-Blosc2
8+
Furthermore, the doc was revised and improved, and C-Blosc2
109
is updated to the latest stable version.
1110

1211
For more info, you can have a look at the release notes in:

RELEASE_NOTES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release notes
22

3+
## Changes from 2.5.0 to 2.5.1
4+
5+
* Updated to latest C-Blosc2 2.13.1.
6+
7+
* Fixed bug in `b2nd.h`.
8+
39
## Changes from 2.4.0 to 2.5.0
410

511
* Updated to latest C-Blosc2 2.13.0.

RELEASING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Preliminaries
1616
git commit -m "Update C-Blosc2 sources to <desired tag>" blosc2/c-blosc2
1717
git push
1818

19-
* Make sure that the current master branch is passing the tests in continuous integration.
19+
* Make sure that the current main branch is passing the tests in continuous integration.
2020

2121
* Build the package and make sure that::
2222

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
2.5.1

0 commit comments

Comments
 (0)