File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release notes
22
3+ ## Changes from 4.1.1 to 4.1.2
4+
5+ XXX version-specific blurb XXX
6+
37## Changes from 4.1.0 to 4.1.1
48
59- Update `` miniexpr `` to fix bug on ubuntu with ARM64.
Original file line number Diff line number Diff line change @@ -101,7 +101,8 @@ Checking packaging
101101
102102* Check that the packages and wheels are sane::
103103
104- pip install blosc2[test] -U
104+ pip install --group test
105+ pip install blosc2 -U
105106 python -c "import blosc2; blosc2.print_versions()"
106107 pytest
107108
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies = [
3939 " numexpr>=2.14.1; platform_machine != 'wasm32'" ,
4040 " requests" ,
4141]
42- version = " 4.1.1 "
42+ version = " 4.1.2.dev0 "
4343[project .entry-points ."array_api" ]
4444blosc2 = " blosc2"
4545
Original file line number Diff line number Diff line change 1- __version__ = "4.1.1 "
1+ __version__ = "4.1.2.dev0 "
22__array_api_version__ = "2024.12"
You can’t perform that action at this time.
0 commit comments