Updates:
Labels: -Priority-Medium -Milestone-Release0.7.0 Priority-High Milestone-Release0.7.1

Comment #6 on issue 1727 by asmeurer: fix namespace clashes
http://code.google.com/p/sympy/issues/detail?id=1727

-1 for replacing sum() with Sum.doit() (because then it looks to the user like Sum can't do it, when it can).

summation is kind of bad because we have:

Integral - unevaluated - noun
integrate - evaluated - verb

but we would have

Sum - unevaluated - verb
summation - evaluated - noun

so to me, it should actually be the other way around if anything, which doesn't solve the problem.

Anyway, unless someone wants to send in a patch for it soon, this won't get in the next release.

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

Reply via email to