File tree 3 files changed +6
-12
lines changed
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
2
2
==============================
3
3
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.
13
6
14
7
For more info, you can have a look at the release notes in:
15
8
Original file line number Diff line number Diff line change 2
2
3
3
## Changes from 2.6.0 to 2.6.1
4
4
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.
6
7
7
8
## Changes from 2.5.1 to 2.6.0
8
9
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