Skip to content

Commit a850131

Browse files
author
tp
committed
new whatsnew message
1 parent 77386f1 commit a850131

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/source/whatsnew/v0.23.2.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ Fixed Regressions
2424
Performance Improvements
2525
~~~~~~~~~~~~~~~~~~~~~~~~
2626

27-
- Improved performance of membership checks in :class:`CategoricalIndex`
28-
(i.e. ``x in ci``-style checks are much faster). :meth:`CategoricalIndex.contains`
29-
is likewise much faster (:issue:`21369`)
30-
- Improved performance of membership checks in :class:`Categorical`
31-
(i.e. ``x in categorical``-style checks are much faster) (:issue:`21369`)
27+
- Improved performance of membership checks in :class:`Categorical` and
28+
:class:`CategoricalIndex` (i.e. ``x in cat``-style checks are much faster).
29+
:meth:`CategoricalIndex.contains` is likewise much faster (:issue:`21369` & :issue:`21508`)
3230
-
3331

3432
Documentation Changes

0 commit comments

Comments
 (0)