From 4c4579d5629d7aed1719dbc8aaa423681b343772 Mon Sep 17 00:00:00 2001 From: topper-123 Date: Tue, 26 Jun 2018 22:30:42 +0100 Subject: [PATCH] DOC: minor correction to v0.23.2.txt (#21644) --- doc/source/whatsnew/v0.23.2.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/whatsnew/v0.23.2.txt b/doc/source/whatsnew/v0.23.2.txt index a41a6c31b0678..9c4b408a1d24b 100644 --- a/doc/source/whatsnew/v0.23.2.txt +++ b/doc/source/whatsnew/v0.23.2.txt @@ -61,8 +61,8 @@ Fixed Regressions Performance Improvements ~~~~~~~~~~~~~~~~~~~~~~~~ -- Improved performance of membership checks in :class:`CategoricalIndex` - (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` is likewise much faster (:issue:`21369`, :issue:`21508`) - Improved performance of :meth:`HDFStore.groups` (and dependent functions like :meth:`~HDFStore.keys`. (i.e. ``x in store`` checks are much faster)