Skip to content

Commit 4764928

Browse files
committed
Modify whatsnew entry
1 parent 2541b3d commit 4764928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.4.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ Other enhancements
129129
- :meth:`DataFrame.__pos__`, :meth:`DataFrame.__neg__` now retain ``ExtensionDtype`` dtypes (:issue:`43883`)
130130
- The error raised when an optional dependency can't be imported now includes the original exception, for easier investigation (:issue:`43882`)
131131
- Added :meth:`.ExponentialMovingWindow.sum` (:issue:`13297`)
132-
- :func:`guess_datetime_format` now correctly guesses the format of datetime strings with day of week and AM/PM placeholders (:issue:`43901`)
133132

134133
.. ---------------------------------------------------------------------------
135134
@@ -359,6 +358,7 @@ Performance improvements
359358
- Performance improvement in some :meth:`GroupBy.apply` operations (:issue:`42992`)
360359
- Performance improvement in :func:`read_stata` (:issue:`43059`)
361360
- Performance improvement in :meth:`to_datetime` with ``uint`` dtypes (:issue:`42606`)
361+
- Performance improvement in :meth:`to_datetime` with ``infer_datetime_format`` set to ``True`` (:issue:`43901`)
362362
- Performance improvement in :meth:`Series.sparse.to_coo` (:issue:`42880`)
363363
- Performance improvement in indexing with a :class:`MultiIndex` indexer on another :class:`MultiIndex` (:issue:43370`)
364364
- Performance improvement in :meth:`GroupBy.quantile` (:issue:`43469`)

0 commit comments

Comments
 (0)