File tree Expand file tree Collapse file tree 3 files changed +29
-5
lines changed
Expand file tree Collapse file tree 3 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 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
88For more info, you can have a look at the release notes in:
99
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- 2.2.3
1+ 2.2.4
You can’t perform that action at this time.
0 commit comments