Skip to content

Commit 4abc304

Browse files
jrebackwesm
authored andcommitted
DOC: added compatibiliy warning in whatsnew and io for HDFStore
1 parent 5e4fbf6 commit 4abc304

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

doc/source/io.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,13 @@ Notes & Caveats
11581158
store.append('wp_big_strings', wp)
11591159
store.select('wp_big_strings')
11601160

1161+
Compatibility
1162+
~~~~~~~~~~~~~
1163+
1164+
0.10 of ``HDFStore`` is backwards compatible for reading tables created in a prior version of pandas,
1165+
however, query terms using the prior (undocumented) methodology are unsupported. You must read in the entire
1166+
file and write it out using the new format to take advantage of the updates.
1167+
11611168

11621169
Performance
11631170
~~~~~~~~~~~

doc/source/v0.10.0.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ Updated PyTables Support
216216

217217
:ref:`Docs <io-hdf5>` for PyTables ``Table`` format & several enhancements to the api. Here is a taste of what to expect.
218218

219-
220219
.. ipython:: python
221220
:suppress:
222221
:okexcept:
@@ -319,6 +318,12 @@ Updated PyTables Support
319318
import os
320319
os.remove('store.h5')
321320

321+
**Compatibility**
322+
323+
0.10 of ``HDFStore`` is backwards compatible for reading tables created in a prior version of pandas,
324+
however, query terms using the prior (undocumented) methodology are unsupported. You must read in the entire
325+
file and write it out using the new format to take advantage of the updates.
326+
322327
N Dimensional Panels (Experimental)
323328
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
324329

0 commit comments

Comments
 (0)