File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -62,19 +62,6 @@ Fixed Regressions
6262- Bug in :meth:`Timestamp.ceil` and :meth:`Timestamp.floor` when timestamp is a multiple of the rounding frequency (:issue:`21262`)
6363- Fixed regression in :func:`to_clipboard` that defaulted to copying dataframes with space delimited instead of tab delimited (:issue:`21104`)
6464
65- .. _whatsnew_0232.performance:
66-
67- Performance Improvements
68- ~~~~~~~~~~~~~~~~~~~~~~~~
69-
70- - Improved performance of membership checks in :class:`Categorical` and :class:`CategoricalIndex`
71- (i.e. ``x in cat``-style checks are much faster). :meth:`CategoricalIndex.contains`
72- is likewise much faster (:issue:`21369`, :issue:`21508`)
73- - Improved performance of :meth:`HDFStore.groups` (and dependent functions like
74- :meth:`~HDFStore.keys`. (i.e. ``x in store`` checks are much faster)
75- (:issue:`21372`)
76- - Improved performance of :meth:`MultiIndex.is_unique` (:issue:`21522`)
77- -
7865
7966Documentation Changes
8067~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -201,6 +201,12 @@ Performance Improvements
201201- Improved performance of :func:`Series.describe` in case of numeric dtpyes (:issue:`21274`)
202202- Improved performance of :func:`pandas.core.groupby.GroupBy.rank` when dealing with tied rankings (:issue:`21237`)
203203- Improved performance of :func:`DataFrame.set_index` with columns consisting of :class:`Period` objects (:issue:`21582`,:issue:`21606`)
204+ - Improved performance of membership checks in :class:`Categorical` and :class:`CategoricalIndex`
205+ (i.e. ``x in cat``-style checks are much faster). :meth:`CategoricalIndex.contains`
206+ is likewise much faster (:issue:`21369`, :issue:`21508`)
207+ - Improved performance of :meth:`HDFStore.groups` (and dependent functions like
208+ :meth:`~HDFStore.keys`. (i.e. ``x in store`` checks are much faster)
209+ (:issue:`21372`)
204210-
205211
206212.. _whatsnew_0240.docs:
You can’t perform that action at this time.
0 commit comments