8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d85fc commit 4c4579dCopy full SHA for 4c4579d
doc/source/whatsnew/v0.23.2.txt
@@ -61,8 +61,8 @@ Fixed Regressions
61
Performance Improvements
62
~~~~~~~~~~~~~~~~~~~~~~~~
63
64
-- Improved performance of membership checks in :class:`CategoricalIndex`
65
- (i.e. ``x in ci``-style checks are much faster). :meth:`CategoricalIndex.contains`
+- Improved performance of membership checks in :class:`Categorical` and :class:`CategoricalIndex`
+ (i.e. ``x in cat``-style checks are much faster). :meth:`CategoricalIndex.contains`
66
is likewise much faster (:issue:`21369`, :issue:`21508`)
67
- Improved performance of :meth:`HDFStore.groups` (and dependent functions like
68
:meth:`~HDFStore.keys`. (i.e. ``x in store`` checks are much faster)
0 commit comments