Skip to content

Commit

Permalink
DOC: update release notes to match GH milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Sep 22, 2011
1 parent a4d1ea3 commit 6c8dac2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,21 @@ This is a bug fix release
**New features / modules**

- Added new `DataFrame` methods `get_dtype_counts` and property `dtypes`
- Setting of values using ``.ix`` indexing attribute in mixed-type DataFrame
objects has been implemented (fixes GH #135)
- `read_csv` can read multiple columns into a `MultiIndex`. DataFrame's
`to_csv` method will properly write out a `MultiIndex` which can be read
back (GH #151)

**Bug fixes**

- Fixed DataFrame constructor bug causing downstream problems (e.g. .copy()
failing) when passing a Series as the values along with a column name and
index
- Fixed single-key groupby on DataFrame with as_index=False (GH #160)
- `Series.shift` was failing on integer Series (GH #154)
- `unstack` methods were producing incorrect output in the case of duplicate
hierarchical labels. An exception will now be raised (GH #147)

**Improvements to existing features**

Expand Down

0 comments on commit 6c8dac2

Please sign in to comment.