Skip to content

Commit 386daaf

Browse files
jrebackcmazzullo
authored andcommitted
move whatsnew to 0.22.0
1 parent 2b3f4d4 commit 386daaf

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

doc/source/whatsnew/v0.21.0.txt

+1-15
Original file line numberDiff line numberDiff line change
@@ -1067,23 +1067,8 @@ Indexing
10671067
- Bug in intersection of ``RangeIndex`` with negative step (:issue:`17296`)
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`)
1070-
<<<<<<< HEAD
1071-
<<<<<<< HEAD
10721070
- 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`)
10731071
- Bug in :func:`String.str_get` raises ``IndexError`` instead of inserting NaNs when using a negative index. (:issue:`17704`)
1074-
=======
1075-
- 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`)
1076-
- Bug in :func:`String.str_get` raises `index out of range` error instead of inserting NaNs when using a negative index. (:issue:`17704`)
1077-
<<<<<<< HEAD
1078-
- When created with duplicate labels, ``MultiIndex`` now raises a `ValueError`. (:issue:`17464`)
1079-
>>>>>>> 4eff2d5... whatsnew entry
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
1085-
- When created with duplicate labels, ``MultiIndex`` now raises a ``ValueError``. (:issue:`17464`)
1086-
>>>>>>> 868ec45... Whatsnew backticks
10871072

10881073
I/O
10891074
^^^
@@ -1187,3 +1172,4 @@ Other
11871172
^^^^^
11881173
- Bug where some inplace operators were not being wrapped and produced a copy when invoked (:issue:`12962`)
11891174
- Bug in :func:`eval` where the ``inplace`` parameter was being incorrectly handled (:issue:`16732`)
1175+

0 commit comments

Comments
 (0)