PyTables 0.5.1

Francesc Alted falted@openlc.org
Mon, 12 May 2003 20:12:00 +0200


PyTables 0.5.1
--------------

This is a maintenance release of PyTables. Due to a problem with an speci=
fic
optimization in PyTables 0.5, it does not work with numarray 0.4 (althoug=
h
it works just fine with numarray 0.5). Thanks to Marc Gehling for reporti=
ng
that.

Todd Miller has already warned me that this optimization was not safe, so=
 I
am *disabling* it in 0.5.1. The consequence is that the 20% of improvemen=
t
during reading tables has almost evaporated to a rather small 4%, but tha=
t's
life!.

If you already have installed PyTables 0.5, I strongly suggest you to
upgrade to 0.5.1, even if you are already using numarray 0.5. I will try =
to
further investigate the problem, and, if a good solution is found, I will
enable again the optimization in a future release.

Another new thing you can find in 0.5.1 is that the use of "UInt64" data
types has been removed (it has been replaced by the "Int64" type) of the
tutorial chapters in User's Manual. I've done that because the numarray
Windows version does not support such a type (due to MSVC compiler
limitations). Now, the tutorial section should run fine in all the suppor=
ted
platforms (even Windows).

My apologies for being a sinner and trying to optimize too soon ;-)


Web site
--------

Go to the PyTables web site for more details:

http://pytables.sourceforge.net/


Share your experience
---------------------

Let me know of any bugs, suggestions, gripes, kudos, etc. you may
have.

Have fun!

-- Francesc Alted