Updates:
        Cc: [email protected]

Comment #1 on issue 3616 by [email protected]: Rational failure with gmpy
http://code.google.com/p/sympy/issues/detail?id=3616

Bisected to

commit d89aebab2e5852391d3123299483be698e6646d0
Author: Chris Smith <[email protected]>
Date:   Tue Dec 4 12:36:54 2012 +0545

    2950: Rational processes Float and float

    o The unprejudiced underlying fraction of the float is used to
    create the Rational. Since as_integer_ratio() is not available in 2.5
    (and Decimal in 2.5 will not take a float) mpf is used to parse the
    float to get the mantissa and exponent.

    o strings matching a literal 'float/float' are now processed and
    processing is not passed to sympify (which makes Rational more literal).

            It makes sense to handle strings representing Rationals since
            it is about 100x faster than passing off the expression to
            sympify. No deeper processing is done, however.

(which was after the 0.7.2 release)

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to