Re: Issue 1836 in sympy: subs can see the 2 arg sum

2012-10-30 Thread sympy
Issue 1836: subs can see the 2 arg sum http://code.google.com/p/sympy/issues/detail?id=1836 This issue is no longer blocking issue sympy:1851. See http://code.google.com/p/sympy/issues/detail?id=1851 -- You received this message because you are listed in the owner or CC fields of this issue, or b

Re: Issue 1836 in sympy: subs can see the 2 arg sum

2012-10-25 Thread sympy
Updates: Status: WontFix Comment #9 on issue 1836 by smi...@gmail.com: subs can see the 2 arg sum http://code.google.com/p/sympy/issues/detail?id=1836 subs should not be doing rearrangements of the expressions (this would be like doing a spellcheck as part of a search and replace); if

Re: Issue 1836 in sympy: subs can see the 2 arg sum

2012-10-21 Thread sympy
Updates: Labels: NeedsReview smichr Comment #8 on issue 1836 by smi...@gmail.com: subs can see the 2 arg sum http://code.google.com/p/sympy/issues/detail?id=1836 https://github.com/sympy/sympy/pull/1590 -- You received this message because you are subscribed to the Google Groups "sympy

Re: Issue 1836 in sympy: subs can see the 2 arg sum

2012-10-03 Thread sympy
Issue 1836: subs can see the 2 arg sum http://code.google.com/p/sympy/issues/detail?id=1836 This issue is now blocking issue sympy:1851. See http://code.google.com/p/sympy/issues/detail?id=1851 -- You received this message because you are listed in the owner or CC fields of this issue, or becaus

Re: Issue 1836 in sympy: subs can see the 2 arg sum

2012-10-03 Thread sympy
Issue 1836: subs can see the 2 arg sum http://code.google.com/p/sympy/issues/detail?id=1836 This issue is now blocking issue sympy:1851. See http://code.google.com/p/sympy/issues/detail?id=1851 -- You received this message because you are listed in the owner or CC fields of this issue, or becaus

Re: Issue 1836 in sympy: subs can see the 2 arg sum

2010-08-16 Thread sympy
Issue 1836: subs can see the 2 arg sum http://code.google.com/p/sympy/issues/detail?id=1836 This issue is now blocking issue 2026. See http://code.google.com/p/sympy/issues/detail?id=2026 -- You received this message because you are listed in the owner or CC fields of this issue, or because you

Re: Issue 1836 in sympy: subs can see the 2 arg sum

2010-07-29 Thread sympy
Updates: Blockedon: -1766 Comment #5 on issue 1836 by smichr: subs can see the 2 arg sum http://code.google.com/p/sympy/issues/detail?id=1836 I've introduced some other modifications to subs at commit 1836 in branch t2 (at github/smichr). They are discussed at Discussion "subs enhanc

Re: Issue 1836 in sympy: subs can see the 2 arg sum

2010-07-29 Thread sympy
Issue 1836: subs can see the 2 arg sum http://code.google.com/p/sympy/issues/detail?id=1836 This issue is now blocking issue 1851. See http://code.google.com/p/sympy/issues/detail?id=1851 -- You received this message because you are listed in the owner or CC fields of this issue, or because you

Re: Issue 1836 in sympy: subs can see the 2 arg sum

2010-07-29 Thread sympy
Comment #4 on issue 1836 by smichr: subs can see the 2 arg sum http://code.google.com/p/sympy/issues/detail?id=1836 ok, I think it's ready to go again. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to sympy-

Re: Issue 1836 in sympy: subs can see the 2 arg sum

2010-07-28 Thread sympy
Comment #3 on issue 1836 by smichr: subs can see the 2 arg sum http://code.google.com/p/sympy/issues/detail?id=1836 Due to rebase problems this branch is currently unstable...I'll notify when it's ready again. -- You received this message because you are subscribed to the Google Groups "sym

Re: Issue 1836 in sympy: subs can see the 2 arg sum

2010-07-14 Thread sympy
Comment #2 on issue 1836 by smichr: subs can see the 2 arg sum http://code.google.com/p/sympy/issues/detail?id=1836 In branch t at smichr's github account, the commit by this number no longer causes a slowdown (when taken together with all the other changes). It will soon be ready for review

Re: Issue 1836 in sympy: subs can see the 2 arg sum

2010-02-24 Thread sympy
Comment #1 on issue 1836 by smichr: subs can see the 2 arg sum http://code.google.com/p/sympy/issues/detail?id=1836 This really creates a significant slow down in printing terms like the continued fraction 1+1/(1+x/(1+x/(1+x/...))) By the time you get up to an expression like print 1+x/(1+

Issue 1836 in sympy: subs can see the 2 arg sum

2010-02-18 Thread sympy
Status: Accepted Owner: smichr Labels: Type-Defect Priority-Medium New issue 1836 by smichr: subs can see the 2 arg sum http://code.google.com/p/sympy/issues/detail?id=1836 The Mul #*(a+b) automatically gets rewritten as #*a+#*b where # is a number. commit 1836 in smichr 1766 branch updates .sub