Issue 3441 in sympy: _kern leftover from sympify of a list

2012-10-18 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Parsing New issue 3441 by asmeu...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 This was sent to me by email: The sympify function uses inner "_kern" symbol in order to do some

Re: Issue 3441 in sympy: _kern leftover from sympify of a list

2012-10-19 Thread sympy
Updates: Status: Started Comment #1 on issue 3441 by smi...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 If the 0.7.2 merge passes, there will be a pull request that fixes this: S('[[1/3,2],(2/5,)]') [[1/3, 2], (2/5,)] -- Y

Re: Issue 3441 in sympy: _kern leftover from sympify of a list

2012-10-19 Thread sympy
Updates: Labels: NeedsReview smichr Comment #2 on issue 3441 by smi...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 https://github.com/sympy/sympy/pull/1585 -- You received this message because you are subscribed to the Google

Re: Issue 3441 in sympy: _kern leftover from sympify of a list

2012-10-20 Thread sympy
Updates: Status: Fixed Comment #3 on issue 3441 by smi...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sym

Re: Issue 3441 in sympy: _kern leftover from sympify of a list

2013-08-13 Thread sympy
Comment #4 on issue 3441 by tsavc...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 sympify('-(1,1/2') returns -_kern*(1, 1/2) is this expected? -- You received this message because this project is configured to send all issue notifica

Re: Issue 3441 in sympy: _kern leftover from sympify of a list

2013-08-13 Thread sympy
Updates: Status: New Comment #5 on issue 3441 by asmeu...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 No, that should be a syntax error. -- You received this message because this project is configured to send all issue notif

Re: Issue 3441 in sympy: _kern leftover from sympify of a list

2013-08-13 Thread sympy
Updates: Status: Fixed Comment #6 on issue 3441 by asmeu...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 I can't reproduce this in master. It does give a syntax error, and if you add the ), it gives TypeError: bad operand type

Re: Issue 3441 in sympy: _kern leftover from sympify of a list

2013-10-03 Thread sympy
Comment #7 on issue 3441 by tsavc...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 parse_expr('[(11/10)-(-2/3)]') [2*_kern/3 + 11/10] Any suggestions on how to get rid of the _kern? I am using sympy 7.2 -- You received this message b

Re: Issue 3441 in sympy: _kern leftover from sympify of a list

2013-10-03 Thread sympy
Comment #8 on issue 3441 by asmeu...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 You should upgrade to 0.7.3. This bug has been completely fixed, as far as I know. -- You received this message because this project is configured to

Re: Issue 3441 in sympy: _kern leftover from sympify of a list

2013-10-03 Thread sympy
Comment #9 on issue 3441 by tsavc...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 Well, we had an issue where Matrices were not working with 0.7.3, so we reverted to 0.7.2 -- You received this message because this project is configu

Re: Issue 3441 in sympy: _kern leftover from sympify of a list

2013-10-03 Thread sympy
Comment #10 on issue 3441 by asmeu...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 What was the issue? Is there an issue open here for it? I suppose if you are unable to upgrade, then you could just copy the corrected source of parse

Re: Issue 3441 in sympy: _kern leftover from sympify of a list

2013-10-03 Thread sympy
Comment #11 on issue 3441 by tsavc...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 from sympy.matrices import Matrix a = Matrix([[1,2,3],[4,5,6]]) a Matrix([ [1, 2, 3], [4, 5, 6]]) So the issue here is the word Matrix in the output.

Re: Issue 3441 in sympy: _kern leftover from sympify of a list

2013-10-03 Thread sympy
Comment #12 on issue 3441 by asmeu...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 You can send an email to the mailing list if you want. -- You received this message because this project is configured to send all issue notifications

Re: Issue 3441 in sympy: _kern leftover from sympify of a list

2013-10-03 Thread sympy
Comment #13 on issue 3441 by tsavc...@gmail.com: _kern leftover from sympify of a list http://code.google.com/p/sympy/issues/detail?id=3441 Issue 4045 -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your noti