Re: [Cython] [cython-users] Re: How to use Cython to wrap a C++ template class for use in Python?

2012-05-30 Thread mark florisson
On 30 May 2012 19:49, Robert Bradshaw wrote: > On Tue, May 29, 2012 at 5:42 PM, Paul Leopardi > wrote: >> >> On Wednesday, 30 May 2012 02:40:47 UTC+10, Chris Barker wrote: >>> >>> >>> Well, the third option is to use your own home-made templatesto >>> auto-generate cython code for each type. That

Re: [Cython] [cython-users] Re: How to use Cython to wrap a C++ template class for use in Python?

2012-05-30 Thread Robert Bradshaw
On Tue, May 29, 2012 at 5:42 PM, Paul Leopardi wrote: > > On Wednesday, 30 May 2012 02:40:47 UTC+10, Chris Barker wrote: >> >> >> Well, the third option is to use your own home-made templatesto >> auto-generate cython code for each type. That's actually not as >> painful as it sounds -- there are

Re: [Cython] gsoc: array expressions

2012-05-30 Thread Frédéric Bastien
On Mon, May 28, 2012 at 8:49 AM, mark florisson wrote: > On 25 May 2012 21:53, Frédéric Bastien wrote: >> - About pickling theano, we currently can't pick Theano function. It >> could be made to work in some cases, but not for all cases as there is >> hardware dependent optimization in the Theano