Skip to content

Commit a5821de

Browse files
committed
Added release note
1 parent 41c611d commit a5821de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@ Other API Changes
483483
- :func:`to_datetime` when passed a tz-aware ``origin=`` kwarg will now raise a more informative ``ValueError`` rather than a ``TypeError`` (:issue:`16842`)
484484
- Renamed non-functional ``index`` to ``index_col`` in :func:`read_stata` to improve API consistency (:issue:`16342`)
485485
- Bug in :func:`DataFrame.drop` caused boolean labels ``False`` and ``True`` to be treated as labels 0 and 1 respectively when dropping indices from a numeric index. This will now raise a ValueError (:issue:`16877`)
486+
- Pandas no longer registers matplotlib converters on import. The converters
487+
will be registered and used when the first plot is draw (:issue:`17710`)
486488

487489
.. _whatsnew_0210.deprecations:
488490

0 commit comments

Comments
 (0)