Skip to content

Commit d2adb4f

Browse files
committed
DOC: move whatsnew to version 1.1.0
1 parent 7aea539 commit d2adb4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,6 @@ Performance improvements
925925
The improvement is not present if checking if the :class:`Categorical` is less than or less than or equal than the scalar (:issue:`29820`)
926926
- Performance improvement in :meth:`Index.equals` and :meth:`MultiIndex.equals` (:issue:`29134`)
927927
- Performance improvement in :func:`~pandas.api.types.infer_dtype` when ``skipna`` is ``True`` (:issue:`28814`)
928-
- Performance improvement in :class:`Timestamp` constructor (:issue:`30543`)
929928

930929
.. ---------------------------------------------------------------------------
931930

doc/source/whatsnew/v1.1.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ Deprecations
109109

110110
Performance improvements
111111
~~~~~~~~~~~~~~~~~~~~~~~~
112+
112113
- Performance improvement in :class:`Timedelta` constructor (:issue:`30543`)
114+
- Performance improvement in :class:`Timestamp` constructor (:issue:`30543`)
113115
-
114116
-
115117

0 commit comments

Comments
 (0)