-
Notifications
You must be signed in to change notification settings - Fork 34
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
Updates for numpy 2 compatibility #1531
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1531 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 97 97
Lines 9693 9693
=========================================
Hits 9693 9693 ☔ View full report in Codecov by Sentry. |
Fixes #1530 |
The cma issue is also what's breaking the notebook tests right now |
I just released the latest |
Thanks @nikohansen ! |
In the meantime, a scipy update remove |
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, Michael!
np.array(x, copy=False)
withnp.asarray(x)
pycma
. These are already fixed in development but we'll need to wait for a new release.