I went ahead and created an issue for this: http://code.google.com/p/sympy/issues/detail?id=1955
Aaron Meurer On Jun 7, 2010, at 3:33 PM, Ondrej Certik wrote: > On Mon, Jun 7, 2010 at 2:23 PM, Aaron S. Meurer <[email protected]> wrote: >> 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. > > Thanks a lot for the work that you did with this Aaron, I really > appreciate it. After the Interval is fixed, let's get it in. > > 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.
