Skip to content

Commit

Permalink
Added entry in v3.0.0.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kosiew committed Feb 7, 2025
1 parent a3593ed commit a4ffcd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ Datetimelike
- Bug in :meth:`to_datetime` reports incorrect index in case of any failure scenario. (:issue:`58298`)
- Bug in :meth:`to_datetime` wrongly converts when ``arg`` is a ``np.datetime64`` object with unit of ``ps``. (:issue:`60341`)
- Bug in setting scalar values with mismatched resolution into arrays with non-nanosecond ``datetime64``, ``timedelta64`` or :class:`DatetimeTZDtype` incorrectly truncating those scalars (:issue:`56410`)
- BUG: Ensure to_datetime raises errors for out-of-bounds scalar inputs (:issue:`60744`)

Timedelta
^^^^^^^^^
Expand Down

0 comments on commit a4ffcd3

Please sign in to comment.