Skip to content

Commit ef9f34f

Browse files
committed
Getting ready for release 2.2.4
1 parent c596eda commit ef9f34f

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

ANNOUNCE.rst

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

4-
This is a maintenance release, mainly for including recent
5-
fixes in the underlying C-Blosc2 library (now at 2.9.2).
6-
An upgrade is recommended for all users.
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).
77

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

RELEASE_NOTES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Release notes
22

3+
## Changes from 2.2.2 to 2.2.3
4+
5+
* Added a new [section of tutorials](https://www.blosc.org/python-blosc2/getting_started/tutorials.html)
6+
for a quick get start.
7+
8+
* Added a new [section on how to cite Blosc](https://github.com/Blosc/python-blosc2/tree/main#citing-blosc).
9+
10+
* New method `interchunks_info` for `SChunk` and `NDArray` classes.
11+
This iterates through chunks for getting meta info, like
12+
decompression ratio, whether the chunk is special or not, among
13+
others. For more information on how this works see
14+
[this example](https://github.com/Blosc/python-blosc2/blob/main/examples/ndarray/iterchunks_info.py).
15+
16+
* Now it is possible to register a dynamic plugin by passing None
17+
as the `encoder` and `decoder` arguments in the
18+
[register_codec](https://www.blosc.org/python-blosc2/reference/autofiles/top_level/blosc2.register_codec.html#blosc2.register_codec)
19+
function.
20+
21+
* Make shape of scalar slices NDArray objects to follow NumPy conventions.
22+
See [#117](https://github.com/Blosc/python-blosc2/issues/117).
23+
24+
* Updated to latest C-Blosc2 2.9.3.
25+
26+
327
## Changes from 2.2.2 to 2.2.3
428

529
* Updated to latest C-Blosc2 2.9.2.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.3
1+
2.2.4

0 commit comments

Comments
 (0)