Skip to content

Commit 51b9844

Browse files
committed
DOC: release notes
1 parent 863aa1d commit 51b9844

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASE.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ pandas 0.9.0
135135
- Fix broken interaction between np.nansum and Series.any/all
136136
- Fix bug with multiple column date parsers (#1866)
137137
- DatetimeIndex.union(Int64Index) was broken
138+
- Make plot x vs y interface consistent with integer indexing (#1842)
139+
- set_index inplace modified data even if unique check fails (#1831)
140+
- Only use Q-OCT/NOV/DEC in quarterly frequency inference (#1789)
141+
- Upcast to dtype=object when unstacking boolean DataFrame (#1820)
142+
- Fix float64/float32 merging bug (#1849)
138143

139144
pandas 0.8.1
140145
============

0 commit comments

Comments
 (0)