-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
BUG: fix an incompatibility with numpy 2.0 (np.round_ was removed) #15274
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
Conversation
Thank you for your contribution to Astropy! 🌌 This checklist is meant to remind the package maintainers who will review this pull request of some common things to look for.
|
👋 Thank you for your draft pull request! Do you know that you can use |
532dd11
to
5ffb304
Compare
5ffb304
to
1760f46
Compare
tests hit an unrelated error: AttributeError: module 'IPython.lib.pretty' has no attribute '_deferred_pprinters'. Did you mean: '_deferred_type_pprinters'? which I assume is due to usage of private IPython API, which was supposedly changed in IPython 8.15.0 (released on Sept 1st). |
in fact the other error is from |
Thanks for the PR and investigating the hypothesis failure! Fix for hypothesis has already been merged, so I'd perhaps just wait if they make a bugfix release soonish. |
Sorry I didn't think of checking first, I'll close this as a dup then ! |
Thanks anyway! I don't see the hypothesis error anymore. |
Yes, it's been resolved upstream ! |
see numpy/numpy#24477