Re: Issue 2871 in sympy: Finish the SymPy Live Sphinx extension

2012-08-04 Thread sympy
Updates: Labels: NeedsReview Comment #6 on issue 2871 by asmeu...@gmail.com: Finish the SymPy Live Sphinx extension http://code.google.com/p/sympy/issues/detail?id=2871 This is fixed up again at https://github.com/sympy/sympy-live/pull/59 and https://github.com/sympy/sympy/pull/1465

Re: Issue 3347 in sympy: plotting error in master

2012-08-04 Thread sympy
Comment #4 on issue 3347 by asmeu...@gmail.com: plotting error in master http://code.google.com/p/sympy/issues/detail?id=3347 I think I know the problem. import matplotlib works fine, but import matplotlib.pyplot gives ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/

Re: Issue 3347 in sympy: plotting error in master

2012-08-04 Thread sympy
Comment #3 on issue 3347 by asmeu...@gmail.com: plotting error in master http://code.google.com/p/sympy/issues/detail?id=3347 (The test sequence is mine) But I do have matplotlib installed in that Python version. Anyway, it should be using import_module. -- You received this message because y

Re: Issue 3347 in sympy: plotting error in master

2012-08-04 Thread sympy
Comment #2 on issue 3347 by krastano...@gmail.com: plotting error in master http://code.google.com/p/sympy/issues/detail?id=3347 The error was raised because the test_matplotlib.py was run for some reason without matplotlib installed, hence it tried to call unexisting methods on the ASCII-ar

Re: Issue 3272 in sympy: Python 3.3 test failures

2012-08-04 Thread sympy
Comment #25 on issue 3272 by smi...@gmail.com: Python 3.3 test failures http://code.google.com/p/sympy/issues/detail?id=3272 https://github.com/sympy/sympy/pull/1462 -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send e

Re: Issue 3272 in sympy: Python 3.3 test failures

2012-08-04 Thread sympy
Comment #24 on issue 3272 by smi...@gmail.com: Python 3.3 test failures http://code.google.com/p/sympy/issues/detail?id=3272 Issue 3345 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, sen

Re: Issue 3345 in sympy: combsimp error in master

2012-08-04 Thread sympy
Updates: Labels: NeedsReview smichr Mergedinto: 3272 Comment #4 on issue 3345 by smi...@gmail.com: combsimp error in master http://code.google.com/p/sympy/issues/detail?id=3345 https://github.com/sympy/sympy/pull/1462 -- You received this message because you are subscribed to th

Re: Issue 3346 in sympy: matrix error in master

2012-08-04 Thread sympy
Comment #5 on issue 3346 by smi...@gmail.com: matrix error in master http://code.google.com/p/sympy/issues/detail?id=3346 I have a fix for combsimp -- though I believe it needs a better decision algorithm, e.g. sorting by count_ops and breaking ties with default sort key or something that will g

Re: Issue 3346 in sympy: matrix error in master

2012-08-04 Thread sympy
Comment #4 on issue 3346 by asmeu...@gmail.com: matrix error in master http://code.google.com/p/sympy/issues/detail?id=3346 Yes, though I don't even think it was hash related. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this gro

Re: Issue 3346 in sympy: matrix error in master

2012-08-04 Thread sympy
Comment #3 on issue 3346 by smi...@gmail.com: matrix error in master http://code.google.com/p/sympy/issues/detail?id=3346 Just double checking...did you use the indicated hashseed? -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to thi

Re: Issue 3272 in sympy: Python 3.3 test failures

2012-08-04 Thread sympy
Comment #23 on issue 3272 by ness...@gmail.com: Python 3.3 test failures http://code.google.com/p/sympy/issues/detail?id=3272 Issue 3345 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, se

Re: Issue 3345 in sympy: combsimp error in master

2012-08-04 Thread sympy
Updates: Mergedinto: 3272 Comment #3 on issue 3345 by ness...@gmail.com: combsimp error in master http://code.google.com/p/sympy/issues/detail?id=3345 I just installed python3(.3). I'll see what I can do. -- You received this message because you are subscribed to the Google Groups "sym

Re: Issue 3345 in sympy: combsimp error in master

2012-08-04 Thread sympy
Updates: Status: Duplicate Mergedinto: 3272 Comment #2 on issue 3345 by asmeu...@gmail.com: combsimp error in master http://code.google.com/p/sympy/issues/detail?id=3345 This is actually just the remainder of issue 3272. -- You received this message because you are subscribed to

Re: Issue 3272 in sympy: Python 3.3 test failures

2012-08-04 Thread sympy
Updates: Cc: ness...@gmail.com Comment #22 on issue 3272 by asmeu...@gmail.com: Python 3.3 test failures http://code.google.com/p/sympy/issues/detail?id=3272 Issue 3345 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups "sympy-

Re: Issue 3346 in sympy: matrix error in master

2012-08-04 Thread sympy
Updates: Status: Fixed Comment #2 on issue 3346 by asmeu...@gmail.com: matrix error in master http://code.google.com/p/sympy/issues/detail?id=3346 I can't reproduce this. I'm pretty sure it was fixed. Reopen if you still see it. -- You received this message because you are subscrib

Re: Issue 3346 in sympy: matrix error in master

2012-08-04 Thread sympy
Comment #1 on issue 3346 by asmeu...@gmail.com: matrix error in master http://code.google.com/p/sympy/issues/detail?id=3346 Is this still there after https://github.com/sympy/sympy/pull/1455 was merged? That was supposed to fix this. -- You received this message because you are subscribed t

Re: Issue 3345 in sympy: combsimp error in master

2012-08-04 Thread sympy
Updates: Cc: ness...@gmail.com Labels: -Priority-Medium Priority-Critical Simplify Comment #1 on issue 3345 by asmeu...@gmail.com: combsimp error in master http://code.google.com/p/sympy/issues/detail?id=3345 Note that this is specifically related to Python 3.3. Tom, please don'

Re: Issue 3347 in sympy: plotting error in master

2012-08-04 Thread sympy
Updates: Cc: krastano...@gmail.com catchmrb...@gmail.com Labels: -Priority-Medium Priority-Critical Plotting Comment #1 on issue 3347 by asmeu...@gmail.com: plotting error in master http://code.google.com/p/sympy/issues/detail?id=3347 (No comment was entered for this change.) --

Re: Issue 3348 in sympy: quantum error in master

2012-08-04 Thread sympy
Updates: Labels: NeedsReview Comment #4 on issue 3348 by asmeu...@gmail.com: quantum error in master http://code.google.com/p/sympy/issues/detail?id=3348 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues

Re: Issue 3348 in sympy: quantum error in master

2012-08-04 Thread sympy
Comment #3 on issue 3348 by asmeu...@gmail.com: quantum error in master http://code.google.com/p/sympy/issues/detail?id=3348 OK, according to a quick search of the git tags in the numpy git, the first version to include this was 1.4.0. I can't seem to compile it, so I'll just take it on fai

Re: Issue 3348 in sympy: quantum error in master

2012-08-04 Thread sympy
Comment #2 on issue 3348 by asmeu...@gmail.com: quantum error in master http://code.google.com/p/sympy/issues/detail?id=3348 Ah, obviously it was mine :) -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to symp

Re: Issue 3348 in sympy: quantum error in master

2012-08-04 Thread sympy
Comment #1 on issue 3348 by asmeu...@gmail.com: quantum error in master http://code.google.com/p/sympy/issues/detail?id=3348 Whose machine gave this error? The problem is clearly that an older version of numpy doesn't have matrixlib, and hence should be disabled in import_module. -- You r

Re: Issue 3349 in sympy: gremlin in master

2012-08-04 Thread sympy
Comment #6 on issue 3349 by asmeu...@gmail.com: gremlin in master http://code.google.com/p/sympy/issues/detail?id=3349 See issue 3350. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to sympy-issues@googlegrou

Issue 3350 in sympy: bin/doctest doesn't have --no-colors or --force-colors

2012-08-04 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium New issue 3350 by asmeu...@gmail.com: bin/doctest doesn't have --no-colors or --force-colors http://code.google.com/p/sympy/issues/detail?id=3350 The doctest runner should have the same color options as the regular test runner.

Re: Issue 3349 in sympy: gremlin in master

2012-08-04 Thread sympy
Comment #5 on issue 3349 by asmeu...@gmail.com: gremlin in master http://code.google.com/p/sympy/issues/detail?id=3349 I thought maybe using sys.__stdout__.isatty() instead of sys.stdout.isatty() would work, but it doesn't seem to fix it. I don't know if there would be any bad implications