File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This is a patch version release where we have aimed to tidy up the code and fix
77✅ Bug fixes for lazy expression calculation
88✅ Optimised computation for non-blosc2 chunked array arguments (e.g. Zarr, HDF5)
99✅ Various cleanups and most importantly shipping of python 3.14 wheels due to @DimitriPapadopoulos!
10- ✅ Now able to use blosc2 in AWS Lambdab
10+ ✅ Now able to use blosc2 in AWS Lambda
1111
1212You can think of Python-Blosc2 3.x as an extension of NumPy/numexpr that:
1313
Original file line number Diff line number Diff line change 11# Release notes
22
3+ ## Changes from 3.10.1 to 3.10.2
4+
5+ XXX version-specific blurb XXX
6+
37## Changes from 3.10.0 to 3.10.1
48
59* Bumped to numexpr 2.14.1 to improve overflow behaviour for complex arguments for `` tanh `` and `` tanh ``
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies = [
4141 " py-cpuinfo; platform_machine != 'wasm32'" ,
4242 " requests" ,
4343]
44- version = " 3.10.1 "
44+ version = " 3.10.2.dev0 "
4545[project .entry-points ."array_api" ]
4646blosc2 = " blosc2"
4747
Original file line number Diff line number Diff line change 1- __version__ = "3.10.1 "
1+ __version__ = "3.10.2.dev0 "
22__array_api_version__ = "2024.12"
You can’t perform that action at this time.
0 commit comments