We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e469c commit d558386Copy full SHA for d558386
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