Skip to content

Commit 45da31c

Browse files
committed
DOC: added yet a bit more to release notes
1 parent cfa4b6a commit 45da31c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASE.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ pandas 0.7.1
3434
- Add ``itertuples`` method to DataFrame for iterating through the rows of a
3535
dataframe as tuples (#818)
3636
- 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)
3839
- Enable concat to produce DataFrame from Series (#787)
3940
- Add ``between`` method to Series (#802)
4041

@@ -60,6 +61,8 @@ pandas 0.7.1
6061
- Improve comparison operations for NA-friendliness (#801)
6162
- Fix indexing operation for floating point values (#780, #798)
6263
- 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)
6366

6467
pandas 0.7.0
6568
============

0 commit comments

Comments
 (0)