Skip to content

Commit f0992ef

Browse files
committed
update RELEAST.rst for v0.10.0 for HDFStore changes
1 parent ba4ce77 commit f0992ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASE.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ pandas 0.10.0
3434
- Grouped histogram via `by` keyword in Series/DataFrame.hist (#2186)
3535
- Support optional ``min_periods`` keyword in ``corr`` and ``cov``
3636
for both Series and DataFrame (#2002)
37+
- Add docs for ``HDFStore table`` format
3738

3839
**API Changes**
3940

@@ -55,6 +56,11 @@ pandas 0.10.0
5556
- Add ``normalize`` option to Series/DataFrame.asfreq (#2137)
5657
- SparseSeries and SparseDataFrame construction from empty and scalar
5758
values now no longer create dense ndarrays unnecessarily (#2322)
59+
- Support multiple query selection formats for ``HDFStore tables`` (#1996)
60+
- Support ``del store['df']`` syntax to delete HDFStores
61+
- Add multi-dtype support for ``HDFStore tables``
62+
- ``min_itemsize`` parameter can be specified in ``HDFStore table`` creation
63+
- Indexing support in ``HDFStore tables`` (#698)
5864

5965
**Bug fixes**
6066

@@ -72,6 +78,9 @@ pandas 0.10.0
7278
- Respect dtype=object in DataFrame constructor (#2291)
7379
- Fix DatetimeIndex.join bug with tz-aware indexes and how='outer' (#2317)
7480
- pop(...) and del works with DataFrame with duplicate columns (#2349)
81+
- Deleting of consecutive rows in ``HDFStore tables``` is much faster than before
82+
- Appending on a HDFStore would fail if the table was not first created via ``put``
83+
7584

7685
pandas 0.9.1
7786
============

0 commit comments

Comments
 (0)