Skip to content

Commit aa5f824

Browse files
committed
DOC: release notes
1 parent fff7b89 commit aa5f824

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASE.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pandas 0.8.1
4141

4242
**Bug fixes**
4343

44+
- Fix NA handling in DataFrame.to_panel (#1582)
4445
- Handle TypeError issues inside PyObject_RichCompareBool calls in khash
4546
(#1318)
4647
- Fix resampling bug to lower case daily frequency (#1588)
@@ -50,6 +51,8 @@ pandas 0.8.1
5051
- Fix Panel .ix indexing with integers bug (#1603)
5152
- Fix Partial indexing bugs (years, months, ...) with PeriodIndex (#1601)
5253
- Fix MultiIndex console formatting issue (#1606)
54+
- Unordered index with duplicates doesn't yield scalar location for single
55+
entry (#1586)
5356

5457
pandas 0.8.0
5558
============

0 commit comments

Comments
 (0)