File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- Announcing python-blosc2 0.1.6
1+ Announcing python-blosc2 0.1.7
22==============================
33
44Changes from python-blosc to python-blosc2
Original file line number Diff line number Diff line change 11# Release notes
22
3- ## Changes from python-blosc2 0.1.5 to python-blosc2 0.1.6
3+ ## Changes from python-blosc2 0.1.5 to python-blosc2 0.1.7
44
55* Headers and binaries for the C-Blosc2 library are starting
66 to being distributed inside wheels.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Preliminaries
1919
2020* Build the package and make sure that::
2121
22- python -c "import blosc2; blosc2.print_versions()"
22+ PYTHONPATH=. python -c "import blosc2; blosc2.print_versions()"
2323
2424is printing the correct versions.
2525
@@ -59,7 +59,7 @@ Checking packaging
5959
6060* Check that the packages and wheels are sane::
6161
62- python install blosc2 -U
62+ python -m pip install blosc2 -U
6363 cd tests
6464 python -c"import blosc2; blosc2.print_versions()"
6565 pytest
Original file line number Diff line number Diff line change 1- 0.1.6
1+ 0.1.7
You can’t perform that action at this time.
0 commit comments