8000 DEP: Make issubdtype consistent for types and dtypes by seberg · Pull Request #15773 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DEP: Make issubdtype consistent for types and dtypes #15773

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 4 commits into from
Mar 22, 2020

Conversation

seberg
Copy link
Member
@seberg seberg commented Mar 18, 2020

This finishes the deprecation started in gh-9505 removing
behaviour that allowed strings/types representing specific dtypes
to behave like their more generic supertypes (e.g. the python
float would map to floating instead of float64 which it typically
maps to).

This finishes the deprecation started in numpygh-9505 removing
behaviour that allowed strings/types representing specific dtypes
to behave like their more generic supertypes (e.g. the python
float would map to floating instead of float64 which it typically
maps to).
@seberg seberg force-pushed the issubdtype-finish-deprecation branch from 440c236 to 0769f8c Compare March 18, 2020 16:50
@seberg
Copy link
Member Author
seberg commented Mar 18, 2020

Hmmm, made the commit DEP, but since it is a future warning, put the relase note into compatibility...

@WarrenWeckesser WarrenWeckesser merged commit 1be88ff into numpy:master Mar 22, 2020
@WarrenWeckesser
Copy link
Member

Thanks @seberg and @eric-wieser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
48D3
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0