We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d0a1d commit 867ae82Copy full SHA for 867ae82
ANNOUNCE.rst
@@ -3,10 +3,10 @@ Announcing Python-Blosc2 3.9.1
3
4
This is a patch release where we have aimed to tidy up the code and improve robustness:
5
6
-✅ Bumped to numexpr 2.13.1 to incorporate new maximum/minimum NaN handling and +/* for booleans
+✅ Bumped to numexpr 2.13.1 to incorporate new maximum/minimum NaN handling and "+"/"*" for booleans
7
which matches NumPy behaviour.
8
✅ Refactoring in order to ensure Blosc2 functions with NumPy 1.26.
9
-✅ Streamlined documentation by introducing Array Protocol
+✅ Streamlined documentation by introducing Array Protocol
10
11
You can think of Python-Blosc2 3.x as an extension of NumPy/numexpr that:
12
0 commit comments