Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork11.8k
DEP: finalize removal ofnumpy.compat#28961
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
charris commentedMay 14, 2025
Could use a release note. |
seberg left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
Heh, fun.from numpy import compat was still working. Either way, the deprecation warning on it exists for long enough, so I agree with just getting rid of it. Thanks!
EDIT: Please don't hesitate to merge once tests pass.
1a3018a intonumpy:mainUh oh!
There was an error while loading.Please reload this page.
charris commentedMay 14, 2025
Thanks Joren. |
Since NumPy 2.0 it couldn't be used anymore:
I'm not sure why it still existed, but now that we're approaching 2.3, I figured that we might as well get rid of it completely.