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.21.1.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Documentation Changes
56
56
57
57
Bug Fixes
58
58
~~~~~~~~~
59
-
- Bug in :meth:`Series.fillna` which was raising RuntimeError when got large integer (:issue:`18159`).
59
+
-
60
60
61
61
62
62
Conversion
@@ -67,6 +67,7 @@ Conversion
67
67
- Bug in :meth:`IntervalIndex.copy` when copying and ``IntervalIndex`` with non-default ``closed`` (:issue:`18339`)
68
68
- Bug in :func:`DataFrame.to_dict` where columns of datetime that are tz-aware were not converted to required arrays when used with ``orient='records'``, raising``TypeError` (:issue:`18372`)
69
69
- Bug in :class:`DateTimeIndex` and :meth:`date_range` where mismatching tz-aware ``start`` and ``end`` timezones would not raise an err if ``end.tzinfo`` is None (:issue:`18431`)
70
+
- Bug in :meth:`Series.fillna` which raised when passed a long integer on Python 2 (:issue:`18159`).
0 commit comments