Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BUG: Ensure string aliases "int0", etc. remain valid for now #22699

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

Merged
merged 2 commits into from
Dec 1, 2022

Conversation

charris
Copy link
Member

@charris charris commented Nov 30, 2022

Backport of #22676.

int0 and uint0 were accidentally dropped, the others just added as a test.
We did successfully remove many Numeric types before, so these could probably be deprecated (it is a bit more annoying to do).

These could probably just be removed, even scipy only noticed it in a single test scikit-learn only noticed it in a single test (scipy probably not at all).. But maybe not in 1.24

Closes gh-22672

seberg and others added 2 commits November 30, 2022 14:28
int0 and uint0 were accidentally dropped, the others just added as
a test.
We did successfully remove many Numeric types before, so these could
probably be deprecated (it is a bit more annoying to do).

These could probably just be removed, scikit-learn only noticed it in
a single test (scipy probably not at all).  But maybe not in 1.24
@charris charris added 03 - Maintenance 08 - Backport Used to tag backport PRs labels Nov 30, 2022
@charris charris added this to the 1.24.0 release milestone Nov 30, 2022
@charris charris merged commit 6e67701 into numpy:maintenance/1.24.x Dec 1, 2022
@charris charris deleted the backport-22676 branch December 1, 2022 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
03 - Maintenance 08 - Backport Used to tag backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants