[Numpy-discussion] Objected-oriented SIMD API for Numpy

David Cournapeau david at ar.media.kyoto-u.ac.jp
Wed Oct 21 04:23:58 EDT 2009


Mathieu Blondel wrote:
> He went on to say that he talked about
> it with Guido and apparently the main barrier was the release cycle.
> Please check the video as I'm telling you that from memory.
>   

Ah, I think you are mistaken, then - he referred to merging numpy and
scipy into python during his talk, not cython.

For the reason you gave, including numpy into python is not really on
the radar. It was tried unsuccessfully some time ago, and the PEP buffer
(3118 IIRC) is a much more low-level API to share "typed" buffer at the
C level. Hopefully, numpy will be built on top of this at some point.
Scipy is very unlikely IMHO - I doubt depending on fortran code would be
acceptable for python.

David



More information about the NumPy-Discussion mailing list