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
Original file line number
Diff line number
Diff line change
@@ -796,6 +796,7 @@ Bug Fixes
796
796
~~~~~~~~~
797
797
798
798
- Bug in ``Timestamp.replace`` now raises ``TypeError`` when incorrect argument names are given; previously this raised ``ValueError`` (:issue:`15240`)
799
+
- Bug in ``Timestamp`` returning UTC based time/date attributes when a timezone was provided (:issue:`13303`)
799
800
- Bug in ``Index`` power operations with reversed operands (:issue:`14973`)
800
801
- Bug in ``TimedeltaIndex`` addition where overflow was being allowed without error (:issue:`14816`)
801
802
- Bug in ``TimedeltaIndex`` raising a ``ValueError`` when boolean indexing with ``loc`` (:issue:`14946`)
0 commit comments