Skip to content

Commit 856c5a1

Browse files
author
victor
committed
Moved whatsnew to 0.24.0.
1 parent 6181198 commit 856c5a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v0.24.0.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -662,8 +662,7 @@ Timedelta
662662
- Bug in :class:`Index` with numeric dtype when multiplying or dividing an array with dtype ``timedelta64`` (:issue:`22390`)
663663
- Bug in :class:`TimedeltaIndex` incorrectly allowing indexing with ``Timestamp`` object (:issue:`20464`)
664664
- Fixed bug where subtracting :class:`Timedelta` from an object-dtyped array would raise ``TypeError`` (:issue:`21980`)
665-
-
666-
-
665+
- Bug in :class:`Timedelta`: where passing a string of a pure number would not take unit into account. Also raises for ambiguous/duplicate unit specification (:issue: `12136`)
667666

668667
Timezones
669668
^^^^^^^^^

0 commit comments

Comments
 (0)