blob: 58ec7e58967f8033f2300d164e3a2c95a2d1687a (
plain)
1
2
3
4
5
6
7
|
The ``.dtype`` attribute must return a ``dtype``
------------------------------------------------
A ``DeprecationWarning`` is now given if the ``.dtype`` attribute
of an object passed into ``np.dtype`` or as a ``dtype=obj`` argument
is not a dtype. NumPy will stop attempting to recursively coerce the
result of ``.dtype``.
|