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/v1.6.0.rst
+2
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,7 @@ Performance improvements
135
135
- Performance improvement in :meth:`MultiIndex.argsort` and :meth:`MultiIndex.sort_values` (:issue:`48406`)
136
136
- Performance improvement in :meth:`MultiIndex.size` (:issue:`48723`)
137
137
- Performance improvement in :meth:`MultiIndex.union` without missing values and without duplicates (:issue:`48505`)
138
+
- Performance improvement in :meth:`MultiIndex.difference` (:issue:`48606`)
138
139
- Performance improvement in :meth:`.DataFrameGroupBy.mean`, :meth:`.SeriesGroupBy.mean`, :meth:`.DataFrameGroupBy.var`, and :meth:`.SeriesGroupBy.var` for extension array dtypes (:issue:`37493`)
139
140
- Performance improvement in :meth:`MultiIndex.isin` when ``level=None`` (:issue:`48622`)
140
141
- Performance improvement for :meth:`Series.value_counts` with nullable dtype (:issue:`48338`)
@@ -210,6 +211,7 @@ Missing
210
211
211
212
MultiIndex
212
213
^^^^^^^^^^
214
+
- Bug in :meth:`MultiIndex.difference` losing extension array dtype (:issue:`48606`)
213
215
- Bug in :class:`MultiIndex.set_levels` raising ``IndexError`` when setting empty level (:issue:`48636`)
214
216
- Bug in :meth:`MultiIndex.unique` losing extension array dtype (:issue:`48335`)
215
217
- Bug in :meth:`MultiIndex.intersection` losing extension array (:issue:`48604`)
0 commit comments