diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2017-08-01 18:15:29 +0000 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2017-08-05 21:56:03 -0500 |
commit | 091b8c3b16d39d18f6921f9a17d06c1652b40dca (patch) | |
tree | d4dd9c45a2a27893134cd77c7bd959afacb42c51 /numpy/doc/basics.py | |
parent | 4cac8cba65b343f845a7068407997105cca7bfc9 (diff) | |
download | numpy-091b8c3b16d39d18f6921f9a17d06c1652b40dca.tar.gz |
DEP: Deprecate the coercion of dtype-likes to their superclass
In many cases, this coercion is surprising, or would be if the user knew about it:
* [('a', int)] -> np.flexible
* str - > str (!) - not even a numpy type
* 'float32' -> np.floating (discards size)
* int -> np.signed_integer (not np.integer, as is usually meant)
Diffstat (limited to 'numpy/doc/basics.py')
0 files changed, 0 insertions, 0 deletions