File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ pandas 0.7.1
34
34
- Add ``itertuples `` method to DataFrame for iterating through the rows of a
35
35
dataframe as tuples (#818)
36
36
- Add ability to pass fill_value and method to DataFrame and Series align
37
- method (#806)
37
+ method (#806, #807)
38
+ - Add fill_value option to reindex (#784)
38
39
- Enable concat to produce DataFrame from Series (#787)
39
40
- Add ``between `` method to Series (#802)
40
41
@@ -60,6 +61,8 @@ pandas 0.7.1
60
61
- Improve comparison operations for NA-friendliness (#801)
61
62
- Fix indexing operation for floating point values (#780, #798)
62
63
- Fix groupby case resulting in malformed dataframe (#814)
64
+ - Fix behavior of reindex of Series dropping name (#812)
65
+ - Improve on redudant groupby computation (#775)
63
66
64
67
pandas 0.7.0
65
68
============
You can’t perform that action at this time.
0 commit comments