Skip to content

COMPAT: fix PyTables 3.0.0 deprecation warnings in HDFStore #6980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jreback opened this issue Apr 27, 2014 · 1 comment
Closed

COMPAT: fix PyTables 3.0.0 deprecation warnings in HDFStore #6980

jreback opened this issue Apr 27, 2014 · 1 comment
Labels
Compat pandas objects compatability with Numpy or Python functions IO HDF5 read_hdf, HDFStore
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Apr 27, 2014

PyTables 3.0.0 deprecations every function as they weren't PEP compitable. So need to change all call references.

Deprecation warnings are currnetly turned off by this commit otherwise output is very long (when PANDAS_TESTING_MODE='deprecate' is turned on (in numpy-1.9/3.4 builds)
8ed8206

I think this will break PyTables < 3.0.0 IIRC.

PyTables/PyTables#224

Branch that does this (but breaks < 3.0.0)
jreback@6bb4198

@jreback jreback added this to the 0.15.0 milestone Apr 27, 2014
@jreback jreback added the Compat label Apr 27, 2014
@jreback jreback changed the title COMPAT: fix PyTables 3.1 deprecation warnings COMPAT: fix PyTables 3.0.0 deprecation warnings Apr 27, 2014
@jreback jreback added the HDF5 label Apr 27, 2014
@jreback jreback changed the title COMPAT: fix PyTables 3.0.0 deprecation warnings COMPAT: fix PyTables 3.0.0 deprecation warnings in HDFStore Apr 27, 2014
@jreback jreback modified the milestones: 0.14.0, 0.15.0 Apr 27, 2014
@jreback
Copy link
Contributor Author

jreback commented Sep 19, 2014

closed by #7990

@jreback jreback closed this as completed Sep 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions IO HDF5 read_hdf, HDFStore
Projects
None yet
Development

No branches or pull requests

1 participant