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 529ae7f commit 910f960Copy full SHA for 910f960
ANNOUNCE.rst
@@ -2,7 +2,8 @@ Announcing Python-Blosc2 2.7.0
2
==============================
3
4
Updated to latest C-Blosc2 2.15.0. Also, `LazyExpr.evaluate()`
5
-is marked as deprecated and some other fixes have been done
+is marked as deprecated (LazyExpr.eval() is replacing it) and some other fixes
6
+have been carried out.
7
8
For more info, you can have a look at the release notes in:
9
RELEASE_NOTES.md
@@ -6,7 +6,7 @@
* Deprecated `LazyExpr.evaluate()`.
-* Fixed `_chech_rc` function. See https://github.com/Blosc/python-blosc2/issues/187.
+* Fixed `_check_rc` function. See https://github.com/Blosc/python-blosc2/issues/187.
10
11
12
## Changes from 2.6.1 to 2.6.2
0 commit comments