=============================
Announcing PyTables 3.0.0rc1
=============================
We are happy to announce PyTables 3.0.0rc1.
PyTables 3.0.0rc1 comes after about 5 years from the last major release
(2.0) and 7 months since the last stable release (2.4.0).
This is new major release and an important milestone for the PyTables project
since it provides the long waited support for Python 3.x, which has been around
for 4 years.
Almost all of the core numeric/scientific packages for Python already support
Python 3 so we are very happy that now also PyTables can provide this
important feature.
A short summary of main new features:
create_xxx()
signatures. Now it is possible to create allnodes.filenode
module. Now it is fullyio
module.Please refer to the RELEASE_NOTES document for a more detailed list of
changes in this release.
As always, a large amount of bugs have been addressed and squashed as well.
In case you want to know more in detail what has changed in this
version, please refer to: http://pytables.github.io/release_notes.html
You can download a source package with generated PDF and HTML docs, as
well as binaries for Windows, from:
http://sourceforge.net/projects/pytables/files/pytables/3.0.0rc1
For an online version of the manual, visit:
http://pytables.github.io/usersguide/index.html
PyTables is a library for managing hierarchical datasets and
designed to efficiently cope with extremely large amounts of data with
support for full 64-bit file addressing. PyTables runs on top of
the HDF5 library and NumPy package for achieving maximum throughput and
convenient use. PyTables includes OPSI, a new indexing technology,
allowing to perform data lookups in tables exceeding 10 gigarows
(10**10 rows) in less than a tenth of a second.
About PyTables: http://www.pytables.org
About the HDF5 library: http://hdfgroup.org/HDF5/
About NumPy: http://numpy.scipy.org/
Thanks to many users who provided feature improvements, patches, bug
reports, support and suggestions. See the THANKS
file in the
distribution package for a (incomplete) list of contributors. Most
specially, a lot of kudos go to the HDF5 and NumPy makers.
Without them, PyTables simply would not exist.
Let us know of any bugs, suggestions, gripes, kudos, etc. you may have.
Enjoy data!
-- The PyTables Developers