Re: [Cython] aritmetic with arrays in Cython

2014-08-05 Thread Julian Taylor
On 04.08.2014 21:11, Ian Henriksen wrote: > Hi all, > I noticed that some time ago there was a pull request > (https://github.com/cython/cython/pull/144) open that was trying to > implement basic arithmetic operations with arrays. This seems to have > also been proposed in CEP 518 > (https://github

[Cython] aritmetic with arrays in Cython

2014-08-05 Thread Ian Henriksen
Hi all, I noticed that some time ago there was a pull request ( https://github.com/cython/cython/pull/144) open that was trying to implement basic arithmetic operations with arrays. This seems to have also been proposed in CEP 518 ( https://github.com/cython/cython/wiki/enhancements-simd). What is

Re: [Cython] Test/example for cpdef enum

2014-08-05 Thread Ian Bell
On Tue, Aug 5, 2014 at 1:48 AM, Robert Bradshaw wrote: > On Mon, Aug 4, 2014 at 4:14 PM, Ian Bell wrote: > > > > On Sat, Aug 2, 2014 at 7:08 PM, Robert Bradshaw > wrote: > >> > >> On Sat, Aug 2, 2014 at 3:56 AM, Ian Bell wrote: > >> > Are there any tests/docs/examples showing how to use the cp