File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ pandas 0.10.0
34
34
- Grouped histogram via `by ` keyword in Series/DataFrame.hist (#2186)
35
35
- Support optional ``min_periods `` keyword in ``corr `` and ``cov ``
36
36
for both Series and DataFrame (#2002)
37
+ - Add docs for ``HDFStore table `` format
37
38
38
39
**API Changes **
39
40
@@ -55,6 +56,11 @@ pandas 0.10.0
55
56
- Add ``normalize `` option to Series/DataFrame.asfreq (#2137)
56
57
- SparseSeries and SparseDataFrame construction from empty and scalar
57
58
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)
58
64
59
65
**Bug fixes **
60
66
@@ -72,6 +78,9 @@ pandas 0.10.0
72
78
- Respect dtype=object in DataFrame constructor (#2291)
73
79
- Fix DatetimeIndex.join bug with tz-aware indexes and how='outer' (#2317)
74
80
- 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
+
75
84
76
85
pandas 0.9.1
77
86
============
You can’t perform that action at this time.
0 commit comments