Skip to content

Commit 2735818

Browse files
committed
Move to 0.23.1
1 parent 1296a5f commit 2735818

File tree

2 files changed

+1
-1
lines changed

2 files changed

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

doc/source/whatsnew/v0.23.1.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,4 @@ Other
111111

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

0 commit comments

Comments
 (0)