From: Francesc A. <fa...@ca...> - 2005-09-09 16:01:19
|
Hi List, The next public release of PyTables, namely, 1.1.1 has been made available in: http://www.carabos.com/downloads/pytables/preliminary/ (no binary versions for Windows available yet) Look at the announcement notes below. If I don't hear problems about it for a while, I'll announce it more widely. Also, a new beta version of 1.2 release (beta 2) is also available in case anybody wants to take it a try. It seems that the Windows issues has been resolved. It is also available in url stated above. Enjoy! =2D-=20 >0,0< Francesc Altet =A0 =A0 http://www.carabos.com/ V V C=E1rabos Coop. V. =A0=A0Enjoy Data "-" =20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Announcing PyTables 1.1.1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D This is a maintenance release of PyTables. On it, several optimizations and bug fixes has been made. As some of the fixed bugs are quite important, it's strongly recommended for users to upgrade. Go to the PyTables web site for downloading the beast: http://pytables.sourceforge.net/ or keep reading for more info about the improvements and bugs fixed. Changes more in depth =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Improvements: =2D Optimized the opening of files with a large number of objects. Now, files with table objects opens a 50% faster, and file with arrays opens more than twice as fast (up to 2000 objects/s on a Pentium 4@2GHz). Hence, a file with a combination of both kinds of objects, opens between a 50% and 100% faster than 1.1. =2D Optimized the creation of NestedRecArray objects using NumArray objects as columns, so that filling a table with Table.append() method achieves the similar performance than PyTables pre-1.1 releases. Backward-incompatible changes: =2D None. Bug fixes: =2D ``Table.readCoordinates()`` now converts the coords parameter into ``In= t64`` indices automatically. =2D Fixed a bug that prevented appending to tables (though Table.append) using a list of numarray objects. =2D Solved a small bug for creating indexes for first time in tables and retain the filter properties for posterior use. =2D Int32 attributes are dealed correctly in 64-bit platforms now. =2D Correction for accepting lists of numarrays as input for NestedRecArray= s. =2D Fixed problem creating rank 1 multi-dimensional string columns in ``Tab= le`` objects. Closes SF bug #1269023. =2D Avoid errors when unpickling objects stored in attributes. See the section ``AttributeSet`` in the reference chapter of the User's Manual for more information. Closes SF bug #1254636. Known bugs: =2D Classes inheriting from IsDescription subclasses do not inherit columns defined in the super-class. See SF bug #1207732 for more info. =2D Time datatypes are non-portable between big-endian and little-endian architectures. This is ultimately a consequence of a HDF5 limitation. See SF bug #1234709 for more info. =2D--- **Enjoy data!** -- The PyTables Team |