File tree 4 files changed +5
-5
lines changed
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
2
2
==============================
3
3
4
4
Changes from python-blosc to python-blosc2
Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
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
4
4
5
5
* Headers and binaries for the C-Blosc2 library are starting
6
6
to being distributed inside wheels.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Preliminaries
19
19
20
20
* Build the package and make sure that::
21
21
22
- python -c "import blosc2; blosc2.print_versions()"
22
+ PYTHONPATH=. python -c "import blosc2; blosc2.print_versions()"
23
23
24
24
is printing the correct versions.
25
25
@@ -59,7 +59,7 @@ Checking packaging
59
59
60
60
* Check that the packages and wheels are sane::
61
61
62
- python install blosc2 -U
62
+ python -m pip install blosc2 -U
63
63
cd tests
64
64
python -c"import blosc2; blosc2.print_versions()"
65
65
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