Re: [Numpy-discussion] The "NumPy" Cython release + tutorial

2008-08-21 Thread Fernando Perez
Hey Dag, On Wed, Aug 20, 2008 at 1:18 PM, Dag Sverre Seljebotn <[EMAIL PROTECTED]> wrote: > Cython just had a release, and amongst the new features are efficient > NumPy array indexing for integers, real floats and Python objects. > > You can get it at http://cython.org > > For those new to Cython

Re: [Numpy-discussion] The "NumPy" Cython release + tutorial

2008-08-21 Thread Jarrod Millman
On Wed, Aug 20, 2008 at 1:18 PM, Dag Sverre Seljebotn <[EMAIL PROTECTED]> wrote: > Cython just had a release, and amongst the new features are efficient > NumPy array indexing for integers, real floats and Python objects. Excellent. Thanks for working on this. -- Jarrod Millman Computational In

Re: [Numpy-discussion] The "NumPy" Cython release + tutorial

2008-08-21 Thread Joris De Ridder
On 20 Aug 2008, at 22:18 , Dag Sverre Seljebotn wrote: > Cython just had a release, and amongst the new features are efficient > NumPy array indexing for integers, real floats and Python objects. > > You can get it at http://cython.org > > For those new to Cython, I've written a tutorial specific

[Numpy-discussion] The "NumPy" Cython release + tutorial

2008-08-20 Thread Dag Sverre Seljebotn
Cython just had a release, and amongst the new features are efficient NumPy array indexing for integers, real floats and Python objects. You can get it at http://cython.org For those new to Cython, I've written a tutorial specifically targeted for NumPy users here: http://wiki.cython.org/tutor