Skip to content

Commit b211042

Browse files
DOC: added whatsnew entry for PR#16047 addressing GH15520
1 parent fbed5a6 commit b211042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,7 @@ Conversion
15091509
- Bug in ``is_string_dtype``, ``is_timedelta64_ns_dtype``, and ``is_string_like_dtype`` in which an error was raised when ``None`` was passed in (:issue:`15941`)
15101510
- Bug in the return type of ``pd.unique`` on a ``Categorical``, which was returning an ndarray and not a ``Categorical`` (:issue:`15903`)
15111511
- Bug in ``Index.to_series()`` where the index was not copied (and so mutating later would change the original), (:issue:`15949`)
1512+
- Bug in ``pandas_dtype`` where passing invalid dtype didn't raise an error. (:issue:`15520`)
15121513

15131514
Indexing
15141515
^^^^^^^^

0 commit comments

Comments
 (0)