-
Notifications
You must be signed in to change notification settings - Fork 20
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
Build wheels with numpy 2.0rc1 and fix scipy 1.13.0 compatibility #74
Conversation
Here's the differences in packages during an upgrade that let me reproduce the test failures locally:
|
Ok it is scipy 1.12.0 going to 1.13.0 that is causing the failures. Now to go down the rabbit hole... |
Ok caused by rewrites of the regular grid interpolator here: https://docs.scipy.org/doc/scipy/release/1.13.0-notes.html#scipy-interpolate-improvements |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #74 +/- ##
==========================================
+ Coverage 88.31% 88.34% +0.02%
==========================================
Files 21 21
Lines 1464 1467 +3
==========================================
+ Hits 1293 1296 +3
Misses 171 171
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
Lgtm, but do we need to worry about the unstable build failing? Thanks for digging into this.
Needs to be built with numpy 2
The numpy 2 api is stable now.
git diff origin/main **/*py | flake8 --diff