Skip to content

Commit 42393e9

Browse files
committed
DOC: release notes
1 parent dcf9d6e commit 42393e9

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
@@ -37,6 +37,8 @@ pandas 0.10.0
3737
- Add ``duplicated`` and ``drop_duplicates`` functions to Series (#1923)
3838
- Add docs for ``HDFStore table`` format
3939
- 'density' property in `SparseSeries` (#2384)
40+
- Add ``ffill`` and ``bfill`` convenience functions for forward- and
41+
backfilling time series data (#2284)
4042

4143
**API Changes**
4244

@@ -52,6 +54,9 @@ pandas 0.10.0
5254
- Values like YES/NO/yes/no will not be considered as boolean by default any
5355
longer in the file parsers. This can be customized using the new
5456
``true_values`` and ``false_values`` options (#2360)
57+
- `obj.fillna()` is no longer valid; make `method='pad'` no longer the
58+
default option, to be more explicit about what kind of filling to
59+
perform. Add `ffill/bfill` convenience functions per above (#2284)
5560

5661
**Improvements to existing features**
5762

0 commit comments

Comments
 (0)