Skip to content

Commit 3d10a2b

Browse files
author
y-p
committed
DOC: update release notes
1 parent 4bfb38b commit 3d10a2b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

doc/source/release.rst

+3
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ Improvements to existing features
9292
- improved dtype inference for ``timedelta`` like passed to constructors (:issue:`5458`,:issue:`5689`)
9393
- escape special characters when writing to latex (:issue: `5374`)
9494
- perf improvements in ``DataFrame.apply`` (:issue:`6013`)
95+
- pd.to_csv and pd.to_datetime learned a new ``infer_datetime_format`` keyword which greatly
96+
improves parsing perf in many cases. Thanks to @lexual for suggesting and @danbirken
97+
for rapidly implementing. (:issue:`5490`,:issue:`6021`)
9598

9699
.. _release.bug_fixes-0.13.1:
97100

doc/source/v0.13.1.txt

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Deprecations
6969
Enhancements
7070
~~~~~~~~~~~~
7171

72+
- pd.to_csv and pd.to_datetime learned a new ``infer_datetime_format`` keyword which greatly
73+
improves parsing perf in many cases. Thanks to @lexual for suggesting and @danbirken
74+
for rapidly implementing. (:issue:`5490`,:issue:`6021`)
75+
7276
- The ``ArrayFormatter`` for ``datetime`` and ``timedelta64`` now intelligently
7377
limit precision based on the values in the array (:issue:`3401`)
7478

0 commit comments

Comments
 (0)