[Numpy-discussion] Announcing Theano 0.7

2015-03-27 Thread Pascal Lamblin
=== Announcing Theano 0.7 === This is a release for a major version, with lots of new features, bug fixes, and some interface changes (deprecated or potentially misleading features were removed). Upgrading to Theano 0.7 is recommended for everyone

[Numpy-discussion] Announcing Theano 0.5

2012-02-23 Thread Pascal Lamblin
t that lifts transpose around dot. (James) Crashes fixed: * T.mean crash at graph building time. (Ian) * "Interactive debugger" crash fix. (Ian, Frederic) * Do not call gemm with strides 0, some blas refuse it. (Pascal Lamblin) * Optimization crash with gemm and complex. (Frederic) * GP

Re: [Numpy-discussion] Upgrade to 1.6.x: frompyfunc() ufunc casting issue

2012-01-20 Thread Pascal Lamblin
Hi everyone, A long time ago, Aditya Sethi I am facing an issue upgrading numpy from 1.5.1 to 1.6.1. > In numPy 1.6, the casting behaviour for ufunc has changed and has become > stricter. > > Can someone advise how to implement the below simple example which worked in > 1.5.1 but fails in 1.6.1?