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/v2.2.1.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Fixed regressions
15
15
~~~~~~~~~~~~~~~~~
16
16
- Fixed memory leak in :func:`read_csv` (:issue:`57039`)
17
17
- Fixed performance regression in :meth:`Series.combine_first` (:issue:`55845`)
18
+
- Fixed regression causing near-minimum but valid :class:`Timestamp` instances to overflow (:issue:`57150`)
18
19
- Fixed regression in :func:`merge_ordered` raising ``TypeError`` for ``fill_method="ffill"`` and ``how="left"`` (:issue:`57010`)
19
20
- Fixed regression in :func:`wide_to_long` raising an ``AttributeError`` for string columns (:issue:`57066`)
20
21
- Fixed regression in :meth:`DataFrame.loc` raising ``IndexError`` for non-unique, masked dtype indexes where result has more than 10,000 rows (:issue:`57027`)
0 commit comments