Skip to content

Commit 7a88e80

Browse files
jorisvandenbosschevictor
authored and
victor
committed
DOC: move whatsnew on performance from 0.23.2 to 0.24.0 (pandas-dev#21709)
1 parent 55463df commit 7a88e80

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

doc/source/whatsnew/v0.23.2.txt

-13
Original file line numberDiff line numberDiff 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

7966
Documentation Changes
8067
~~~~~~~~~~~~~~~~~~~~~

doc/source/whatsnew/v0.24.0.txt

+6
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)