Re: Issue 1263 in sympy: Invalid movement of roots across fractions

2010-04-24 Thread sympy
Updates: Cc: asmeurer Vinzent.Steinberg Ronan.Lamy ondrej.certik Labels: -WrongResult NeedsReview Comment #24 on issue 1263 by smichr: Invalid movement of roots across fractions http://code.google.com/p/sympy/issues/detail?id=1263 commit 1263 in smichr's 1766 branch at github

Issue 1918 in sympy: 1918: sqrt speed up

2010-04-24 Thread sympy
Status: Accepted Owner: smichr CC: ondrej.certik, asmeurer, Vinzent.Steinberg Labels: Type-Defect Priority-Medium NeedsReview New issue 1918 by smichr: 1918: sqrt speed up http://code.google.com/p/sympy/issues/detail?id=1918 sqrt had a large time penalty associated with it because of the extra

Issue 1917 in sympy: 1917: misc edits

2010-04-24 Thread sympy
Status: Accepted Owner: smichr CC: ondrej.certik, asmeurer, Vinzent.Steinberg Labels: Type-Defect Priority-Medium NeedsReview New issue 1917 by smichr: 1917: misc edits http://code.google.com/p/sympy/issues/detail?id=1917 Here is a pretty straightforward review possibility. I've pulled the mai

Re: Issue 1794 in sympy: divisors updated

2010-04-24 Thread sympy
Updates: Cc: ondrej.certik asmeurer Vinzent.Steinberg Ronan.Lamy Comment #4 on issue 1794 by smichr: divisors updated http://code.google.com/p/sympy/issues/detail?id=1794 This commit has re-emerged from 1766 and is in need of review. It's commit 1794 in smichr's 1766 branch at github.

Re: Issue 1915 in sympy: Unify make_list with as_Add/as_Mul

2010-04-24 Thread sympy
Comment #2 on issue 1915 by smichr: Unify make_list with as_Add/as_Mul http://code.google.com/p/sympy/issues/detail?id=1915 I'm interested in reviewing this, especially in light of my recent replacement of make_list with the as_Foo! (see 1766). There is an important issue that I mention ther