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