Re: Issue 2127 in sympy: don't allow 0 or 1-arg AssocOp

2011-02-04 Thread sympy
Comment #10 on issue 2127 by Vinzent.Steinberg: don't allow 0 or 1-arg AssocOp http://code.google.com/p/sympy/issues/detail?id=2127 I don't have push access. That surprises me, you are probably the most active sympy developer. So now you have. :) Really, when pushing it is enough to

Re: Issue 2158 in sympy: nsimplify rational should not call nsimplify again

2011-02-04 Thread sympy
Updates: Status: Fixed Comment #2 on issue 2158 by smi...@gmail.com: nsimplify rational should not call nsimplify again http://code.google.com/p/sympy/issues/detail?id=2158 (No comment was entered for this change.) -- You received this message because you are subscribed to the

Re: Issue 2159 in sympy: int should round towards 0

2011-02-04 Thread sympy
Updates: Status: Fixed Comment #2 on issue 2159 by smi...@gmail.com: int should round towards 0 http://code.google.com/p/sympy/issues/detail?id=2159 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 1923 in sympy: count_ops doesn't return a count (by default)

2011-02-04 Thread sympy
Updates: Labels: -PassedReview NeedsBetterPatch Comment #37 on issue 1923 by smi...@gmail.com: count_ops doesn't return a count (by default) http://code.google.com/p/sympy/issues/detail?id=1923 (No comment was entered for this change.) -- You received this message because you are

Issue 2178 in sympy: A singleton object for the identity function

2011-02-04 Thread sympy
Status: Accepted Owner: ronan.l...@gmail.com Labels: Type-Defect Priority-Medium New issue 2178 by ronan.l...@gmail.com: A singleton object for the identity function http://code.google.com/p/sympy/issues/detail?id=2178 The identity function (i.e. Lambda(x, x)) is a mathematically important

Re: Issue 2127 in sympy: don't allow 0 or 1-arg AssocOp

2011-02-04 Thread sympy
Comment #11 on issue 2127 by asmeurer: don't allow 0 or 1-arg AssocOp http://code.google.com/p/sympy/issues/detail?id=2127 Just follow that guide at https://github.com/sympy/sympy/wiki/Pushing-Patches. The most important thing to remember is to NEVER do a -f push to master. Once something

Re: Issue 2178 in sympy: A singleton object for the identity function

2011-02-04 Thread sympy
Comment #1 on issue 2178 by asmeurer: A singleton object for the identity function http://code.google.com/p/sympy/issues/detail?id=2178 I agree (see issue 2006). We should make it extendable to multiple arguments, probably using square bracketed indexing, like Id[0](x, y) = x. -- You