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

[sympy] SymPy Live Sphinx extension (#1465)

2012-08-04 Thread David Li
- Adds a "Show/Hide SymPy Live Shell" button to the bottom-right corner of the docs. - Clicking it shows a shell that takes up about 600x500px of space. - The "Fullscreen" button normally in SymPy Live now redirects to SymPy Live. - Settings are in a dropdown under the shell. - Hoveri

[sympy-live] SymPy Live Sphinx extension (#59)

2012-08-04 Thread David Li
- Adds a "Show/Hide SymPy Live Shell" button to the bottom-right corner of the docs. - Clicking it shows a shell that takes up about 600x500px of space. - The "Fullscreen" button normally in SymPy Live now redirects to SymPy Live. - Settings are in a dropdown under the shell. - Hoveri

[sympy] Set: Fix the sort_key. (#1464)

2012-08-04 Thread Sergiu Ivanov
Unfortunately, I haven't been sufficiently diligent to thoroughly check the recent `sort_key`-related modification, so two slight issues with `Set.sort_key` have slipped into `master`, sorry. I hope the changes here are pretty straightforward and we will be able to merge them soon. You can mer

[sympy] fix default_sort_key sphinx error (#1463)

2012-08-04 Thread Christopher Smith
Let's see if this fixes the docstring error. You can merge this Pull Request by running: git pull https://github.com/smichr/sympy sphinx-error Or you can view, comment on it, or merge it online at: https://github.com/sympy/sympy/pull/1463 -- Commit Summary -- * fix default_sort_key sphinx

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-patches" group. To post to this group, send

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 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-patches" group. To post to this group, se

[sympy] combsimp fix (#1462)

2012-08-04 Thread Christopher Smith
This fixes the problem in a non-superficial way, but there is an underlying issue of how best to order/process args to get the best simplification in combsimp. You can merge this Pull Request by running: git pull https://github.com/smichr/sympy combsimp Or you can view, comment on it, or mer

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-patches" group. To post to this group, s

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 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
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-patche

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-patches" group. To post to this group, send email to sympy-patches@googlegr

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