You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -1580,7 +1580,7 @@ Conversion
1580
1580
1581
1581
- Bug in ``Timestamp.replace`` now raises ``TypeError`` when incorrect argument names are given; previously this raised ``ValueError`` (:issue:`15240`)
1582
1582
- Bug in ``Timestamp.replace`` with compat for passing long integers (:issue:`15030`)
1583
-
- Bug in ``Timestamp`` returning UTC based time/date attributes when a timezone was provided (:issue:`13303`)
1583
+
- Bug in ``Timestamp`` returning UTC based time/date attributes when a timezone was provided (:issue:`13303`, :issue:`6538`)
1584
1584
- Bug in ``Timestamp`` incorrectly localizing timezones during construction (:issue:`11481`, :issue:`15777`)
1585
1585
- Bug in ``TimedeltaIndex`` addition where overflow was being allowed without error (:issue:`14816`)
1586
1586
- Bug in ``TimedeltaIndex`` raising a ``ValueError`` when boolean indexing with ``loc`` (:issue:`14946`)
0 commit comments