-
Notifications
You must be signed in to change notification settings - Fork 258
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
FIX: Set MRS type to Nifti1Extension for backwards compatibility #1380
Conversation
Does |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## maint/5.3.x #1380 +/- ##
===============================================
- Coverage 95.38% 86.39% -8.99%
===============================================
Files 207 207
Lines 29672 29665 -7
Branches 3018 3018
===============================================
- Hits 28302 25629 -2673
- Misses 931 3594 +2663
- Partials 439 442 +3 ☔ View full report in Codecov by Sentry. |
Yes, |
Great, I see now, I was getting confused between |
I guess with the problem solved on your end, we can take a minute to think about how you would like to evolve. If you would like to offload more of your logic into nibabel and use a If read-only access is all you want, then this PR will at least get you back what you had, without users having to upgrade your package if they upgrade nibabel. In practice, though, I expect most people just install the latest versions, and so making this release or not will impact very few people. |
Well, regardless of the long-term path forward, this has the potential to reduce pain and doesn't make changing in the future harder. |
Hi @effigies, Thanks for this fix. Sorry for the slow reply, four new starters in the group has me rushing about this week. For now I'm happy to keep the logic on my side. |
cc @wtclarke