Skip to content

Commit e5ebe63

Browse files
committed
Getting ready for release 2.6.1
1 parent 2c8745c commit e5ebe63

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

ANNOUNCE.rst

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
Announcing Python-Blosc2 2.6.0
1+
Announcing Python-Blosc2 2.6.1
22
==============================
33

4-
New evaluation engine (based on numexpr) for NDArray instances. Now,
5-
you can evaluate expressions like `a + b + 1` where `a` and `b` are
6-
NDArray instances. This is a powerful feature that allows for
7-
efficient computations on compressed data. See this
8-
[example](https://github.com/Blosc/python-blosc2/blob/main/examples/ndarray/eval_expr.py)
9-
to see how this works. Thanks to @omaech for her help in the `pow` function.
10-
11-
Also, this is the first version supporting NumPy 2.0.0. Please tell us
12-
if you find any issues with this new version of NumPy.
4+
Updated to latest C-Blosc2 2.14.1. This was necessary to be able to
5+
load dynamics plugins on Windows.
136

147
For more info, you can have a look at the release notes in:
158

RELEASE_NOTES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Changes from 2.6.0 to 2.6.1
44

5-
XXX version-specific blurb XXX
5+
* Updated to latest C-Blosc2 2.14.1. This was necessary to be able to
6+
load dynamics plugins on Windows.
67

78
## Changes from 2.5.1 to 2.6.0
89

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.1.dev0
1+
2.6.1

0 commit comments

Comments
 (0)