Le lundi 12 mars 2012 à 20:13 +0100, [email protected] a écrit : > I thought that the old module is deprecated and it is to be removed. > In the new module all assumptions are "property cashes" as you put it > if I am not mistaken.
The old assumptions are a fundamental part of the core, so they can't just be removed, or deprecated in any meaningful way. In the new assumptions, there's no cache: things like ask(Q.prime(7)) are recomputed every time, contrarily to Integer(7).is_prime. -- 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.
