Skip to content

Commit 5e9de2d

Browse files
committed
Fixup for whatsnew
1 parent f08c782 commit 5e9de2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.4.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Other Deprecations
337337
- Deprecated the ``squeeze`` argument to :meth:`read_csv`, :meth:`read_table`, and :meth:`read_excel`. Users should squeeze the DataFrame afterwards with ``.squeeze("columns")`` instead. (:issue:`43242`)
338338
- Deprecated the ``index`` argument to :class:`SparseArray` construction (:issue:`23089`)
339339
- Deprecated :meth:`.Rolling.validate`, :meth:`.Expanding.validate`, and :meth:`.ExponentialMovingWindow.validate` (:issue:`43665`)
340-
- Deprecated silent dropping of columns that raised a ``TypeError`` or ``DataError`` in :class:`Series.aggregate` and :class:`DataFrame.aggregate` when used with a list (:issue:`43740`)
340+
- Deprecated silent dropping of columns that raised a ``TypeError``, ``DataError``, or some cases of ``ValueError`` in :class:`Series.aggregate` and :class:`DataFrame.aggregate` when used with a list (:issue:`43740`)
341341

342342
.. ---------------------------------------------------------------------------
343343

0 commit comments

Comments
 (0)