Ciao Antonio

A Dimecres 04 Abril 2007 09:44, Antonio Valentino escrigué:
> Hi Francesc, hi Ivan,
> maybe it could be useful to add the following to the migration guide:
>
> ==================================
> Migrating from PyTables 1.x to 2.x
> ==================================
>
> Other changes
> =============
>
> - ``CArray._v_chunksize`` --> ``CArray._v_chunkshape``
> - ``EArray._v_chunksize`` --> ``EArray._v_chunkshape``

Well, '_v_chunksize' was meant to be a private variable (despite of the '_v_' 
prefix). In any case, the correct translation is:

``Leaf._v_chunksize`` --> ``Leaf.chunkshape``

i.e. now it is a public attribute (a read-only one in fact).

I've added an entry in the migration notes just in case other people were 
using this.

Cheers,

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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to