Skip to content

Commit 58c8f5c

Browse files
committed
Remove whatsnew
1 parent e96869b commit 58c8f5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/source/whatsnew/v0.23.0.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,6 @@ Other API Changes
996996
- :func:`DataFrame.to_dict` with ``orient='index'`` no longer casts int columns to float for a DataFrame with only int and float columns (:issue:`18580`)
997997
- A user-defined-function that is passed to :func:`Series.rolling().aggregate() <pandas.core.window.Rolling.aggregate>`, :func:`DataFrame.rolling().aggregate() <pandas.core.window.Rolling.aggregate>`, or its expanding cousins, will now *always* be passed a ``Series``, rather than a ``np.array``; ``.apply()`` only has the ``raw`` keyword, see :ref:`here <whatsnew_0230.enhancements.window_raw>`. This is consistent with the signatures of ``.aggregate()`` across pandas (:issue:`20584`)
998998
- Rolling and Expanding types raise ``NotImplementedError`` upon iteration (:issue:`11704`).
999-
- ``DatetimeIndex._data`` now returns a numpy array in all cases (:issue:`20810`)
1000999

10011000
.. _whatsnew_0230.deprecations:
10021001

0 commit comments

Comments
 (0)