-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
BUG: Deprecate unsupported dtype aliases #24892
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
Comments
@mroeschke |
Sounds good. I can update |
We could probably make the error message for trying to create an Also if we get more details about the need for supporting |
On the pandas side, there's no need to keep supporting |
I just introduced an astropy PR to remove our usage of "a" dtype - astropy/astropy#15454 While it would have been nice if there had been deprecation warnings earlier, I also agree there is not much need to deprecate it now - we have been expecting breakage with numpy 2.0 (I do worry how close to our November feature freeze all this is happening...). |
When I searched on github, I only found a couple dozen obscure usages and missed that both pandas and astropy are using it. That argues for merely deprecating it I think. |
Describe the issue:
#24679 appears to have accidentially removed dtype aliases that used to work
Reproduce the code example:
Error message:
No response
Runtime information:
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: