-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[MAINT]: Update dependencies #347
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #347 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 1 1
=========================================
Hits 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
@@ -104,7 +104,7 @@ def _apply_mask_and_get_affinity( | |||
|
|||
# Compute world coordinates of all in-mask voxels. | |||
if niimg is None: | |||
mask, affine = masking._load_mask_img(mask_img) | |||
mask, affine = masking.load_mask_img(mask_img) |
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.
so thanks to this we stop supporting nilearn 0.9?
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.
Yeah till 0.12 because of this and a few others.
This PR updates core and docs dependencies to benefit from improvements in different libraries.