Comment #7 on issue 3635 by [email protected]: Backwards compatibility
with old assumptions
http://code.google.com/p/sympy/issues/detail?id=3635
I believe the API should be deprecated.
Apart from that, while declaring an assumption, we can have an alternate
better way.
(Tell me what you feel about this)
eg:-
(With the new assumption system)
x = Symbol('x')
fact = Q.sign(x,positive)
With this system, I feel it will be easier to tackle other issues like the
symbol being positive and negative simultaneously.
These functions can internally make .is_positive return true
and .is_negative return false.
Similarly for other assumptions which contradict each others...
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
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.