Re: Issue 3301 in sympy: S.Integers.intersect(Interval) doesn't work for unbounded intervals

2012-07-10 Thread sympy
Comment #4 on issue 3301 by julien.r...@gmail.com: S.Integers.intersect(Interval) doesn't work for unbounded intervals http://code.google.com/p/sympy/issues/detail?id=3301 The pull has been merged. Should this issue be closed? -- You received this message because you are subscribed to the Go

Re: Issue 2210 in sympy: Sum does not set commutativity

2012-07-10 Thread sympy
Comment #8 on issue 2210 by julien.r...@gmail.com: Sum does not set commutativity http://code.google.com/p/sympy/issues/detail?id=2210 This pull was merged and this issue can probably be closed. -- You received this message because you are subscribed to the Google Groups "sympy-issues" grou

Re: Issue 2070 in sympy: All elements of .args should be Basic

2012-07-10 Thread sympy
Issue 2070: All elements of .args should be Basic http://code.google.com/p/sympy/issues/detail?id=2070 This issue is now blocking issue sympy:2710. See http://code.google.com/p/sympy/issues/detail?id=2710 -- You received this message because you are listed in the owner or CC fields of this issue

Re: Issue 2070 in sympy: All elements of .args should be Basic

2012-07-10 Thread sympy
Issue 2070: All elements of .args should be Basic http://code.google.com/p/sympy/issues/detail?id=2070 This issue is now blocking issue sympy:2710. See http://code.google.com/p/sympy/issues/detail?id=2710 -- You received this message because you are listed in the owner or CC fields of this issue

Re: Issue 2626 in sympy: Piecewise should use a different syntax for "otherwise"

2012-07-10 Thread sympy
Issue 2626: Piecewise should use a different syntax for "otherwise" http://code.google.com/p/sympy/issues/detail?id=2626 This issue is now blocking issue sympy:2710. See http://code.google.com/p/sympy/issues/detail?id=2710 -- You received this message because you are listed in the owner or CC fi

Re: Issue 2626 in sympy: Piecewise should use a different syntax for "otherwise"

2012-07-10 Thread sympy
Issue 2626: Piecewise should use a different syntax for "otherwise" http://code.google.com/p/sympy/issues/detail?id=2626 This issue is now blocking issue sympy:2710. See http://code.google.com/p/sympy/issues/detail?id=2710 -- You received this message because you are listed in the owner or CC fi

Re: Issue 2710 in sympy: Cannot simplify Piecewise

2012-07-10 Thread sympy
Updates: Blockedon: -sympy:2070 -sympy:2626 sympy:2070 sympy:2626 Comment #5 on issue 2710 by julien.r...@gmail.com: Cannot simplify Piecewise http://code.google.com/p/sympy/issues/detail?id=2710 This seems to have been fixed in the meantime: In [13]: f = Piecewise((x*(x+y)-y*(x+y), x>0

Re: Issue 2210 in sympy: Sum does not set commutativity

2012-07-10 Thread sympy
Updates: Status: Fixed Comment #9 on issue 2210 by smi...@gmail.com: Sum does not set commutativity http://code.google.com/p/sympy/issues/detail?id=2210 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues"

Re: Issue 3322 in sympy: Another CSE bug

2012-07-10 Thread sympy
Updates: Labels: NeedsReview smichr Comment #9 on issue 3322 by smi...@gmail.com: Another CSE bug http://code.google.com/p/sympy/issues/detail?id=3322 There is a fix at 1409 -- the failure of -(-1)**(1/4)*I to combine into -(-1)**(3/4) is reason enough not to tweak as_base_exp. Tests a