Skip to content

Commit 504c7f1

Browse files
committed
RLS: release notes
1 parent daba6cc commit 504c7f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASE.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ pandas 0.10.0
6868
- Add multi-dtype support for ``HDFStore tables``
6969
- ``min_itemsize`` parameter can be specified in ``HDFStore table`` creation
7070
- Indexing support in ``HDFStore tables`` (#698)
71+
- Add `line_terminator` option to DataFrame.to_csv (#2383)
7172

7273
**Bug fixes**
7374

@@ -94,7 +95,8 @@ pandas 0.10.0
9495
- Raise/handle int64 overflows in parsers (#2247)
9596
- Deleting of consecutive rows in ``HDFStore tables``` is much faster than before
9697
- Appending on a HDFStore would fail if the table was not first created via ``put``
97-
98+
- Use `col_space` argument as minimum column width in DataFrame.to_html (#2328)
99+
- Fix tz-aware DatetimeIndex.to_period (#2232)
98100

99101
pandas 0.9.1
100102
============

0 commit comments

Comments
 (0)