Skip to content

Commit 550959d

Browse files
Update doc/source/whatsnew/v3.0.0.rst
Removing unit test from what's new Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
1 parent a8bb352 commit 550959d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,6 @@ Timedelta
979979
^^^^^^^^^
980980
- Accuracy improvement in :meth:`Timedelta.to_pytimedelta` to round microseconds consistently for large nanosecond based Timedelta (:issue:`57841`)
981981
- Bug in :class:`Timedelta` constructor failing to raise when passed an invalid keyword (:issue:`53801`)
982-
- Bug in :class:`Timedelta` constructor failing to recognize Week ('W') as a parsed string suffix (:issue:`12691`)
983982
- Bug in :meth:`DataFrame.cumsum` which was raising ``IndexError`` if dtype is ``timedelta64[ns]`` (:issue:`57956`)
984983
- Bug in multiplication operations with ``timedelta64`` dtype failing to raise ``TypeError`` when multiplying by ``bool`` objects or dtypes (:issue:`58054`)
985984

0 commit comments

Comments
 (0)