File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 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.
45The new minor release 2.5 adds the `INT_TRUNC ` filter for integer
56truncation, some optimizations for the zstd codec and the support for slices
67in ``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
109is updated to the latest stable version.
1110
1211For more info, you can have a look at the release notes in:
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 2.5.0
1+ 2.5.1
You can’t perform that action at this time.
0 commit comments