File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 2.6.0
1+ 2.6.1.dev0
You can’t perform that action at this time.
0 commit comments