Re: [Cython] Python array support (#113)

2012-05-05 Thread Stefan Behnel
Stefan Behnel, 05.05.2012 21:50: >> https://github.com/cython/cython/pull/113 > > This looks ok to me now. There have been objections back when we discussed > the initial patch for array.array support, so what do you think about > merging this in? One think I'm not sure about is how to deal wit

Re: [Cython] Python array support (#113)

2012-05-05 Thread Stefan Behnel
> https://github.com/cython/cython/pull/113 This looks ok to me now. There have been objections back when we discussed the initial patch for array.array support, so what do you think about merging this in? Stefan ___ cython-devel mailing list cython-d

Re: [Cython] CEP1000: Native dispatch through callables

2012-05-05 Thread mark florisson
On 5 May 2012 17:27, Dag Sverre Seljebotn wrote: > On 05/05/2012 01:08 PM, mark florisson wrote: >> >> On 3 May 2012 13:24, Dag Sverre Seljebotn >>  wrote: >>> >>> I'm afraid I'm going to try to kick this thread alive again. I want us to >>> have something that Travis can implement in numba and "h

Re: [Cython] CEP1000: Native dispatch through callables

2012-05-05 Thread Dag Sverre Seljebotn
On 05/05/2012 01:08 PM, mark florisson wrote: On 3 May 2012 13:24, Dag Sverre Seljebotn wrote: I'm afraid I'm going to try to kick this thread alive again. I want us to have something that Travis can implement in numba and "his" portion of SciPy, and also that could be used by NumPy devs. Sinc

Re: [Cython] CEP1000: Native dispatch through callables

2012-05-05 Thread mark florisson
On 3 May 2012 13:24, Dag Sverre Seljebotn wrote: > I'm afraid I'm going to try to kick this thread alive again. I want us to > have something that Travis can implement in numba and "his" portion of > SciPy, and also that could be used by NumPy devs. > > Since the decisions are rather arbitrary, pe

[Cython] Suggestion of adding working examples to website

2012-05-05 Thread Ian Bell
One "feature" that matplotlib (Python's 2D plotting library) has which makes it easy to jump into matplotlib is the huge section of working examples: http://matplotlib.sourceforge.net/examples/index.html and http://matplotlib.sourceforge.net/gallery.html . From this, within a couple of days you ca