These are the changes in pandas 1.0.1. See :ref:`release` for a full changelog including other versions of pandas.
{{ header }}
- Fixed regression in :meth:`to_datetime` when parsing non-nanosecond resolution datetimes (:issue:`31491`)
- Fixed bug in :meth:`to_datetime` raising when
cache=True
and out-of-bound values are present (:issue:`31491`)
- Bug in dtypes being lost in
DataFrame.__invert__
(~
operator) with mixed dtypes (:issue:`31183`) - Bug in :class:`Series` multiplication when multiplying a numeric :class:`Series` with >10000 elements with a timedelta-like scalar (:issue:`31467`)
- Bug in dtype being lost in
__invert__
(~
operator) for extension-array backedSeries
andDataFrame
(:issue:`23087`)