Skip to content

Commit cac0a19

Browse files
committed
whatsnew merging
1 parent 0c2a7be commit cac0a19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,7 @@ Indexing
10681068
- Bug in ``IntervalIndex`` where performing a scalar lookup fails for included right endpoints of non-overlapping monotonic decreasing indexes (:issue:`16417`, :issue:`17271`)
10691069
- Bug in :meth:`DataFrame.first_valid_index` and :meth:`DataFrame.last_valid_index` when no valid entry (:issue:`17400`)
10701070
<<<<<<< HEAD
1071+
<<<<<<< HEAD
10711072
- 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`)
10721073
- Bug in :func:`String.str_get` raises ``IndexError`` instead of inserting NaNs when using a negative index. (:issue:`17704`)
10731074
=======
@@ -1077,6 +1078,10 @@ Indexing
10771078
- When created with duplicate labels, ``MultiIndex`` now raises a `ValueError`. (:issue:`17464`)
10781079
>>>>>>> 4eff2d5... whatsnew entry
10791080
=======
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
10801085
- When created with duplicate labels, ``MultiIndex`` now raises a ``ValueError``. (:issue:`17464`)
10811086
>>>>>>> 868ec45... Whatsnew backticks
10821087

0 commit comments

Comments
 (0)