Skip to content

Commit 2cda959

Browse files
committed
TST/BUG: allow invalid Timestamps to pass thru as datetimes when operating with offsets
related (GH5312)
1 parent caefbf7 commit 2cda959

File tree

3 files changed

+316
-249
lines changed

3 files changed

+316
-249
lines changed

doc/source/release.rst

+2
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,8 @@ Bug Fixes
638638
which doesn't have a row for index names (:issue:`4702`)
639639
- Bug when trying to use an out-of-bounds date as an object dtype (:issue:`5312`)
640640
- Bug when trying to display an embedded PandasObject (:issue:`5324`)
641+
- Allows operating of Timestamps to return a datetime if the result is out-of-bounds
642+
related (:issue:`5312`)
641643

642644
pandas 0.12.0
643645
-------------

0 commit comments

Comments
 (0)