[sympy] Use predetermined sequences instead of seeds in circuitutils tests (#1366)

2012-06-21 Thread Aaron Meurer
This fixes issue 3282, and is an alternative to pull request #1364. You can merge this Pull Request by running: git pull https://github.com/asmeurer/sympy circuitutils Or you can view, comment on it, or merge it online at: https://github.com/sympy/sympy/pull/1366 -- Commit Summary -- *

[sympy] Fix automatic symbols (isympy -a) to work with IPython 0.13 (#1367)

2012-06-21 Thread Aaron Meurer
This also fixes a test failure (issue 3293). You can merge this Pull Request by running: git pull https://github.com/asmeurer/sympy auto_symbols_fix Or you can view, comment on it, or merge it online at: https://github.com/sympy/sympy/pull/1367 -- Commit Summary -- * Fix automatic

Re: Issue 3293 in sympy: test_ipython test failure

2012-06-21 Thread sympy
Updates: Labels: NeedsReview Comment #1 on issue 3293 by asmeu...@gmail.com: test_ipython test failure http://code.google.com/p/sympy/issues/detail?id=3293 Fixed at https://github.com/sympy/sympy/pull/1367 -- You received this message because you are subscribed to the Google Groups

[sympy] Fix FiniteSet-related Python 3 test failures. (#1368)

2012-06-21 Thread Sergiu Ivanov
This pull request makes the behaviour of `element_sort_fn` in `core/sets.py` consistent with that of `sort_key` in all SymPy classes. This pull request also makes exception handling in `element_sort_fn` more specific. You can merge this Pull Request by running: git pull

[sympy] Fixes issue 3299 (#1369)

2012-06-21 Thread Bharath M R
Uses show=False so that the plots are not displayed during tests. This was part of pull request #1348, but it might take a while before that pull request is merged. The warnings that appear during tests will also be fixed in #1348 You can merge this Pull Request by running: git pull

[sympy] Implicit Plotting (#1370)

2012-06-21 Thread Bharath M R
Implements implicit plotting using interval arithmetic. The interval arithmetic used here uses numpy and does not round up and hence is not accurate. But it is sufficient for plotting. Examples: ```python plot_implicit(Eq(y**2, x**3 - x), (x, -5, 5), (y, -4, 4)) plot_implicit(y 1 / x,

[sympy-bot] Retry if there is a problem at the server (#111)

2012-06-21 Thread Ondřej Čertík
Fixes #110 You can merge this Pull Request by running: git pull https://github.com/certik/sympy-bot task_url Or you can view, comment on it, or merge it online at: https://github.com/sympy/sympy-bot/pull/111 -- Commit Summary -- * Retry if there is a problem at the server -- File

[sympy] Make sympy pip-installable (#1372)

2012-06-21 Thread Marc Abramowitz
Apologies if this is a dup. I would've thought someone would've reported this already, but I couldn't find it. It seems sympy is not pip-installable because pip thinks that `sympy-0.7.1-docs-html.zip` is the latest version of the sympy package and of course because that is just documentation

[sympy] Run doctests in Travis CI as well (#1373)

2012-06-21 Thread Ondřej Čertík
**IMPORTANT**: Only merge this *after* the pull request #1366 is in. Now both regular tests and doctests are run. The only missing tests are documentation tests. This pull request is a simple change and you can see the Travis CI results here: http://travis-ci.org/#!/certik/sympy/builds/1676447

[sympy] Minor improvements in trigsimp (#1374)

2012-06-21 Thread Stefan Krastanov
On `deep=True` go through all of the expression tree, not only the functions. You can merge this Pull Request by running: git pull https://github.com/Krastanov/sympy trigsimp_deep Or you can view, comment on it, or merge it online at: https://github.com/sympy/sympy/pull/1374 -- Commit

Re: Issue 3293 in sympy: test_ipython test failure

2012-06-21 Thread sympy
Updates: Status: Fixed Comment #2 on issue 3293 by asmeu...@gmail.com: test_ipython test failure http://code.google.com/p/sympy/issues/detail?id=3293 That was merged. -- You received this message because you are subscribed to the Google Groups sympy-patches group. To post to this