Comment #1 on issue 3383 by [email protected]: Remove deprecated separate() function
http://code.google.com/p/sympy/issues/detail?id=3383
One caveat: in separate, deep was False by default; in expand_power_base, deep is True by default. Note however that before the refactoring of expand() since 0.7.2, deep=False would still perform deep expansion most of the time. Chances are, 90% of the time you want deep=True, since it otherwise only works on the top level expression (i.e., if the entire expression is a Pow).
-- 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.
