Skip to content

Commit df2a3e9

Browse files
committed
DOC: moved whatsnew to V1.1.0
1 parent 47f4e61 commit df2a3e9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,6 @@ Groupby/resample/rolling
11121112
- Bug in :meth:`DataFrame.groupby` when using nunique on axis=1 (:issue:`30253`)
11131113
- Bug in :meth:`GroupBy.quantile` with multiple list-like q value and integer column names (:issue:`30289`)
11141114
- Bug in :meth:`GroupBy.pct_change` and :meth:`core.groupby.SeriesGroupBy.pct_change` causes ``TypeError`` when ``fill_method`` is ``None`` (:issue:`30463`)
1115-
- Bug in :meth:`Rolling.count` and :meth:`Expanding.count` argument ``min_periods`` ignored (:issue:`26996`)
11161115

11171116
Reshaping
11181117
^^^^^^^^^

doc/source/whatsnew/v1.1.0.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ Plotting
133133
Groupby/resample/rolling
134134
^^^^^^^^^^^^^^^^^^^^^^^^
135135

136-
-
137-
-
138-
136+
- Bug in :meth:`Rolling.count` and :meth:`Expanding.count` argument ``min_periods`` ignored (:issue:`26996`)
139137

140138
Reshaping
141139
^^^^^^^^^

0 commit comments

Comments
 (0)