Skip to content

Commit

Permalink
DOC: release note re: #207
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed May 21, 2012
1 parent 520cddc commit 25900f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ pandas 0.8.0
- Can pass multiple columns to GroupBy object, e.g. grouped[[col1, col2]] to
only aggregate a subset of the value columns (#383)
- Add histogram / kde plot options for scatter_matrix diagonals (#1237)
- Add inplace option to DataFrame.drop_duplicates (#805)
- Add inplace option to Series/DataFrame.rename and sort_index,
DataFrame.drop_duplicates (#805, #207)

**API Changes**

Expand Down

0 comments on commit 25900f9

Please sign in to comment.