Skip to content

Commit 5917b68

Browse files
Add whatsnew entry
1 parent b0213f4 commit 5917b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.2.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ Deprecations
268268
- Deprecated :meth:`Index.is_all_dates` (:issue:`27744`)
269269
- Deprecated automatic alignment on comparison operations between :class:`DataFrame` and :class:`Series`, do ``frame, ser = frame.align(ser, axis=1, copy=False)`` before e.g. ``frame == ser`` (:issue:`28759`)
270270
- :meth:`Rolling.count` with ``min_periods=None`` will default to the size of the window in a future version (:issue:`31302`)
271+
- Deprecate use of strings denoting units with 'M', 'Y', 'm' and 'y' in :func:`~pandas.to_timedelta` (:issue:`36666`)
271272

272273
.. ---------------------------------------------------------------------------
273274

0 commit comments

Comments
 (0)