-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add numpy 2 support #15
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15 +/- ##
==========================================
- Coverage 76.08% 75.72% -0.37%
==========================================
Files 18 18
Lines 1104 1104
Branches 234 205 -29
==========================================
- Hits 840 836 -4
- Misses 221 225 +4
Partials 43 43 ☔ View full report in Codecov by Sentry. |
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.
Looks good!
Seems merging is blocked because I'm not a Dupin maintainer - I am fine forcing it through, but we may want to change the branch protection rules |
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.
Thanks!
Numpy 2.0 has been released and we should test for compatibility. Also changed the testing methodology slightly.
Description
Ensures compatibility with numpy 2.0
Do Changes Introduce Breaking Changes
Have you (if appropriate)