2a4c1ea8b6
Changes from 3.4.3 to 3.4.4 Improvements Environment variable to control the use of embedded libraries. Include citation in repository. gh-690. Bugs fixed Fixed import error with numexpr 2.6.5.dev0 gh-685. Fixed linter warnings. Fixed for re.split() is version detection. gh-687. Fixed test failures with Python 2.7 and NumPy 1.14.3 gh-688 & gh-689.
7 lines
482 B
Text
7 lines
482 B
Text
PyTables is a hierarchical database package designed to efficiently
|
|
manage very large amounts of data. PyTables is built on top of the
|
|
HDF5 library and the numarray package. It features an object-oriented
|
|
interface that, combined with natural naming and C-code generated from
|
|
Pyrex sources, makes it a fast, yet extremely easy-to-use tool for
|
|
interactively saving and retrieving very large amounts of data. It also
|
|
provides flexible indexed access on disk to anywhere in the data.
|