Skip to content

Commit bda1cbe

Browse files
committed
DOC: release notes formatting fixup
1 parent 956aa3c commit bda1cbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RELEASE.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ pandas 0.10.1
3434
**Improvements to existing features**
3535

3636
- ``HDFStore``
37+
3738
- enables storing of multi-index dataframes (closes GH1277_)
38-
- support data column indexing and selection, via ``data_columns`` keyword
39-
in append
39+
- support data column indexing and selection, via ``data_columns`` keyword in append
4040
- support write chunking to reduce memory footprint, via ``chunksize``
4141
keyword to append
4242
- support automagic indexing via ``index`` keywork to append
@@ -58,6 +58,7 @@ pandas 0.10.1
5858
**Bug fixes**
5959

6060
- ``HDFStore``
61+
6162
- correctly handle ``nan`` elements in string columns; serialize via the
6263
``nan_rep`` keyword to append
6364
- raise correctly on non-implemented column types (unicode/date)
@@ -77,6 +78,7 @@ pandas 0.10.1
7778
**API Changes**
7879

7980
- ``HDFStore``
81+
8082
- removed keyword ``compression`` from ``put`` (replaced by keyword
8183
``complib`` to be consistent across library)
8284

0 commit comments

Comments
 (0)