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.2.0 to 4.2.1
4+
5+ XXX version-specific blurb XXX
6+
37## Changes from 4.1.2 to 4.2.0
48
59### CTable: columnar compressed tables
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Preliminaries
4242
4343* Check that the metainfo for the package is correct::
4444
45- pipx run build --sdist
45+ uv build --sdist --no-build-isolation
4646 twine check --strict dist/*
4747
4848
@@ -101,7 +101,6 @@ Checking packaging
101101
102102 pip install --group test
103103 pip install blosc2 -U
104- python -c "import blosc2; blosc2.print_versions()"
105104 pytest
106105
107106* Do an actual release in GitHub by visiting:
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies = [
4141 " requests" ,
4242 " threadpoolctl; platform_machine != 'wasm32'" ,
4343]
44- version = " 4.2.0 "
44+ version = " 4.2.1.dev0 "
4545[project .entry-points ."array_api" ]
4646blosc2 = " blosc2"
4747
Original file line number Diff line number Diff line change 1- __version__ = "4.2.0 "
1+ __version__ = "4.2.1.dev0 "
22__array_api_version__ = "2024.12"
You can’t perform that action at this time.
0 commit comments