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.1.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Performance Improvements
40
40
~~~~~~~~~~~~~~~~~~~~~~~~
41
41
42
42
- Improved performance of plotting large series/dataframes (:issue:`18236`).
43
-
-
43
+
- Improved performance of ``IntervalIndex.symmetric_difference()`` (:issue:`18475`)
44
44
-
45
45
46
46
.. _whatsnew_0211.docs:
@@ -73,7 +73,7 @@ Indexing
73
73
- Bug in a boolean comparison of a ``datetime.datetime`` and a ``datetime64[ns]`` dtype Series (:issue:`17965`)
74
74
- Bug where a ``MultiIndex`` with more than a million records was not raising ``AttributeError`` when trying to access a missing attribute (:issue:`18165`)
75
75
- Bug in :class:`IntervalIndex` constructor when a list of intervals is passed with non-default ``closed`` (:issue:`18334`)
76
-
-
76
+
- Bug in ``IntervalIndex.symmetric_difference()`` where the symmetric difference with a non-``IntervalIndex`` did not raise (:issue:`18475`)
0 commit comments