Skip to content

Commit 4dd6e7e

Browse files
author
Jon M. Mease
committed
Moved whatsnew to 0.19.1 and clarified description
1 parent b35ebdc commit 4dd6e7e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v0.19.1.txt

+1
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ Bug Fixes
4848
- Bug in ``MultiIndex.set_levels`` where illegal level values were still set after raising an error (:issue:`13754`)
4949
- Bug in ``DataFrame.to_json`` where ``lines=True`` and a value contained a ``}`` character (:issue:`14391`)
5050
- Bug in ``df.groupby`` causing an ``AttributeError`` when grouping a single index frame by a column and the index level (:issue`14327`)
51+
- Bug in ``df.groupby`` where ``TypeError`` raised when ``pd.Grouper(key=...)`` is passed in a list (:issue:`14334`)

doc/source/whatsnew/v0.20.0.txt

-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,3 @@ Performance Improvements
8080

8181
Bug Fixes
8282
~~~~~~~~~
83-
- Bug in ``df.groupby`` where ``TypeError`` raised when key-only Grouper is passed in a list (:issue:`14334`)

0 commit comments

Comments
 (0)