We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77386f1 commit a850131Copy full SHA for a850131
doc/source/whatsnew/v0.23.2.txt
@@ -24,11 +24,9 @@ Fixed Regressions
24
Performance Improvements
25
~~~~~~~~~~~~~~~~~~~~~~~~
26
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`)
+- Improved performance of membership checks in :class:`Categorical` and
+ :class:`CategoricalIndex` (i.e. ``x in cat``-style checks are much faster).
+ :meth:`CategoricalIndex.contains` is likewise much faster (:issue:`21369` & :issue:`21508`)
32
-
33
34
Documentation Changes
0 commit comments