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
+1-15
Original file line number
Diff line number
Diff line change
@@ -1067,23 +1067,8 @@ Indexing
1067
1067
- Bug in intersection of ``RangeIndex`` with negative step (:issue:`17296`)
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
-
<<<<<<< HEAD
1071
-
<<<<<<< HEAD
1072
1070
- 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`)
1073
1071
- 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
1087
1072
1088
1073
I/O
1089
1074
^^^
@@ -1187,3 +1172,4 @@ Other
1187
1172
^^^^^
1188
1173
- Bug where some inplace operators were not being wrapped and produced a copy when invoked (:issue:`12962`)
1189
1174
- Bug in :func:`eval` where the ``inplace`` parameter was being incorrectly handled (:issue:`16732`)
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.22.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ Other API Changes
81
81
- 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`)
82
82
- 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`).
83
83
- :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`)
0 commit comments