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.
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. Aaron Meurer On Thu, Dec 26, 2013 at 10:11 PM, Fredrik Johansson <[email protected]> wrote: > On Fri, Dec 27, 2013 at 3:50 AM, François > <[email protected]> wrote: >> There is a ticket to update sympy to 0.7.4 in sage and I think it is in the >> latest beta. >> I know latest is 0.7.4.1 but it should be close enough. >> But sage's sympy uses the bundled mpmath that comes with sympy. >> There was a long thread about mpmath and packaging on the sympy mailing list >> a couple of month ago. That's when I learnt that the version of mpmath in >> sympy >> was several commits ahead of mpmath-0.17. Will this release catch up all >> these >> commits? > > The mpmath bundled with sympy has some patches for paths and doctests > as described on https://github.com/sympy/sympy/wiki/Update-mpmath. > AFAIK, these patches are not relevant for the standalone mpmath. > > Fredrik > > -- > You received this message because you are subscribed to the Google Groups > "mpmath" 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/mpmath. > For more options, visit https://groups.google.com/groups/opt_out. -- 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.
