David Cournapeau wrote:
> Hi,
>
> I saw on the wiki that support for iterating over arbitrary rank array
> is considered in cython. Has there been any work on it ?

No, unfortunately. There's no lack of good ideas for numerics in Cython,
but there's a certain lack of time to implement them :-(

It could be possible to use the NumPy C API arbitrary rank iterators
though. Not as nice looking but should do the job. Patches for getting
that into numpy.pxd is welcome.

Dag Sverre

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to