File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,9 @@ Fixed Regressions
2424Performance 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
3432Documentation Changes
You can’t perform that action at this time.
0 commit comments