Skip to content

Commit f36143c

Browse files
committed
fix precommit
1 parent bb4cc53 commit f36143c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/source/whatsnew/v2.1.0.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,13 +290,10 @@ Performance improvements
290290
- Performance improvement in :meth:`.DataFrameGroupBy.groups` (:issue:`53088`)
291291
- Performance improvement in :meth:`DataFrame.loc` when selecting rows and columns (:issue:`53014`)
292292
- Performance improvement in :meth:`DataFrame.transpose` when transposing a DataFrame with a single masked dtype, e.g. :class:`Int64` (:issue:`52836`)
293-
- Performance improvement in :meth:`.DataFrameGroupBy.groups` (:issue:`53088`)
294-
- Performance improvement in :meth:`DataFrame.loc` when selecting rows and columns (:issue:`53014`)
295293
- Performance improvement in :meth:`Series.corr` and :meth:`Series.cov` for extension dtypes (:issue:`52502`)
296294
- Performance improvement in :meth:`Series.to_numpy` when dtype is a numpy float dtype and ``na_value`` is ``np.nan`` (:issue:`52430`)
297295
- Performance improvement in :meth:`~arrays.ArrowExtensionArray.to_numpy` (:issue:`52525`)
298296
- Performance improvement when doing various reshaping operations on :class:`arrays.IntegerArrays` & :class:`arrays.FloatingArray` by avoiding doing unnecessary validation (:issue:`53013`)
299-
- Performance improvement in :meth:`DataFrame.transpose` when transposing a DataFrame with a single masked dtype, e.g. :class:`Int64` (:issue:`xxxxx`)
300297
-
301298

302299
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)