Python 3

2010-07-05 Thread James Pearson
I have just pushed a commit to a topic branch in my repo[0] that fixes the warnings about __eq__ overriding __hash__ when sympy's tests are run with the -3 flag. Included below is the full commit message. Comments? [0]: http://github.com/xiongchiamiov/sympy/tree/2to3-support ---

Re: Lambdify namespace order bugfix

2010-07-05 Thread Øyvind Jensen
On 4 Jul, 19:54, Ondrej Certik wrote: > On Sun, Jul 4, 2010 at 10:45 AM, Aaron S. Meurer wrote: > > >> Oops, you are right. > > >> I just fixed that. I forgot to run doctests, and the reason is that I > >> got a failure in mpmath tests, some vizualization problem, when I run > >> it remotely. >

Re: Python 3

2010-07-05 Thread Aaron S. Meurer
Looks good. All such warnings are gone in Python2.7rc2, and all tests pass (except for the ones from issue 1970). So now, it looks like except for cmp vs. key and reduce, the rest should be doable with the 2to3.py tool (except for maybe the compiler module in assumptions.py, I don't know any

Re: Lambdify namespace order bugfix

2010-07-05 Thread Matthew Brett
Hi, > The patch is +1, and I've pushed it in. It's in this repo: > > http://github.com/sympy/sympy Great - thanks - I'd actually already switched to github.com/sympy/sympy > Btw, I just talked to Andy in Pilsen, how he got involved with sympy > and he told me the exact same experience as you did

Re: Python 3

2010-07-05 Thread Ondrej Certik
On Mon, Jul 5, 2010 at 8:57 AM, Aaron S. Meurer wrote: > Looks good.  All such warnings are gone in Python2.7rc2, and all tests pass > (except for the ones from issue 1970). > So now, it looks like except for cmp vs. key and reduce, the rest should be > doable with the 2to3.py tool (except for may

Re: Python 3

2010-07-05 Thread Aaron S. Meurer
It's in. Aaron Meurer On Jul 5, 2010, at 1:01 PM, Ondrej Certik wrote: > On Mon, Jul 5, 2010 at 8:57 AM, Aaron S. Meurer wrote: >> Looks good. All such warnings are gone in Python2.7rc2, and all tests pass >> (except for the ones from issue 1970). >> So now, it looks like except for cmp vs. key

Re: Lambdify namespace order bugfix

2010-07-05 Thread Ondrej Certik
On Mon, Jul 5, 2010 at 5:16 AM, Øyvind Jensen wrote: > > > On 4 Jul, 19:54, Ondrej Certik wrote: >> On Sun, Jul 4, 2010 at 10:45 AM, Aaron S. Meurer wrote: >> >> >> Oops, you are right. >> >> >> I just fixed that. I forgot to run doctests, and the reason is that I >> >> got a failure in mpmath t

Re: Hilbert Space Review

2010-07-05 Thread Øyvind Jensen
> Yep. I just got back from SciPy and I talked a lot with one of the > devs of theano: > > http://deeplearning.net/software/theano/ Thanks for bringing theano to my attention! > > Are you familiar with this? It looks quite impressive and does code > generation for both CPUs and GPUs. They a

Re: Lambdify namespace order bugfix

2010-07-05 Thread Øyvind Jensen
ma., 05.07.2010 kl. 10.08 -0700, skrev Ondrej Certik: > On Mon, Jul 5, 2010 at 5:16 AM, Øyvind Jensen wrote: > > > > > > On 4 Jul, 19:54, Ondrej Certik wrote: > >> On Sun, Jul 4, 2010 at 10:45 AM, Aaron S. Meurer > >> wrote: > >> > >> >> Oops, you are right. > >> > >> >> I just fixed that. I fo

Re: Hilbert Space Review

2010-07-05 Thread Ronan Lamy
Le lundi 05 juillet 2010 à 19:17 +0200, Øyvind Jensen a écrit : > > Yep. I just got back from SciPy and I talked a lot with one of the > > devs of theano: > > > > http://deeplearning.net/software/theano/ > > Thanks for bringing theano to my attention! Yes, that's very interesting! > > Are you

Re: Hilbert Space Review

2010-07-05 Thread Brian Granger
On Mon, Jul 5, 2010 at 1:28 PM, Ronan Lamy wrote: > Le lundi 05 juillet 2010 à 19:17 +0200, Øyvind Jensen a écrit : >> > Yep.  I just got back from SciPy and I talked a lot with one of the >> > devs of theano: >> > >> > http://deeplearning.net/software/theano/ >> >> Thanks for bringing theano to m