Skip to content

Commit 7b0c934

Browse files
committed
added entry in whatsnew.rst
1 parent 220c555 commit 7b0c934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ Other Removals
484484
- Removed the ``method`` keyword in ``ExtensionArray.fillna``, implement ``ExtensionArray._pad_or_backfill`` instead (:issue:`53621`)
485485
- Removed the attribute ``dtypes`` from :class:`.DataFrameGroupBy` (:issue:`51997`)
486486
- Enforced deprecation of ``argmin``, ``argmax``, ``idxmin``, and ``idxmax`` returning a result when ``skipna=False`` and an NA value is encountered or all values are NA values; these operations will now raise in such cases (:issue:`33941`, :issue:`51276`)
487+
- Replaced ``AttributeError`` with ``ValueError`` when using :meth:`Series.replace` with ``dict_like`` and ``dict_like`` (:issue:`59452`)
487488

488489
.. ---------------------------------------------------------------------------
489490
.. _whatsnew_300.performance:

0 commit comments

Comments
 (0)