Skip to content

Commit eaa78c7

Browse files
jrebackcmazzullo
authored andcommitted
move whatsnew to 0.22.0
1 parent 94a9c95 commit eaa78c7

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-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+

doc/source/whatsnew/v0.22.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Other API Changes
8181
- Inserting missing values into indexes will work for all types of indexes and automatically insert the correct type of missing value (``NaN``, ``NaT``, etc.) regardless of the type passed in (:issue:`18295`)
8282
- Restricted ``DateOffset`` keyword arguments. Previously, ``DateOffset`` subclasses allowed arbitrary keyword arguments which could lead to unexpected behavior. Now, only valid arguments will be accepted. (:issue:`17176`, :issue:`18226`).
8383
- :func:`DataFrame.from_items` provides a more informative error message when passed scalar values (:issue:`17312`)
84+
- When created with duplicate labels, ``MultiIndex`` now raises a ``ValueError``. (:issue:`17464`)
8485

8586
.. _whatsnew_0220.deprecations:
8687

0 commit comments

Comments
 (0)