Oct. 4, 2005
10:08 p.m.
Rob Managan wrote:
Does the new scipy_core support the Numeric function PyArray_FromDimsAndData?
I use that to create a front end to a stand alone program that generates a lot of arrays that I want to be able to query. Not the best approach maybe but it works!
Yes, All of the old Numeric C-API is available (I believe...). Direct access to descr->one and descr->zero does not work anymore, though (it's replaced with a function call). If you look at the source, you will see that these older calls are all special cases of the call to PyArray_New() -Travis