Skip to content

Commit c46af0d

Browse files
committed
Getting ready for release 2.2.5
1 parent bc23082 commit c46af0d

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

ANNOUNCE.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
Announcing Python-Blosc2 2.2.4
1+
Announcing Python-Blosc2 2.2.5
22
==============================
33

4-
This is a maintenance release, were we have added tutorials for a quick start.
5-
We have also added a new method `interchunks_info` for `SChunk` and `NDArray` classes.
6-
Finally, we have updated C-Blosc2 library to latest version (2.9.3).
4+
This is a maintenance release, where we have upgraded to latest C-Blosc2 2.10.0.
5+
This provides fixes for a bytedelta filter (see
6+
https://github.com/Blosc/c-blosc2/pull/532). Hence, an upgrade is recommended
7+
for everybody, most especially, if you are using bytedelta.
78

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

RELEASE_NOTES.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Release notes
22

3-
## Changes from 2.2.3 to 2.2.4
3+
## Changes from 2.2.4 to 2.2.5
44

5-
XXX version-specific blurb XXX
5+
* Updated to latest C-Blosc2 2.10.0.
66

7-
## Changes from 2.2.2 to 2.2.3
7+
* Use the new, fixed bytedelta filter introduced in C-Blosc2 2.10.0.
8+
9+
* Some small fixes in tutorials.
10+
11+
12+
## Changes from 2.2.2 to 2.2.4
813

914
* Added a new [section of tutorials](https://www.blosc.org/python-blosc2/getting_started/tutorials.html)
1015
for a quick get start.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.5.dev0
1+
2.2.5

0 commit comments

Comments
 (0)