File tree Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 3838 run : |
3939 conda activate env
4040 export CC=clang
41- python setup.py build
41+ python -m pip install -U pip -r requirements_test.txt -r requirements.txt
42+ python -m pip install -v -e .
4243
4344 - name : Run tests
4445 shell : " bash -l {0}"
Original file line number Diff line number Diff line change 3838 run : |
3939 conda activate env
4040 export CC=clang
41- python setup.py build
41+ python -m pip install -U pip -r requirements_test.txt -r requirements.txt
42+ python -m pip install -v -e .
4243
4344 - name : Run tests
4445 shell : " bash -l {0}"
Original file line number Diff line number Diff line change 11Release notes
22=============
33
4- .. _ release_0.7.4 :
4+ .. _ unreleased :
55
6- 0.7.4
7- -----
6+ Unreleased
7+ ----------
88
99* Add support for Python 3.9 and Update GitHub Actions.
1010
1111* Add support for byte Shuffle filter
1212 By :user: `Paul Branson <pbranson> ` and :user: `Martin Durant <mdurant> ` :issue: `273 `.
1313
14+ * Update Windows + Mac CI to run all tests.
15+ By :user: `Jackson Maxfield Brown <JacksonMaxfield> `, :issue: `276 `.
16+ Help from :user: `Oleg Höfling <hoefling> `, :issue: `273 `.
17+ >>>>>>> upstream/master
18+
1419.. _release_0.7.3 :
1520
16210.7.3
1722-----
1823
1924* Add support for Python 3.9 and Update GitHub Actions.
20- By :user: `Jackson Maxfield <JacksonMaxfield> `, :issue: `270 `.
25+ By :user: `Jackson Maxfield Brown <JacksonMaxfield> `, :issue: `270 `.
2126
2227* Remove support for Python 3.5 which is end of life. While the code base might
2328 still be compatible; the source dist and wheel are marked as Python 3.6+ and
Original file line number Diff line number Diff line change 9292from numcodecs .base64 import Base64
9393register_codec (Base64 )
9494
95- try :
96- from numcodecs import shuffle
97- from numcodecs .shuffle import Shuffle
98- register_codec (Shuffle )
99- except ImportError : # pragma: no cover
100- pass
95+ from numcodecs .shuffle import Shuffle
96+ register_codec (Shuffle )
10197
10298try :
10399 from numcodecs .msgpacks import MsgPack
You can’t perform that action at this time.
0 commit comments