Finally got around to updating this in SymPy: https://github.com/sympy/sympy/pull/2784. There are some Sphinx issues I'm not sure how to fix, though.
Also, apparently Sage is failing: https://travis-ci.org/sympy/sympy/jobs/17106522. Aaron Meurer On Mon, Dec 30, 2013 at 8:32 AM, Fredrik Johansson <[email protected]> wrote: > forgot to reply to all -- in case you didn't get it > > > ---------- Forwarded message ---------- > From: Fredrik Johansson <[email protected]> > Date: Mon, Dec 30, 2013 at 3:31 PM > Subject: Re: Towards mpmath-0.18 > To: [email protected] > > > On Sun, Dec 29, 2013 at 2:15 AM, Aaron Meurer <[email protected]> wrote: >> On Sat, Dec 28, 2013 at 8:59 AM, Fredrik Johansson >> <[email protected]> wrote: >>> On Sat, Dec 28, 2013 at 5:01 AM, Aaron Meurer <[email protected]> wrote: >>>> I haven't tested the docs yet, but the code seems to work just fine in >>>> SymPy, in my testing so far. I'll push a branch up and let you know if >>>> Travis catches anything. >>> >>> Thanks! >>> >>>> One request for the final release: could you make it so that every >>>> file is valid syntax in both Python 2 and Python 3? You need to use a >>>> trick like >>>> https://github.com/sympy/sympy/blob/master/sympy/core/compatibility.py#L128. >>>> A lot of people complain about the syntax errors that come up when >>>> installing. >>> >>> Is there anything specific that still needs to be fixed? I just tried >>> installing mpmath in python3 (with setup.py) and did not get any error >>> messages. >> >> Huh, it seems it was already fixed. So something went wrong when I >> installed it, because I got >> >> byte-compiling >> /private/tmp/test-3/lib/python3.3/site-packages/sympy/mpmath/libmp/exec_py2.py >> to exec_py2.cpython-33.pyc >> File >> "/private/tmp/test-3/lib/python3.3/site-packages/sympy/mpmath/libmp/exec_py2.py", >> line 2 >> exec string in globals, locals >> ^ >> SyntaxError: invalid syntax >> >> but it seems that that file isn't even there. > > Yes, that particular problem was fixed. > > Did you test on Travis yet? > > Fredrik -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
