Re: [Numpy-discussion] numpy and cython in pure python mode

2009-09-23 Thread Dag Sverre Seljebotn
Robert Kern wrote: On Tue, Sep 22, 2009 at 01:33, Sebastian Haase seb.ha...@gmail.com wrote: Hi, I'm not subscribed to the cython list - hoping enough people would care to justify my post here: The post might be justified, but it is a question of available knowledge as well. I

[Numpy-discussion] numpy and cython in pure python mode

2009-09-22 Thread Sebastian Haase
Hi, I'm not subscribed to the cython list - hoping enough people would care to justify my post here: I know that cython's numpy is still getting better and better over time, but is it already today possible to have numpy support when using Cython in pure python mode? I like the idea of being able

Re: [Numpy-discussion] numpy and cython in pure python mode

2009-09-22 Thread Sturla Molden
Sebastian Haase skrev: I know that cython's numpy is still getting better and better over time, but is it already today possible to have numpy support when using Cython in pure python mode? I'm not sure. There is this odd memoryview syntax: import cython view = cython.int[:,:](my2darray)

Re: [Numpy-discussion] numpy and cython in pure python mode

2009-09-22 Thread Robert Kern
On Tue, Sep 22, 2009 at 01:33, Sebastian Haase seb.ha...@gmail.com wrote: Hi, I'm not subscribed to the cython list - hoping enough people would care to justify my post here: I know that cython's numpy is still getting better and better over time, but is it already today possible to have