Skip to content

Commit 6407d8d

Browse files
author
Sumanau Sareen
committed
Added whats new entry
1 parent 8ebd1b6 commit 6407d8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ Other enhancements
101101
- :meth:`~pandas.core.groupby.GroupBy.transform` has gained ``engine`` and ``engine_kwargs`` arguments that supports executing functions with ``Numba`` (:issue:`32854`)
102102
- :meth:`~pandas.core.resample.Resampler.interpolate` now supports SciPy interpolation method :class:`scipy.interpolate.CubicSpline` as method ``cubicspline`` (:issue:`33670`)
103103
-
104-
105104
.. ---------------------------------------------------------------------------
106105
107106
Increased minimum versions for dependencies
@@ -462,6 +461,8 @@ Datetimelike
462461
- Bug in :meth:`DatetimeIndex.to_period` not infering the frequency when called with no arguments (:issue:`33358`)
463462
- Bug in :meth:`DatetimeIndex.tz_localize` incorrectly retaining ``freq`` in some cases where the original freq is no longer valid (:issue:`30511`)
464463
- Bug in :meth:`DatetimeIndex.intersection` losing ``freq`` and timezone in some cases (:issue:`33604`)
464+
- ``OutOfBoundsDatetime`` issues an error message when timestamp is out of implementation bounds. (:issue:`32967`)
465+
465466

466467
Timedelta
467468
^^^^^^^^^

0 commit comments

Comments
 (0)