Issue 1670 in sympy: f[:] should be f.args in sympy\concrete\sums_products.py

2009-10-16 Thread codesite-noreply
Updates: Labels: -Priority-Medium Priority-Low NeedsReview Comment #2 on issue 1670 by smichr: f[:] should be f.args in sympy\concrete\sums_products.py http://code.google.com/p/sympy/issues/detail?id=1670 Here is a patch which is from the smichr4 branch at smichr at github.

Issue 1656 in sympy: lambdify does not yield Symbolic expressions.

2009-10-16 Thread codesite-noreply
Updates: Summary: lambdify does not yield Symbolic expressions. Labels: NeedsReview Comment #2 on issue 1656 by smichr: lambdify does not yield Symbolic expressions. http://code.google.com/p/sympy/issues/detail?id=1656 (No comment was entered for this change.) -- You received

Issue 1671 in sympy: runtests modifications for Windows

2009-10-16 Thread codesite-noreply
Status: Accepted Owner: smichr CC: ondrej.certik, asmeurer Labels: Type-Defect Priority-Medium NeedsReview New issue 1671 by smichr: runtests modifications for Windows http://code.google.com/p/sympy/issues/detail?id=1671 The runtests (latest version) have not been running easily for me on

Issue 1672 in sympy: [PATCH] Flatten limits tuples in Integral constructor

2009-10-16 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1672 by jorn.baayen: [PATCH] Flatten limits tuples in Integral constructor http://code.google.com/p/sympy/issues/detail?id=1672 This fixes reconstructing an Integral object out of its arguments:

Issue 1673 in sympy: [PATCH] Flatten limits tuples in Sum constructor

2009-10-16 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1673 by jorn.baayen: [PATCH] Flatten limits tuples in Sum constructor http://code.google.com/p/sympy/issues/detail?id=1673 This fixes reconstructing a Sum object out of its arguments: int=Sum(x**2,(x,-1,1))

Issue 1674 in sympy: [PATCH] Do not attempt to rewrite non-Basic objects.

2009-10-16 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1674 by jorn.baayen: [PATCH] Do not attempt to rewrite non-Basic objects. http://code.google.com/p/sympy/issues/detail?id=1674 The summary says it all. Rewriting expressions involving Integrals currently fails once the

Issue 1672 in sympy: [PATCH] Flatten limits tuples in Integral constructor

2009-10-16 Thread codesite-noreply
Updates: Labels: NeedsReview Comment #1 on issue 1672 by asmeurer: [PATCH] Flatten limits tuples in Integral constructor http://code.google.com/p/sympy/issues/detail?id=1672 There is also __getnewargs__, so you can do int.new(int.__getnewargs__(int.args)). However, this doesn't

Issue 1674 in sympy: [PATCH] Do not attempt to rewrite non-Basic objects.

2009-10-16 Thread codesite-noreply
Updates: Labels: NeedsReview Comment #1 on issue 1674 by asmeurer: [PATCH] Do not attempt to rewrite non-Basic objects. http://code.google.com/p/sympy/issues/detail?id=1674 (No comment was entered for this change.) -- You received this message because you are listed in the owner or