Re: Issue 2283 in sympy: Non-iterative 'in'

2011-10-10 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #18 on issue 2283 by matt...@gmail.com: Non-iterative 'in' http://code.google.com/p/sympy/issues/detail?id=2283 This code was moved to .has(). Pull request 631 was merged. -- You received this message because you

Re: Issue 2283 in sympy: Non-iterative 'in'

2011-05-19 Thread sympy
Comment #14 on issue 2283 by smi...@gmail.com: Non-iterative 'in' http://code.google.com/p/sympy/issues/detail?id=2283 Regarding comment 6, args_cnc splits the args up for you. from sympy.abc import * from sympy import * var('n,m', commutative=False) (n, m)

Re: Issue 2283 in sympy: Non-iterative 'in'

2011-05-19 Thread sympy
Comment #15 on issue 2283 by asmeurer: Non-iterative 'in' http://code.google.com/p/sympy/issues/detail?id=2283 If you want to know where in is used, just comment out Basic.__contains__ and run the tests. -- You received this message because you are subscribed to the Google Groups

Re: Issue 2283 in sympy: Non-iterative 'in'

2011-05-17 Thread sympy
Updates: Labels: asmeurer Comment #12 on issue 2283 by asmeurer: Non-iterative 'in' http://code.google.com/p/sympy/issues/detail?id=2283 See https://github.com/mattpap/sympy/pull/1 and the original pull request. -- You received this message because you are subscribed to the Google

Re: Issue 2283 in sympy: Non-iterative 'in'

2011-05-07 Thread sympy
Updates: Owner: matt...@gmail.com Labels: NeedsReview Milestone-Release0.7.0 Comment #10 on issue 2283 by matt...@gmail.com: Non-iterative 'in' http://code.google.com/p/sympy/issues/detail?id=2283 Pull request is here: https://github.com/sympy/sympy/pull/291 -- You received