From d9f407f6c6aecc1d20ec869f496b944a65ba2a26 Mon Sep 17 00:00:00 2001 From: tp Date: Tue, 26 Jun 2018 21:42:33 +0100 Subject: [PATCH] minor correction to v0.23.2.txt --- 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)