Skip to content

Commit 0cff92b

Browse files
committed
added release notes to 1.1
1 parent 9c3ede3 commit 0cff92b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/whatsnew/v1.0.3.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Fixed regressions
2222

2323
Bug fixes
2424
~~~~~~~~~
25-
Fixed Series.value_counts so that normalize excludes NA values when dropna=False. (:issue:`25970`)
26-
Fixed Dataframe Groupby value_counts with bins (:issue:`32471`)
25+
2726

2827
Contributors
2928
~~~~~~~~~~~~

doc/source/whatsnew/v1.1.0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,8 @@ Performance improvements
434434

435435
Bug fixes
436436
~~~~~~~~~
437-
437+
Fixed Series.value_counts so that normalize excludes NA values when dropna=False. (:issue:`25970`)
438+
Fixed Dataframe Groupby value_counts with bins (:issue:`32471`)
438439

439440
Categorical
440441
^^^^^^^^^^^

0 commit comments

Comments
 (0)