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.0.txt
+5
Original file line number
Diff line number
Diff line change
@@ -1068,6 +1068,7 @@ Indexing
1068
1068
- Bug in ``IntervalIndex`` where performing a scalar lookup fails for included right endpoints of non-overlapping monotonic decreasing indexes (:issue:`16417`, :issue:`17271`)
1069
1069
- Bug in :meth:`DataFrame.first_valid_index` and :meth:`DataFrame.last_valid_index` when no valid entry (:issue:`17400`)
1070
1070
<<<<<<< HEAD
1071
+
<<<<<<< HEAD
1071
1072
- Bug in :func:`Series.rename` when called with a callable, incorrectly alters the name of the ``Series``, rather than the name of the ``Index``. (:issue:`17407`)
1072
1073
- Bug in :func:`String.str_get` raises ``IndexError`` instead of inserting NaNs when using a negative index. (:issue:`17704`)
1073
1074
=======
@@ -1077,6 +1078,10 @@ Indexing
1077
1078
- When created with duplicate labels, ``MultiIndex`` now raises a `ValueError`. (:issue:`17464`)
1078
1079
>>>>>>> 4eff2d5... whatsnew entry
1079
1080
=======
1081
+
=======
1082
+
- Bug in :func:`Series.rename` when called with a callable, incorrectly alters the name of the ``Series``, rather than the name of the ``Index``. (:issue:`17407`)
1083
+
- Bug in :func:`String.str_get` raises ``IndexError`` instead of inserting NaNs when using a negative index. (:issue:`17704`)
1084
+
>>>>>>> f74a4ab... whatsnew merging
1080
1085
- When created with duplicate labels, ``MultiIndex`` now raises a ``ValueError``. (:issue:`17464`)
0 commit comments