On Thu, Jul 19, 2012 at 3:49 AM, Aaron Meurer <[email protected]> wrote: > So do you think it should be deprecated? >
I don't have strong feelings either way: it's a shortcut that has been around for a long time (Mateusz added it, I believe) but having a special name for this obscures what it does -- it's not like separatevars. If someone really like it, it's not hard to write `separate = lambda x: expand_power_whichever(x, force=True)`. In favor of "one obvious way" I would support deprecation. -- 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.
