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.17.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -1084,7 +1084,7 @@ Bug Fixes
1084
1084
- Bug in ``PeriodIndex.order`` reset freq (:issue:`10295`)
1085
1085
- Bug in ``date_range`` when ``freq`` divides ``end`` as nanos (:issue:`10885`)
1086
1086
- Bug in ``iloc`` allowing memory outside bounds of a Series to be accessed with negative integers (:issue:`10779`)
1087
-
- Bug in ``read_msgpack`` where encoding is not respected (:issue:`10580`)
1087
+
- Bug in ``read_msgpack`` where encoding is not respected (:issue:`10581`)
1088
1088
- Bug preventing access to the first index when using ``iloc`` with a list containing the appropriate negative integer (:issue:`10547`, :issue:`10779`)
1089
1089
- Bug in ``TimedeltaIndex`` formatter causing error while trying to save ``DataFrame`` with ``TimedeltaIndex`` using ``to_csv`` (:issue:`10833`)
1090
1090
- Bug in ``DataFrame.where`` when handling Series slicing (:issue:`10218`, :issue:`9558`)
0 commit comments