[Numpy-discussion] Re: [SciPy-user] Release of SciPy Core 0.4 (Beta)
Travis Oliphant
oliphant at ee.byu.edu
Tue Oct 4 15:10:37 CDT 2005
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
More information about the Numpy-discussion
mailing list