-
Notifications
You must be signed in to change notification settings - Fork 262
MAINT: update numpy dependency; add Python 3.6 #506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0fe9a8a
to
8efab30
Compare
Current coverage is 94.02% (diff: 100%)@@ master #506 diff @@
==========================================
Files 166 166
Lines 21992 21992
Methods 0 0
Messages 0 0
Branches 2343 2343
==========================================
Hits 20679 20679
Misses 878 878
Partials 435 435
|
I think this one is a fairly straightforward win - any takers for a quick review? |
@@ -23,10 +23,12 @@ env: | |||
- DEPENDS="numpy scipy matplotlib h5py pillow" | |||
- PYDICOM=1 | |||
- INSTALL_TYPE="setup" | |||
- EXTRA_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com" | |||
- PIP_FLAGS="--find-links=$EXTRA_WHEELS" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this PIP_FLAGS always included by pip in all cases then? I was unfamiliar with that environment variable and don't see it mentioned in the manual? I would have guessed it wanted PIP_FIND_LINKS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops - sorry - that should be EXTRA_PIP_FLAGS, used explicitly below. I've changed it...
LGTM. the comment above is mainly a question for my own education |
This will also trigger tests against the latest wheels.
Integer indices, array returned instead of memmap.
3ef6191
to
98dcd77
Compare
Thanks for the review - merging as I think this stuff is uncontroversial. |
This will also trigger tests against the latest wheels.