Re: [Cython] Add a Pythran backend for Numpy operation

2017-05-06 Thread Stefan Behnel
Hi all! Adrien Guinet implemented a Pythran backend for NumPy array operations in Cython. https://github.com/cython/cython/pull/1607 I'm forwarding his explanations to cython-users as I really like this as a feature and would like to get some feedback by some more people to make sure it works as

[Cython] Add a Pythran backend for Numpy operation

2017-02-16 Thread Adrien Guinet
Hello everyone! I've been working for quite some time on the usage of Pythran as a backend for the Numpy operations that Cython can generate. The associated PR on github can be found here: https://github.com/cython/cython/pull/1607. This work has been sponsored by the OpenDreamKit project (https:/