Skip to content

Commit 05f4477

Browse files
committed
DOC: add a few more notes on bug fixes in release.rst
1 parent 64e8878 commit 05f4477

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASE.rst

+5
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ pandas 0.9.0
235235
as input argument (#1773)
236236
- Fix resample bug when passed list of lambdas as `how` argument (#1808)
237237
- Repr fix for MultiIndex level with all NAs (#1971)
238+
- Fix PeriodIndex slicing bug when slice start/end are out-of-bounds (#1977)
239+
- Fix read_table bug when parsing unicode (#1975)
240+
- Fix BlockManager.iget bug when dealing with non-unique MultiIndex as columns
241+
(#1970)
242+
- Fix reset_index bug if both drop and level are specified (#1957)
238243

239244

240245
pandas 0.8.1

0 commit comments

Comments
 (0)