Skip to content

FIX: Require h5py 2.10 for Windows + Python < 3.6 #804

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

Merged
merged 8 commits into from
Sep 11, 2019

Conversation

effigies
Copy link
Member

@effigies effigies commented Sep 9, 2019

New Appveyor test fails before version constraint, passes after. Moved logic into a private module that can be dropped along with Python 3.5 support when the time comes without going through a deprecation cycle.

On merge, will port to master and rewrite the edge case on Azure. Guess I picked an annoying series to leave on Appveyor.

Closes #665.

@codecov
Copy link

codecov bot commented Sep 9, 2019

Codecov Report

Merging #804 into maint/2.5.x will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff               @@
##           maint/2.5.x    #804      +/-   ##
==============================================
+ Coverage           90%     90%   +<.01%     
==============================================
  Files               94      95       +1     
  Lines            12041   12045       +4     
  Branches          2142    2142              
==============================================
+ Hits             10837   10841       +4     
- Misses             856     857       +1     
+ Partials           348     347       -1
Impacted Files Coverage Δ
nibabel/minc2.py 90% <100%> (-0.13%) ⬇️
nibabel/minc1.py 90.36% <100%> (ø) ⬆️
nibabel/_h5py_compat.py 100% <100%> (ø)
nibabel/cmdline/parrec2nii.py 32.73% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d68c7f...4127cfc. Read the comment docs.

@effigies effigies added this to the 2.5.1 milestone Sep 9, 2019
@nipy nipy deleted a comment from codecov bot Sep 10, 2019
@effigies effigies force-pushed the enh/h5py_minver branch 2 times, most recently from 649b007 to 71940fd Compare September 10, 2019 15:22
@effigies
Copy link
Member Author

@yarikoptic Care to review?

@yarikoptic
Copy link
Member

did only cursory review of the changes - looks good. no changes to setup.* so I shouldn't worry about backports. CI is happy. So no objections/comments from me ;-)

@effigies
Copy link
Member Author

Great! Thanks for the review.

@effigies effigies merged commit 457c860 into nipy:maint/2.5.x Sep 11, 2019
@effigies effigies deleted the enh/h5py_minver branch September 11, 2019 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants