File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 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
147For more info, you can have a look at the release notes in:
158
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 2.6.1.dev0
1+ 2.6.1
You can’t perform that action at this time.
0 commit comments