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
-
- Improved performance of ``IntervalIndex.symmetric_difference()`` (:issue:`18475`)
43
+
-
44
44
-
45
45
46
46
.. _whatsnew_0211.docs:
@@ -74,7 +74,7 @@ Indexing
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 ``Index.putmask`` when an invalid mask passed (:issue:`18368`)
77
-
- Bug in ``IntervalIndex.symmetric_difference()`` where the symmetric difference with a non-``IntervalIndex`` did not raise (:issue:`18475`)
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.22.0.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ Performance Improvements
114
114
- The overriden ``Timedelta`` properties of days, seconds and microseconds have been removed, leveraging their built-in Python versions instead (:issue:`18242`)
115
115
- ``Series`` construction will reduce the number of copies made of the input data in certain cases (:issue:`17449`)
116
116
- Improved performance of :func:`Series.dt.date` and :func:`DatetimeIndex.date` (:issue:`18058`)
117
-
-
117
+
- Improved performance of ``IntervalIndex.symmetric_difference()`` (:issue:`18475`)
118
118
119
119
.. _whatsnew_0220.docs:
120
120
@@ -146,7 +146,7 @@ Indexing
146
146
- Bug in :func:`MultiIndex.remove_unused_levels`` which would fill nan values (:issue:`18417`)
147
147
- Bug in :func:`MultiIndex.from_tuples`` which would fail to take zipped tuples in python3 (:issue:`18434`)
148
148
- Bug in :class:`IntervalIndex` where empty and purely NA data was constructed inconsistently depending on the construction method (:issue:`18421`)
149
-
-
149
+
- Bug in ``IntervalIndex.symmetric_difference()`` where the symmetric difference with a non-``IntervalIndex`` did not raise (:issue:`18475`)
0 commit comments