Skip to content

Commit 9f6411b

Browse files
committed
Move to 0.22.0
1 parent 72a5595 commit 9f6411b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/source/whatsnew/v0.21.1.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Performance Improvements
4040
~~~~~~~~~~~~~~~~~~~~~~~~
4141

4242
- Improved performance of plotting large series/dataframes (:issue:`18236`).
43-
- Improved performance of ``IntervalIndex.symmetric_difference()`` (:issue:`18475`)
43+
-
4444
-
4545

4646
.. _whatsnew_0211.docs:
@@ -74,7 +74,7 @@ Indexing
7474
- Bug where a ``MultiIndex`` with more than a million records was not raising ``AttributeError`` when trying to access a missing attribute (:issue:`18165`)
7575
- Bug in :class:`IntervalIndex` constructor when a list of intervals is passed with non-default ``closed`` (:issue:`18334`)
7676
- 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`)
77+
-
7878

7979
I/O
8080
^^^

doc/source/whatsnew/v0.22.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Performance Improvements
114114
- The overriden ``Timedelta`` properties of days, seconds and microseconds have been removed, leveraging their built-in Python versions instead (:issue:`18242`)
115115
- ``Series`` construction will reduce the number of copies made of the input data in certain cases (:issue:`17449`)
116116
- Improved performance of :func:`Series.dt.date` and :func:`DatetimeIndex.date` (:issue:`18058`)
117-
-
117+
- Improved performance of ``IntervalIndex.symmetric_difference()`` (:issue:`18475`)
118118

119119
.. _whatsnew_0220.docs:
120120

@@ -146,7 +146,7 @@ Indexing
146146
- Bug in :func:`MultiIndex.remove_unused_levels`` which would fill nan values (:issue:`18417`)
147147
- Bug in :func:`MultiIndex.from_tuples`` which would fail to take zipped tuples in python3 (:issue:`18434`)
148148
- 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`)
150150

151151
I/O
152152
^^^

0 commit comments

Comments
 (0)