Skip to content

Commit 1c7c900

Browse files
committed
Merge branch 'main' into fix_out
2 parents 95b870d + 923c462 commit 1c7c900

File tree

8 files changed

+538
-13
lines changed

8 files changed

+538
-13
lines changed

ANNOUNCE.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
Announcing Python-Blosc2 3.10.0
1+
Announcing Python-Blosc2 3.10.1
22
==============================
33

4-
This is a minor version release where we have aimed to tidy up the code and extend functionality:
4+
This is a patch version release where we have aimed to tidy up the code and fix bugs:
55

6-
✅ Improved documentation on thread management
7-
✅ Enabled direct ingestion of Zarr arrays, and added examples for xarray ingestion
8-
✅ Extended string-based lazy expression computation to support expressions like "matmul(a, b) + c"
9-
✅ Streamlined inheritance from ``Operand`` for all computable objects (``NDArray``, ``LazyExpr``, ``LazyArray`` etc.).
6+
✅ Bumped to numexpr 2.14.1 to improve overflow behaviour for complex arguments for ``tanh`` and ``tanh``
7+
✅ Bug fixes for lazy expression calculation
8+
✅ Optimised computation for non-blosc2 chunked array arguments (e.g. Zarr, HDF5)
9+
✅ Various cleanups and most importantly shipping of python 3.14 wheels due to @DimitriPapadopoulos!
10+
✅ Now able to use blosc2 in AWS Lambda
1011

1112
You can think of Python-Blosc2 3.x as an extension of NumPy/numexpr that:
1213

RELEASE_NOTES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Release notes
22

3-
## Changes from 3.10.0 to 3.10.1
3+
## Changes from 3.10.1 to 3.10.2
44

55
XXX version-specific blurb XXX
66

7+
## Changes from 3.10.0 to 3.10.1
8+
9+
* Bumped to numexpr 2.14.1 to improve overflow behaviour for complex arguments for ``tanh`` and ``tanh``
10+
* Bug fixes for lazy expression calculation
11+
* Optimised computation for non-blosc2 chunked array arguments (e.g. Zarr, HDF5)
12+
* Various cleanups and most importantly shipping of python 3.14 wheels due to @DimitriPapadopoulos!
13+
* Now able to use blosc2 in AWS Lambda
14+
715
## Changes from 3.9.1 to 3.10.0
816

917
* Improved documentation on thread management (thanks to [@orena1](@orena1) in PR #495)

0 commit comments

Comments
 (0)