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
BUG: Prevent addition overflow with TimedeltaIndex (pandas-dev#14816)
Expands checked-add array addition introduced in
pandas-devgh-14237 to include all other addition cases (i.e.
TimedeltaIndex and Timedelta). Follow-up to pandas-devgh-14453.
In addition, move checked add function to core/algorithms.
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
@@ -234,6 +234,7 @@ Performance Improvements
234
234
Bug Fixes
235
235
~~~~~~~~~
236
236
237
+
- Bug in ``TimedeltaIndex`` addition where overflow was being allowed without error (:issue:`14816`)
237
238
- Bug in ``astype()`` where ``inf`` values were incorrectly converted to integers. Now raises error now with ``astype()`` for Series and DataFrames (:issue:`14265`)
0 commit comments