-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Numpy dev and nep 50 fixes #15525
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
Numpy dev and nep 50 fixes #15525
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.
|
The numpy-dev run still fails, because the NEP 50 changes are not yet in the nightly wheel. |
Let's wait for the wheel then. Thanks! |
dev deps passed now, so I am going to merge and kick off a wheel build here. Thanks!!! |
OK, let me know if there are any problems! (I was very happy with how few changes were necessary...) |
Still more than I like but hopefully they ran out of stuff to refactor by now. 😉 |
These fixes should get us up to date to numpy-dev for the changes in casting done in numpy/numpy#23912 (following NEP 50). Also adds support (or, rather, indicate that we do not support) two string ufuncs for
Quantity
.Will probably need to wait for the relevant numpy-dev wheels to come out, but at least one can test whether the tests still pass on regular numpy.