Skip to content

Commit b0ea2ea

Browse files
committed
Move to 0.23.1
1 parent 55ca363 commit b0ea2ea

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v0.23.0.txt

-1
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

doc/source/whatsnew/v0.23.1.txt

+1
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,4 @@ Other
116116

117117
- Tab completion on :class:`Index` in IPython no longer outputs deprecation warnings (:issue:`21125`)
118118
- Bug preventing pandas from being importable with -OO optimization (:issue:`21071`)
119+
- ``DatetimeIndex._data`` now returns a numpy array in all cases (:issue:`20810`)

0 commit comments

Comments
 (0)