-
Notifications
You must be signed in to change notification settings - Fork 16
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
chore: Transition to pyproject.toml and tox, support numpy 2, python 3.13 #228
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #228 +/- ##
==========================================
+ Coverage 94.65% 95.36% +0.70%
==========================================
Files 15 28 +13
Lines 1758 2976 +1218
Branches 329 0 -329
==========================================
+ Hits 1664 2838 +1174
- Misses 77 138 +61
+ Partials 17 0 -17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
81a866b
to
d48b523
Compare
Since there are no code changes, only CI, I'm going to merge this and release a version that doesn't hold back downstream packages. Please feel free to quibble about any of my choices and I will revert anything that I can't convince you is a good idea. |
nitransforms currently claims incompatibility with numpy 2.0. Bringing testing into line with nibabel/nipreps, and will then begin pre-release tests.