A Divendres 20 Gener 2006 09:00, Norbert Nemec va escriure: > Just for curiosity: what are the current status and the future plans for > PyTables in connection with the new NumPy?
The plans are that we are already working on it ;-) > I would happily accept a slightly buggy beta-version of PyTables that > "mostly" works with NumPy and help in the final debugging. Currently, > however, the numpy-tests of the Pytables-snapshot fail so heavily that I > would not even know where to start debugging. Please, download the new SVN trunk repository with: svn co http://pytables.carabos.com/svn/pytables/trunk and start checking things. FYI, support of homogeneuous numpy objects is almost complete (unicode objects are still out) in Array objects. If you want, you can start adding support to EArray, CArray and VLArray (having already the support in Array as a reference, this should be not too difficult). Besides, if you can add tests in test_numpy.py and some documentation, it would be great. Meanwhile, I'm addressing the issues with heterogeneous numpy arrays. I've added a flavor for Table objects, and hope to resolve the last difficulties soon (beware, I'm an impenitent optimistic <wink>). The update of documentation is still pending... Cheers, -- >0,0< Francesc Altet http://www.carabos.com/ V V Cárabos Coop. V. Enjoy Data "-" ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
