File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ pandas 0.10.0
68
68
- Add multi-dtype support for ``HDFStore tables ``
69
69
- ``min_itemsize `` parameter can be specified in ``HDFStore table `` creation
70
70
- Indexing support in ``HDFStore tables `` (#698)
71
+ - Add `line_terminator ` option to DataFrame.to_csv (#2383)
71
72
72
73
**Bug fixes **
73
74
@@ -94,7 +95,8 @@ pandas 0.10.0
94
95
- Raise/handle int64 overflows in parsers (#2247)
95
96
- Deleting of consecutive rows in ``HDFStore tables` `` is much faster than before
96
97
- 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)
98
100
99
101
pandas 0.9.1
100
102
============
You can’t perform that action at this time.
0 commit comments