Skip to content

Commit b0ee363

Browse files
committed
Merge pull request #2840 from jreback/pytables_doc
DOC: migrated 0.10.2 remaining changes to 0.11.0
2 parents 1230689 + 9d71343 commit b0ee363

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

doc/source/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ storing/selecting from homogeneous index DataFrames.
11661166
store.append('df_mi',df_mi)
11671167
store.select('df_mi')
11681168
1169-
# the levels are automatically included as data columns
1169+
# the levels are automatically included as data columns
11701170
store.select('df_mi', Term('foo=bar'))
11711171
11721172

doc/source/v0.10.2.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

doc/source/v0.11.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ New features
8787

8888
**Enhancements**
8989

90+
- In ``HDFStore``, provide dotted attribute access to ``get`` from stores (e.g. store.df == store['df'])
91+
9092
**Bug Fixes**
9193

9294
See the `full release notes

0 commit comments

Comments
 (0)