Updates:
        Labels: NeedsReview

Comment #3 on issue 2338 by ronan.l...@gmail.com: Use predicates and propositions instead of "Assume objects"
http://code.google.com/p/sympy/issues/detail?id=2338

The direction I've taken is to hide these objects entirely: https://github.com/sympy/sympy/pull/289 But anyway, "fact" is the name used in the old system, while the new one makes a distinction between "facts" (e.g. Implies(Q.positive, Q.real)) and "assumptions" (e.g. Q.positive(x*y)).

--
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to