Status: Accepted
Owner: asmeurer
CC: fredrik.johansson
Labels: Type-Defect Priority-Medium Milestone-Release0.7.0

New issue 1955 by asmeurer: Update to mpmath 0.15
http://code.google.com/p/sympy/issues/detail?id=1955

See this thread:

http://groups.google.com/group/sympy/browse_thread/thread/78fbe338aa1d0962

and this branch at github:

http://github.com/asmeurer/sympy/tree/mpmath-0.15

Basically, there is one bug, a test failure in test_sets.py. The problem can be summarized as follows:

Interval(0, 1).evalf() fails, 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. Frederick has said he would look into this.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to