File tree 4 files changed +11
-6
lines changed
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
2
2
==============================
3
3
4
+ This is a patch release for fixing a bug.
4
5
The new minor release 2.5 adds the `INT_TRUNC ` filter for integer
5
6
truncation, some optimizations for the zstd codec and the support for slices
6
7
in ``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
10
9
is updated to the latest stable version.
11
10
12
11
For more info, you can have a look at the release notes in:
Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
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
+
3
9
## Changes from 2.4.0 to 2.5.0
4
10
5
11
* Updated to latest C-Blosc2 2.13.0.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Preliminaries
16
16
git commit -m "Update C-Blosc2 sources to <desired tag>" blosc2/c-blosc2
17
17
git push
18
18
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.
20
20
21
21
* Build the package and make sure that::
22
22
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