[Cython] numpy - accel slicing?

2010-12-16 Thread Neal Becker
I noticed in http://docs.cython.org/src/tutorial/numpy.html that slices are not accelerated. To me, this is unfortunate. Is it planned to 'fix' this? I'd like to be able to write code that will accept arbitrary numpy arrays, as all other numpy code does, and that includes slices.

Re: [Cython] ANN: Cython 0.14 released

2010-12-16 Thread Dag Sverre Seljebotn
On 12/16/2010 05:56 PM, Lisandro Dalcin wrote: On 16 December 2010 02:03, Stefan Behnelstefan...@behnel.de wrote: Lisandro Dalcin, 15.12.2010 20:38: On 15 December 2010 09:02, Arfrever Frehtes Taifersar Arahesis

Re: [Cython] ANN: Cython 0.14 released

2010-12-16 Thread Dag Sverre Seljebotn
On 12/16/2010 06:37 PM, Dag Sverre Seljebotn wrote: On 12/16/2010 05:56 PM, Lisandro Dalcin wrote: On 16 December 2010 02:03, Stefan Behnelstefan...@behnel.de wrote: Lisandro Dalcin, 15.12.2010 20:38: On 15 December 2010 09:02, Arfrever Frehtes Taifersar Arahesis

Re: [Cython] Cython debugging wiki

2010-12-16 Thread Robert Bradshaw
Yes, I'd say so. Perhaps we should replace the entire page with a link to the docs, in case it's being linked to elsewhere. On Wed, Dec 15, 2010 at 12:50 PM, mark florisson markflorisso...@gmail.com wrote: With the addition of cygdb (http://docs.cython.org/src/userguide/debugging.html),  should