Hi List,

This is only to inform you that we have just released the 2.0.2.1 
release of PyTables Pro.  It contains mainly an enhancement that 
prevents the update of indexes of columns that are not affected in 
situations like:

for row in table:
    row['mycol1'] = XXX
    row['mycol2'] = YYY
    row.update()
table.flush()

where, if table only has 'mycolumn1' and 'mycolumn3' as indexed columns, 
just the 'mycolumn1' will be re-indexed.  Before, both 'mycolumn1' 
and 'mycolumn3' were re-indexed.  More info about PyTables Pro in:
http://www.carabos.com/products/pytables-pro

Happy Hollidays for everybody!

-- 
>0,0<   Francesc Altet     http://www.carabos.com/
V   V   Cárabos Coop. V.   Enjoy Data
 "-"

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to