Skip to content

Commit 8ed6917

Browse files
simonjayhawkinsfeefladder
authored andcommitted
move release note for fix for pandas-dev#42259 (pandas-dev#42661)
1 parent 425f42d commit 8ed6917

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/whatsnew/v1.3.1.rst

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Fixed regressions
2525
- Fixed regression in :meth:`DataFrame.isin` and :meth:`Series.isin` raising ``TypeError`` with nullable data containing at least one missing value (:issue:`42405`)
2626
- Regression in :func:`concat` between objects with bool dtype and integer dtype casting to object instead of to integer (:issue:`42092`)
2727
- Bug in :class:`Series` constructor not accepting a ``dask.Array`` (:issue:`38645`)
28+
- Fixed regression in :func:`to_datetime` returning pd.NaT for inputs that produce duplicated values, when ``cache=True`` (:issue:`42259`)
29+
2830

2931
.. ---------------------------------------------------------------------------
3032

doc/source/whatsnew/v1.4.0.rst

-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ Categorical
183183

184184
Datetimelike
185185
^^^^^^^^^^^^
186-
- Bug in :func:`to_datetime` returning pd.NaT for inputs that produce duplicated values, when ``cache=True`` (:issue:`42259`)
187186
- Bug in :class:`DataFrame` constructor unnecessarily copying non-datetimelike 2D object arrays (:issue:`39272`)
188187
-
189188

0 commit comments

Comments
 (0)