Skip to content

Commit 91ccbd4

Browse files
committed
changes what's new to v 1.0.0 instead of 0.25.2
1 parent bd5e897 commit 91ccbd4

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

doc/source/whatsnew/v0.25.2.rst

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ What's new in 0.25.2 (October XX, 2019)
66
These are the changes in pandas 0.25.2. See :ref:`release` for a full changelog
77
including other versions of pandas.
88

9-
.. _whatsnew_0252.performance:
10-
11-
Performance improvements
12-
~~~~~~~~~~~~~~~~~~~~~~~~
13-
14-
- Improves :meth:`DataFrame.select_dtypes` performance by using vectorization instead of iterating over a loop. With this improvement :meth:`DataFrame.select_dtypes` becomes feasible for dataframes with lots of columns. (:issue:`28317`)
15-
169
.. _whatsnew_0252.bug_fixes:
1710

1811
Bug fixes

doc/source/whatsnew/v1.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Performance improvements
9999
- Performance improvement in :func:`cut` when ``bins`` is an :class:`IntervalIndex` (:issue:`27668`)
100100
- Performance improvement in :meth:`DataFrame.corr` when ``method`` is ``"spearman"`` (:issue:`28139`)
101101
- Performance improvement in :meth:`DataFrame.replace` when provided a list of values to replace (:issue:`28099`)
102+
- Performance improvement in :meth:`DataFrame.select_dtypes` by using vectorization instead of iterating over a loop. With this improvement :meth:`DataFrame.select_dtypes` becomes feasible for dataframes with lots of columns. (:issue:`28317`)
102103

103104
.. _whatsnew_1000.bug_fixes:
104105

0 commit comments

Comments
 (0)