Skip to content

Commit ecfffa6

Browse files
author
RogerThomas
committed
Move doc to 2.0.0
1 parent aa9863d commit ecfffa6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v1.5.0.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,6 @@ Performance improvements
960960
- Performance improvement when setting values in a pyarrow backed string array (:issue:`46400`)
961961
- Performance improvement in :func:`factorize` (:issue:`46109`)
962962
- Performance improvement in :class:`DataFrame` and :class:`Series` constructors for extension dtype scalars (:issue:`45854`)
963-
- Performance improvement in :meth:`DataFrame.to_dict` and :meth:`Series.to_dict` when using any non-object dtypes (:issue:`46470`)
964963
- Performance improvement in :func:`read_excel` when ``nrows`` argument provided (:issue:`32727`)
965964
- Performance improvement in :meth:`.Styler.to_excel` when applying repeated CSS formats (:issue:`47371`)
966965
- Performance improvement in :meth:`MultiIndex.is_monotonic_increasing` (:issue:`47458`)

doc/source/whatsnew/v2.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ Performance improvements
326326
- Performance improvements to :func:`read_sas` (:issue:`47403`, :issue:`47405`, :issue:`47656`, :issue:`48502`)
327327
- Memory improvement in :meth:`RangeIndex.sort_values` (:issue:`48801`)
328328
- Performance improvement in :class:`DataFrameGroupBy` and :class:`SeriesGroupBy` when ``by`` is a categorical type and ``sort=False`` (:issue:`48976`)
329+
- Performance improvement in :meth:`DataFrame.to_dict` and :meth:`Series.to_dict` when using any non-object dtypes (:issue:`46470`)
329330

330331
.. ---------------------------------------------------------------------------
331332
.. _whatsnew_200.bug_fixes:

0 commit comments

Comments
 (0)