OK. I pushed a commit that adds the mpmath docs. All that remains is the Interval problem, which arises from mpi(S(0), 1) failing, which in turn is because Real(S(0)) returns S.Zero instead of some Real(0.0) instance. I talked with Frederick on IRC about this, and he said that he would look into the error and see what needs to be patched, mpmath or sympy.
Also, there is now a pretty good guide on how to do this in the future at http://code.google.com/p/sympy/wiki/UpdateMpmath which contains notes about all the things that I had to do, so anyone who wants to do this in the future should be able to just follow the guide and do it. Aaron Meurer On Jun 7, 2010, at 1:37 PM, Ondrej Certik wrote: > On Mon, Jun 7, 2010 at 10:56 AM, asmeurer <[email protected]> wrote: >> OK, so I have fixed everything except for the Interval thing. Also, I >> am not sure if I am supposed to copy over the docs, but if I am, I >> haven't done that yet either. > > All tests pass for me, except that Interval thing. As to docs, we have them > in: > > doc/src/modules/mpmath/ > > So I would just copy it over there. (I mean unless we decide not to > ship mpmath docs with sympy anymore, but I would continue shipping > it.) > > Ondrej > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
