File tree 2 files changed +6
-13
lines changed
2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -62,19 +62,6 @@ Fixed Regressions
62
62
- Bug in :meth:`Timestamp.ceil` and :meth:`Timestamp.floor` when timestamp is a multiple of the rounding frequency (:issue:`21262`)
63
63
- Fixed regression in :func:`to_clipboard` that defaulted to copying dataframes with space delimited instead of tab delimited (:issue:`21104`)
64
64
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
- -
78
65
79
66
Documentation Changes
80
67
~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -201,6 +201,12 @@ Performance Improvements
201
201
- Improved performance of :func:`Series.describe` in case of numeric dtpyes (:issue:`21274`)
202
202
- Improved performance of :func:`pandas.core.groupby.GroupBy.rank` when dealing with tied rankings (:issue:`21237`)
203
203
- 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`)
204
210
-
205
211
206
212
.. _whatsnew_0240.docs:
You can’t perform that action at this time.
0 commit comments