Re: [Cython] NumPy 1.7+ warnings

2014-06-25 Thread Frédéric Bastien
Just to help people working on this, here is what I added in Theano: # numpy 1.7 deprecated the following macro but the new one didn't # existed in the past if bool(numpy_ver < [1, 7]): cxxflags.append("-D NPY_ARRAY_ENSUREARRAY=NPY_ENSUREARRAY") cxxf

[Cython] Supporting new and old NumPy C API

2013-11-05 Thread Frédéric Bastien
want to tackle this problem in Cython: http://mail.scipy.org/pipermail/numpy-discussion/2013-November/068209.html Frédéric Bastien ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel

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 dep

[Cython] gsoc: array expressions

2012-05-25 Thread Frédéric Bastien
I just resended this email as it was rejected by the mailing list. So I subscribed to it. Hi, Sorry for the delay, I had some schedule change. thanks for adding me. Should I subscribe to cython-dev? How much email daily there is? I didn't found this on the archives. Fell free to add me in CC ag