Skip to content

DEP: Make issubdtype consistent for types and dtypes#15773

Merged
WarrenWeckesser merged 4 commits intonumpy:masterfrom
seberg:issubdtype-finish-deprecation
Mar 22, 2020
Merged

DEP: Make issubdtype consistent for types and dtypes#15773
WarrenWeckesser merged 4 commits intonumpy:masterfrom
seberg:issubdtype-finish-deprecation

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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants