Skip to content

Commit 738c45b

Browse files
committed
update whats new
1 parent 4294c16 commit 738c45b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/source/whatsnew/v1.5.0.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ Other enhancements
9595
- :meth:`pd.concat` now raises when ``levels`` is given but ``keys`` is None (:issue:`46653`)
9696
- :meth:`pd.concat` now raises when ``levels`` contains duplicate values (:issue:`46653`)
9797
- Added ``numeric_only`` argument to :meth:`DataFrame.corr`, :meth:`DataFrame.corrwith`, and :meth:`DataFrame.cov` (:issue:`46560`)
98-
- :meth:`DataFrame.rolling.var`, :meth:`DataFrame.rolling.std`, :meth:`Series.rolling.var`, :meth:`Series.rolling.std` now generate correct result 0 for window containing same values (:issue:`42064`)
99-
- :meth:`DataFrame.rolling.skew`, :meth:`Series.rolling.skew` now generate correct result 0 for window containing same values (:issue:`42064`)
100-
- :meth:`DataFrame.rolling.kurt`, :meth:`Series.rolling.kurt` now generate correct result -3 for window containing same values (:issue:`42064`, :issue:`30993`)
10198

10299
.. ---------------------------------------------------------------------------
103100
.. _whatsnew_150.notable_bug_fixes:
@@ -183,8 +180,9 @@ Styler
183180

184181
.. _whatsnew_150.notable_bug_fixes.notable_bug_fix2:
185182

186-
notable_bug_fix2
187-
^^^^^^^^^^^^^^^^
183+
Groupby/resample/rolling
184+
^^^^^^^^^^^^^^^^^^^^^^^^
185+
- rolling mean / sum / std / var / skew / kurt now output correct result for window with same values (:issue:`42064`, :issue:`30993`)
188186

189187
.. ---------------------------------------------------------------------------
190188
.. _whatsnew_150.api_breaking:

0 commit comments

Comments
 (0)