Skip to content

Commit 5761763

Browse files
committed
Post 2.6.0 release actions done
1 parent 09cfeda commit 5761763

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

RELEASE_NOTES.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# Release notes
22

3+
## Changes from 2.6.0 to 2.6.1
4+
5+
XXX version-specific blurb XXX
6+
37
## Changes from 2.5.1 to 2.6.0
48

5-
* New evaluation engine (based on numexpr) for NDArray instances. Now,
6-
you can evaluate expressions like `a + b + 1` where `a` and `b` are
7-
NDArray instances. This is a powerful feature that allows for
9+
* [EXP] New evaluation engine (based on numexpr) for NDArray instances.
10+
Now, you can evaluate expressions like `a + b + 1` where `a` and `b`
11+
are NDArray instances. This is a powerful feature that allows for
812
efficient computations on compressed data. See this
913
[example](https://github.com/Blosc/python-blosc2/blob/main/examples/ndarray/eval_expr.py)
1014
to see how this works. Thanks to @omaech for her help in the `pow` function.
1115

12-
* As a consequence, there are many new functions to operate with NDArray
13-
instances. See the function section in
16+
* As a consequence of the above, there are many new functions to operate with
17+
NDArray instances. See the function section in
1418
[NDArray API](https://www.blosc.org/python-blosc2/reference/ndarray_api.html#functions)
1519
for more information.
1620

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.0
1+
2.6.1.dev0

0 commit comments

Comments
 (0)