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
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
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
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