Skip to content

Commit 1d758e6

Browse files
Moving release note to deprecations
1 parent c5d44f6 commit 1d758e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ Other API changes
372372
- Index set operations (like union or intersection) will now ignore the dtype of
373373
an empty ``RangeIndex`` or empty ``Index`` with object dtype when determining
374374
the dtype of the resulting Index (:issue:`60797`)
375-
- Renamed the ``arg`` parameter of ``Series.map`` to ``func``. (:issue:`61260`)
376375

377376
.. ---------------------------------------------------------------------------
378377
.. _whatsnew_300.deprecations:
@@ -423,6 +422,7 @@ Other Deprecations
423422
- Deprecated parameter ``method`` in :meth:`DataFrame.reindex_like` / :meth:`Series.reindex_like` (:issue:`58667`)
424423
- Deprecated strings ``w``, ``d``, ``MIN``, ``MS``, ``US`` and ``NS`` denoting units in :class:`Timedelta` in favour of ``W``, ``D``, ``min``, ``ms``, ``us`` and ``ns`` (:issue:`59051`)
425424
- Deprecated using ``epoch`` date format in :meth:`DataFrame.to_json` and :meth:`Series.to_json`, use ``iso`` instead. (:issue:`57063`)
425+
- Renamed the ``arg`` parameter of ``Series.map`` to ``func``. (:issue:`61260`)
426426

427427
.. ---------------------------------------------------------------------------
428428
.. _whatsnew_300.prior_deprecations:

0 commit comments

Comments
 (0)