[GitHub] Exponents [sympy/sympy.github.com GH-18]

2011-02-16 Thread GitHub
asmeurer wants someone to pull from asmeurer:exponents: Change the `^` to `**` for exponentiation in the main page examples. View Pull Request: https://github.com/sympy/sympy.github.com/pull/18 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group.

[GitHub] Navbar style [sympy/sympy.github.com GH-17]

2011-02-16 Thread GitHub
fxkr wants someone to pull from fxkr:navbar-style: This branch improves the style of the navigation bar at the top. View Pull Request: https://github.com/sympy/sympy.github.com/pull/17 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post t

[GitHub] Rebuild pages [sympy/sympy.github.com GH-16]

2011-02-15 Thread GitHub
fxkr wants someone to pull from fxkr:rebuild-pages: During one of the previous merges no rebuild was done, so right now index.html doesn't have the bullet style change. View Pull Request: https://github.com/sympy/sympy.github.com/pull/16 -- You received this message because you are subscribed

[GitHub] 2185: subs fixes for Mul and Pow [sympy/sympy GH-113]

2011-02-14 Thread GitHub
smichr wants someone to pull from smichr:2185: fixes for issues identified in [ http://groups.google.com/group/sympy/browse_thread/thread/75e9c019e3e38328 ] View Pull Request: https://github.com/sympy/sympy/pull/113 -- You received this message because you are subscribed to the Google Groups

[GitHub] Gatecommutator [sympy/sympy GH-112]

2011-02-14 Thread GitHub
ellisonbg wants someone to pull from ellisonbg:gatecommutator: Lots of work on gates related to commutation relations, sorting, simplifying. I have also added logic for creating random quantum circuits. View Pull Request: https://github.com/sympy/sympy/pull/112 -- You received this message be

[GitHub] Modules list [sympy/sympy.github.com GH-15]

2011-02-14 Thread GitHub
vks wants someone to pull from vks:modules: Small update. View Pull Request: https://github.com/sympy/sympy.github.com/pull/15 -- 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@googlegroups.com

[GitHub] Logo [sympy/sympy.github.com GH-14]

2011-02-14 Thread GitHub
vks wants someone to pull from vks:logo: I moved the logo to the top bar and replaced it with a proper transparent logo. Please let me know what you think. View Pull Request: https://github.com/sympy/sympy.github.com/pull/14 -- You received this message because you are subscribed to the Google

[GitHub] minor improvements [sympy/sympy.github.com GH-13]

2011-02-14 Thread GitHub
vks wants someone to pull from vks:nobox: I did not like the use of boxes, so I removed/moved the concerned information where I think it is more appropriate. Also slightly improved formatting. View Pull Request: https://github.com/sympy/sympy.github.com/pull/13 -- You received this message be

[GitHub] Update copyright notice (2011) [sympy/sympy.github.com GH-12]

2011-02-14 Thread GitHub
fxkr wants someone to pull from fxkr:copyright-2011: View Pull Request: https://github.com/sympy/sympy.github.com/pull/12 -- 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@googlegroups.com. To

[GitHub] Quicklinks bullet style... again [sympy/sympy.github.com GH-11]

2011-02-14 Thread GitHub
fxkr wants someone to pull from fxkr:quicklinks-bullet-style: Oops, my previous pull request[1] only changed the compiled index page. This commit does exactly the same change but for the template. Sorry. [1] https://github.com/sympy/sympy.github.com/pull/10 View Pull Request: https://github.c

[GitHub] Quicklinks bullet style [sympy/sympy.github.com GH-10]

2011-02-13 Thread GitHub
fxkr wants someone to pull from fxkr:quicklinks-bullet-style: Add bullets to quicklinks box on index page View Pull Request: https://github.com/sympy/sympy.github.com/pull/10 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this gro

[GitHub] Qubitfixes [sympy/sympy GH-111]

2011-02-13 Thread GitHub
ellisonbg wants someone to pull from ellisonbg:qubitfixes: Removing old code from qubit.py that had missing symbols. View Pull Request: https://github.com/sympy/sympy/pull/111 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this gr

[GitHub] Piecewise improvements [sympy/sympy GH-110]

2011-02-12 Thread GitHub
aterrel wants someone to pull from aterrel:piecewise_improvements: Fixes issue 1950, improvements from comments on issue 2128 View Pull Request: https://github.com/sympy/sympy/pull/110 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post t

[GitHub] Issue 1950 fix [sympy/sympy GH-109]

2011-02-12 Thread GitHub
aterrel wants someone to pull from aterrel:560ec7b81c7672005fc9aef771166e57516a395e: View Pull Request: https://github.com/sympy/sympy/pull/109 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this group, send email to sympy-patch

[GitHub] Audit fixes [sympy/sympy GH-108]

2011-02-12 Thread GitHub
plaes wants someone to pull from plaes:audit-fixes: Bunch of auditing fixes (brought to you by pyflakes). PS. Quantum guys should look into adding tests that expose issues on following code paths: sympy/physics/quantum/qubit.py:690: undefined name 'Qbit' sympy/physics/quantum/qubit.py:693: undef

[GitHub] RFC: Use setuptools instead of distutils [sympy/sympy GH-107]

2011-02-12 Thread GitHub
plaes wants someone to pull from plaes:setuptools: Use setuptools that allows specifying dependencies in setup.py. View Pull Request: https://github.com/sympy/sympy/pull/107 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this grou

[GitHub] Importfix [sympy/sympy GH-106]

2011-02-11 Thread GitHub
ellisonbg wants someone to pull from ellisonbg:importfix: This fixes a silly bug that was causing the test suite to fail if scipy or numpy as not installed. There were a few spots in matrixcache that were not protecting against ImportErrors. These are not fixed. View Pull Request: https://git

[GitHub] Quantumfixes [sympy/sympy GH-105]

2011-02-11 Thread GitHub
ellisonbg wants someone to pull from ellisonbg:quantumfixes: Minors fixes to the pretty/latex printing of inner products and bra/kets. I have cleaned up the printing code a bit and have added tests as well. View Pull Request: https://github.com/sympy/sympy/pull/105 -- You received this messag

[GitHub] Dev ide [sympy/sympy GH-104]

2011-02-11 Thread GitHub
saptman wants someone to pull from saptman:dev_ide: Fixed and a couple of methods implemented View Pull Request: https://github.com/sympy/sympy/pull/104 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this group, send email to symp

[GitHub] Swapgate [sympy/sympy GH-103]

2011-02-10 Thread GitHub
ellisonbg wants someone to pull from ellisonbg:swapgate: Implement represent for SWAP gates using the expression: SWAP = |1><1|x|1><1| + |0><0|x|0><0| + |1><0|x|0><1| + |0><1|x|1><0| This allowed me to add tests for the decomposition of SWAP (as 3 CNOT) and QFT. View Pull Request: https://git

[GitHub] Function cleanup [sympy/sympy GH-102]

2011-02-10 Thread GitHub
rlamy wants someone to pull from rlamy:function-cleanup: These are a few changes related to sympy/core/functions.py. The only notable changes are: * Remove vectorization of Functions, so that sin([x, y]) raises instead of returning [sin(x), sin(y)]. * Split off "undefined functions" into their o

[GitHub] Exppower [sympy/sympy GH-101]

2011-02-09 Thread GitHub
ellisonbg wants someone to pull from ellisonbg:exppower: This branch fixes non-commutative exponentiation rules in sympy. Previously: exp(A)*exp(B) == exp(A+B) for non commutative A and B in sympy. Now: exp(A)*exp(B) != exp(A+B). Tests have been added. View Pull Request: https://github.com/s

[GitHub] Quantum work [sympy/sympy GH-100]

2011-02-07 Thread GitHub
ellisonbg wants someone to pull from ellisonbg:novalidate: This branch is the culmination of 9 months of work covering Matt and Addison's GSoC projects, as well as a huge amount of work beyond that. The history of this branch is quite complex and rebasing won't work. We also don't want to loo

[GitHub] Integral equation dev [sympy/sympy GH-99]

2011-02-06 Thread GitHub
saptman wants someone to pull from saptman:integral_equation_dev: Please ignore the commit from 5 days back. The classifier had some bugs in it but they have been ironed out. Currently working on the solver routines. View Pull Request: https://github.com/sympy/sympy/pull/99 -- You received thi

[GitHub] Polys12 review - part 1 [sympy/sympy GH-98]

2011-02-03 Thread GitHub
rlamy wants someone to pull from rlamy:polys12-reviewed: These are the commits from Mateusz's branch polys12 (see (issue 2133)[http://code.google.com/p/sympy/issues/detail?id=2133] that I have reviewed positively so far. View Pull Request: https://github.com/sympy/sympy/pull/98 -- You receive

[GitHub] Allow to specify speed of light for relativistic Hydrogen energies [sympy/sympy GH-97]

2011-02-02 Thread GitHub
certik wants someone to pull from certik:e_dirac_c: This makes it possible to set the constant to the exact value used in some electronic structure code, so that exact numbers can be compared. As a side effect, by setting it to integers, exact expressions can be tested to make sure the relativi

[GitHub] Don't use 'is' to test integer equality [sympy/sympy GH-96]

2011-01-27 Thread GitHub
rlamy wants someone to pull from rlamy:pypy-runtests: These simple fixes allow PyPy to run the test suite. A lot more work will be required to make it pass, but at least it's a start. View Pull Request: https://github.com/sympy/sympy/pull/96 -- You received this message because you are subscri

[GitHub] A simpler fix for Issue 2059: Don't wrap indices as Idx [sympy/sympy GH-95]

2011-01-26 Thread GitHub
jegerjensen wants someone to pull from jegerjensen:nowrap2: This patch fixes Issue 2059, and nothing more. The practical benefit is that, in order to use Idx objects as indices, they must be constructed explicitly. Before, an integer symbol would be silently converted to Idx by the Indexed con

[GitHub] 2161 base and 1/base combined in powsimp [sympy/sympy GH-94]

2011-01-22 Thread GitHub
smichr wants someone to pull from smichr:2161: This is part of the fix for issue 835. View Pull Request: https://github.com/sympy/sympy/pull/94 -- 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

[GitHub] Int should not behave like floor [sympy/sympy GH-93]

2011-01-21 Thread GitHub
smichr wants someone to pull from smichr:int: see [ http://code.google.com/p/sympy/issues/detail?id=2159 ] View Pull Request: https://github.com/sympy/sympy/pull/93 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this group, send e

[GitHub] nsimplify rational should not call nsimplify again [sympy/sympy GH-92]

2011-01-21 Thread GitHub
smichr wants someone to pull from smichr:nsimplify: see [ http://code.google.com/p/sympy/issues/detail?id=2158 ] very short review. View Pull Request: https://github.com/sympy/sympy/pull/92 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To

[GitHub] 2130 use limit in limit if necessary, not only subs [sympy/sympy GH-91]

2011-01-19 Thread GitHub
smichr wants someone to pull from smichr:2130: see [ http://code.google.com/p/sympy/issues/detail?id=2130 ] >>> limit((1+y)**(1/y), y, 0) E >>> limit((1+y)**(1/y) - E, y, 0) # used to be 1 - E 0 View Pull Request: https://github.com/sympy/sympy/pull/91 -- You received this mess

[GitHub] 2000 change argument from 'direction' to 'dir' as it is elsewhere. [sympy/sympy GH-90]

2011-01-19 Thread GitHub
smichr wants someone to pull from smichr:2000: View Pull Request: https://github.com/sympy/sympy/pull/90 -- 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@googlegroups.com. To unsubscribe from

[GitHub] Raises prints more informative message [sympy/sympy GH-89]

2011-01-19 Thread GitHub
smichr wants someone to pull from smichr:raises: Instead of this: h[1] >>> raises('1/0', ValueError) Traceback (most recent call last): File "", line 1, in File "sympy\utilities\pytest.py", line 41, in raises assert isinstance(code, str) AssertionError we now get

[GitHub] 1592 Pprint sum with ASCII Sigma [sympy/sympy GH-88]

2011-01-17 Thread GitHub
smichr wants someone to pull from smichr:pprintSum: alpha version of work started at [ http://code.google.com/p/sympy/issues/list?cursor=1592 ]. View Pull Request: https://github.com/sympy/sympy/pull/88 -- You received this message because you are subscribed to the Google Groups "sympy-patche

[GitHub] 1694 solver has issues (with fractions, etc...) [sympy/sympy GH-87]

2011-01-16 Thread GitHub
smichr wants someone to pull from smichr:1694: This is a pull request for discussion of commits prefixed with 1694 (last two right now). These are commits to make the solver more robust (fewer NotImplemented errors) and accurate since results are tested. The focus of these is on solving the sin

[GitHub] python2.4-doctest: Fix doctests in Python2.4 [sympy/sympy GH-86]

2011-01-15 Thread GitHub
asmeurer wants someone to pull from asmeurer:python2.4-doctest: The commit from [pull request 49](https://github.com/sympy/sympy/pull/49) created some doctest failures in Python 2.4: /users/aaronmeurer/d

[GitHub] Fix hash dependent doctests in current master [sympy/sympy GH-85]

2011-01-15 Thread GitHub
jegerjensen wants someone to pull from jegerjensen:fix_doctests3: This patch rewrites the doctests that turned out to be hash dependent in current master. In addition, I discovered and fixed another docstring that was hash dependent. View Pull Request: https://github.com/sympy/sympy/pull/85 -

[GitHub] 2153 max_ and min_ are now Max Min [sympy/sympy GH-84]

2011-01-13 Thread GitHub
smichr wants someone to pull from smichr:2153: see http://code.google.com/p/sympy/issues/detail?id=2153 and commit message View Pull Request: https://github.com/sympy/sympy/pull/84 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to th

[GitHub] 2027: don't combine negative bases under vanilla x [sympy/sympy GH-83]

2011-01-11 Thread GitHub
smichr wants someone to pull from smichr:2027: In a product of bases raised to the same power, a**x*b**x *..., you can only combine bases that are positive if x is not an integer. Also, a**(2*x) == (a**x)**2 but not vice versa unless a is positive or x is an integer. Consider (-1)**(2*1/2) = (s

[GitHub] 2005: y**(2*x).subs(exp(3*x*log(y)), z) -> z**(2/3), not z**(3/2) [sympy/sympy GH-82]

2011-01-11 Thread GitHub
smichr wants someone to pull from smichr:2005: Small correction of a logical error. By roundtripping the complex substitution you can see the error manifested: In master: h[1] >>> (x**(2*y)).subs(exp(3*y*log(x)), z) z**(3/2) h[2] >>> _.subs(z, exp(3*y*log(x))) exp(9*y*log(x)/2)

[GitHub] Issue 2059: Don't wrap indices as Idx [sympy/sympy GH-81]

2011-01-11 Thread GitHub
jegerjensen wants someone to pull from jegerjensen:nowrap: These patches fixes http://code.google.com/p/sympy/issues/detail?id=2059";>Issue 2059. The fix also opens the door for indexed expressions without implicit summation. The second patch makes sure that this behavior is available, simply b

[GitHub] Fix doctest2 [sympy/sympy GH-80]

2011-01-10 Thread GitHub
jegerjensen wants someone to pull from jegerjensen:fix_doctest2: This patch skips the hash dependent doctest that Aaron discovered here http://code.google.com/p/sympy/issues/detail?id=2141 In addition another hash dep. doctest is skipped, and two misleading doctests were removed. View Pull Req

[GitHub] Abs: Rename abs() to Abs() [sympy/sympy GH-79]

2011-01-10 Thread GitHub
asmeurer wants someone to pull from asmeurer:Abs: See the [issue page](http://code.google.com/p/sympy/issues/detail?id=1727). View Pull Request: https://github.com/sympy/sympy/pull/79 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to

[GitHub] Summation: Rename sum() to summation() [sympy/sympy GH-78]

2011-01-08 Thread GitHub
asmeurer wants someone to pull from asmeurer:summation: Rename sum() to summation() This is because it conflicts with the builtin sum(). See issue 1376 and issue 1727. I also took the opportunity to fix Sum() so that it always remains unevaluated by default and so that it and summation always r

[GitHub] Imports2: Move sat parser files from sympy/core to sympy/parsing [sympy/sympy GH-77]

2011-01-08 Thread GitHub
asmeurer wants someone to pull from asmeurer:imports2: This is an improved patch over https://github.com/sympy/sympy/pull/58. View Pull Request: https://github.com/sympy/sympy/pull/77 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post

[GitHub] 1729 doctest failure in 2.7 with GoldenRatio**1000 etc... [sympy/sympy GH-76]

2011-01-08 Thread GitHub
smichr wants someone to pull from smichr:1729: Very small modification to mul.py that avoids an infinite recursion which, strangely, doesn't occur in 2.6 because the lines were not being traversed by the offending statement for unknown reasons. View Pull Request: https://github.com/sympy/sympy/

[GitHub] 1379: No longer import test and doctest with from sympy import *. [sympy/sympy GH-75]

2011-01-07 Thread GitHub
asmeurer wants someone to pull from asmeurer:1379: See [the issue page](http://code.google.com/p/sympy/issues/detail?id=1379). Should we also keep importing raises? I noticed that there too in `utilities/__init__.py`. View Pull Request: https://github.com/sympy/sympy/pull/75 -- You received

[GitHub] Copyright: Update the copyright to 2011 [sympy/sympy GH-74]

2011-01-07 Thread GitHub
asmeurer wants someone to pull from asmeurer:copyright: This changes the copyright year everywhere to 2011, including a place where it hasn't been changed in a while. I am adding this here instead of just pushing it in for bookkeeping reasons. By the way, what's up with the `conf.py` file in

[GitHub] Github docs [sympy/sympy GH-73]

2011-01-06 Thread GitHub
asmeurer wants someone to pull from asmeurer:github_docs: Replace all instances of git.sympy.org with github in the docs. See [issue 1959](http://code.google.com/p/sympy/issues/detail?id=1959). View Pull Request: https://github.com/sympy/sympy/pull/73 -- You received this message because you

[GitHub] Call remove: Remove the __call__ shortcut to subs in Basic (issue 1927) [sympy/sympy GH-72]

2011-01-06 Thread GitHub
asmeurer wants someone to pull from asmeurer:call_remove: Note that this pull request is mutually exclusive with pull request 71. Please review one or the other, whether you think the `__call__` behavior should be deprecated or just removed. This one is for removal. View Pull Request: https:/

[GitHub] Call deprecated: Deprecated the __call__ shortcut to subs in Basic (issue 1927) [sympy/sympy GH-71]

2011-01-06 Thread GitHub
asmeurer wants someone to pull from asmeurer:call_deprecated: Note that this pull request is mutually exclusive with pull request #. Please review one or the other, whether you think the `__call__` behavior should be deprecated or just removed. This one is for deprecation. View Pull Request:

[GitHub] 1946: Use `isinstance(b, (int, long))` instead of `type(b) is int` in numbers.py [sympy/sympy GH-70]

2011-01-06 Thread GitHub
asmeurer wants someone to pull from asmeurer:1946: See [issue 1946](http://code.google.com/p/sympy/issues/detail?id=1946). View Pull Request: https://github.com/sympy/sympy/pull/70 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to th

[GitHub] To int repr [sympy/sympy GH-69]

2011-01-06 Thread GitHub
haz wants someone to pull from haz:to_int_repr: Changed the to_int_repr to use a dict rather than a list. This is in response to this issue: - http://code.google.com/p/sympy/issues/detail?id=1545 View Pull Request: https://github.com/sympy/sympy/pull/69 -- You received this message because you

[GitHub] Property doctests: Fix the bug where @property methods' docstrings are not doctested (issue 1947) [sympy/sympy GH-68]

2011-01-05 Thread GitHub
asmeurer wants someone to pull from asmeurer:property_doctests: See the [issue page](http://code.google.com/p/sympy/issues/detail?id=1947) for more information on the fix. View Pull Request: https://github.com/sympy/sympy/pull/68 -- You received this message because you are subscribed to the G

[GitHub] Exprsphinx: Fix the as_numer_denom() docstring and add Expr to the Shphinx docs (issue 1945) [sympy/sympy GH-67]

2011-01-05 Thread GitHub
asmeurer wants someone to pull from asmeurer:exprsphinx: See http://code.google.com/p/sympy/issues/detail?id=1945. View Pull Request: https://github.com/sympy/sympy/pull/67 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this group

[GitHub] 2136 polygamma and 2139 _new_rawargs [sympy/sympy GH-66]

2011-01-05 Thread GitHub
smichr wants someone to pull from smichr:2139: Fixes func expansion of polygamma and makes _new_rawargs play nicely with sympy expressions involving atoms. View Pull Request: https://github.com/sympy/sympy/pull/66 -- You received this message because you are subscribed to the Google Groups "s

[GitHub] 2018 as_coeff_ (terms/factors) now (mul/add) [sympy/sympy GH-65]

2011-01-04 Thread GitHub
smichr wants someone to pull from smichr:2018: I'm not sure how to decorate with @deprecated (I was unable to successfully import this from utilities) so I raised a NotImplementedError with instructions on what to use instead. All tests and doctests still pass. View Pull Request: https://githu

[GitHub] 2137: Fix a bug in as_real_imag() [sympy/sympy GH-64]

2011-01-04 Thread GitHub
asmeurer wants someone to pull from asmeurer:2137: See the issue page. The bug was with `(cos(1+I)**3).as_real_imag()`. View Pull Request: https://github.com/sympy/sympy/pull/64 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this

[GitHub] Fix doctests to run in Python 2.6.6 and Python 2.7.1 [sympy/sympy GH-63]

2011-01-04 Thread GitHub
asmeurer wants someone to pull from asmeurer:doctest: This fixes the ubiquitous [issue 2041](http://code.google.com/p/sympy/issues/id=2041#makechanges) doctest problem by further patching our doctest runner from the Python 2.7 doctest.py file. View Pull Request: https://github.com/sympy/sympy/

[GitHub] Update Mpmath to 0.16 [sympy/sympy GH-62]

2011-01-04 Thread GitHub
asmeurer wants someone to pull from asmeurer:mpmath-0.16: This updates mpmath to 0.16. There is currently a problem with the Sphinx docs where a bunch of plots to not get built correctly. Do `cd doc; make html` and open, for example, `_build/html/modules/mpmath/functions/bessel.html` to see t

[GitHub] 2084 limit considers direction for Add [sympy/sympy GH-61]

2011-01-04 Thread GitHub
smichr wants someone to pull from smichr:2084: I don't know why any of the 3 previous pull requests didn't become updated when I repushed the current version that I have so I rebased on master, closed all previous requests and opened this new request. (One thing I did notice, however, is that o

[GitHub] Python24: Issue a warning when using Python 2.4 [sympy/sympy GH-60]

2011-01-03 Thread GitHub
asmeurer wants someone to pull from asmeurer:python24: See [issue 2135](http://code.google.com/p/sympy/issues/detail?id=2135). This adds a warning to `sympy/__init__.py`, so that any time you run Python 2.4 and import sympy, you see: Python 2.4.4 (#1, Oct 18 2006, 10:34:39) [GCC 4.0.

[GitHub] Sysfix: Keep sys from being imported into the global namespace [sympy/sympy GH-59]

2011-01-03 Thread GitHub
asmeurer wants someone to pull from asmeurer:sysfix: While fixing [issue 2135](http://code.google.com/p/sympy/issues/detail?id=2135), I noticed that `sys` was being imported into the global namespace because it was being imported in `utilities/__init__.py` to check the Python version (to see if

[GitHub] Imports: Move parsing files from sympy/core to sympy/parsing [sympy/sympy GH-58]

2010-12-29 Thread GitHub
asmeurer wants someone to pull from asmeurer:imports: See [this mailing list thread](http://groups.google.com/group/sympy/browse_thread/thread/f471ea9a8d3ef041). Some questions/concerns: - What is the purpose of the bottom imports (imports at the bottom of the file) in some of the sympy/cor

[GitHub] Colortests: More colorful tests. [sympy/sympy GH-57]

2010-12-26 Thread GitHub
asmeurer wants someone to pull from asmeurer:colortests: How do people feel about this change? It basically makes the `.`, `F`, `f`, etc. that are printed by the test runner so that they are printed in color: red if it is a failure and green otherwise. This makes it much easier to pick out f

[GitHub] 1837: 0**a tests added [sympy/sympy GH-56]

2010-12-23 Thread GitHub
smichr wants someone to pull from smichr:1837: These are some relationships for powers involving 0 as a base that were not present in the previous tests. View Pull Request: https://github.com/sympy/sympy/pull/56 -- You received this message because you are subscribed to the Google

[GitHub] 1963, 1731 - numerator/denominator related changes [sympy/sympy GH-55]

2010-12-23 Thread GitHub
smichr wants someone to pull from smichr:1963: In 1963 changes to core/power are made to get it to work a little harder to do something with a fractional base and to not combine an integer with an exponent. In 1731 some unification to fraction and as_numer_denom is attempted. They still do two

[GitHub] 2049: don't set evaluate to True when doing subs [sympy/sympy GH-54]

2010-12-23 Thread GitHub
smichr wants someone to pull from smichr:2049b: View Pull Request: https://github.com/sympy/sympy/pull/54 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this group, send email to sympy-patc...@googlegroups.com. To unsubscribe fro

[GitHub] 1804etc [sympy/sympy GH-53]

2010-12-22 Thread GitHub
smichr wants someone to pull from smichr:1804etc: This introduces noncommutative handling to coeff, as_coefficient, and as_independent. It is blocked on 1980 which is included here for testing purposes, but only the last two commits need be considered here. View Pull Request: https://github.com

[GitHub] 1980 [sympy/sympy GH-52]

2010-12-22 Thread GitHub
smichr wants someone to pull from smichr:1980: The performance of has() is upgraded in this branch; duplicating code was removed. This, rather than inspecting atoms, is the faster method to use to see if something has something else. View Pull Request: https://github.com/sympy/sympy/pull/52 --

[GitHub] 1980 [sympy/sympy GH-51]

2010-12-21 Thread GitHub
smichr wants someone to pull from smichr:1980: has() has been optimized and defaults to has_any. all tests pass here and all lines (except the legacy handling of iterables that maybe encountered) are covered. View Pull Request: https://github.com/sympy/sympy/pull/51 -- You received this messa

[GitHub] 1917 [sympy/sympy GH-50]

2010-12-21 Thread GitHub
smichr wants someone to pull from smichr:1917: These are code clean-up edits that would be great to get in before 0.7. Most are just a line or two in a given file so it isn't heavy reviewing. The good news is that with these changes there will be 31 less lines to review in the future. 26 file

[GitHub] Doctest [sympy/sympy GH-49]

2010-12-21 Thread GitHub
smichr wants someone to pull from smichr:doctest: Doctests that had bad formatting (i.e. were not triple quote or blank line terminated) now flag an error during doctests. This identified a problem with an existing doctest that was corrected. View Pull Request: https://github.com/sympy/sympy/pu

[GitHub] Issues 2122 - 2124 fixes [sympy/sympy GH-48]

2010-12-20 Thread GitHub
smichr wants someone to pull from smichr:2124: There are several issues related to series that are fixed with this commit. Although changes span many files they are mostly just changes of the arguments to the function. View Pull Request: https://github.com/sympy/sympy/pull/48 -- You received

[GitHub] improve lambdify docstring [sympy/sympy GH-47]

2010-12-18 Thread GitHub
certik wants someone to pull from certik:doc2: Shows numpy usage. View Pull Request: https://github.com/sympy/sympy/pull/47 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this group, send email to sympy-patc...@googlegroups.com. T

[GitHub] t Symbol [sympy/sympy GH-46]

2010-12-15 Thread GitHub
asmeurer wants someone to pull from asmeurer:t_symbol: Add t to the default list of symbols in isympy. See [issue 2121](http://code.google.com/p/sympy/issues/detail?id=2121). View Pull Request: https://github.com/sympy/sympy/pull/46 -- You received this message because you are subscribed to

[GitHub] Make args fix [sympy/sympy GH-45]

2010-12-15 Thread GitHub
asmeurer wants someone to pull from asmeurer:make_args_fix: Replace the longer version of the idiom with `Add.make_args(expr)` somewhere in `exp.eval()`. View Pull Request: https://github.com/sympy/sympy/pull/45 -- You received this message because you are subscribed to the Google Groups "sym

[GitHub] Integral issues [sympy/sympy GH-44]

2010-12-14 Thread GitHub
smichr wants someone to pull from smichr:integral_issues: These commits fix a variety of issues with integral limits and some integral methods that require special handling. View Pull Request: https://github.com/sympy/sympy/pull/44 -- You received this message because you are subscribed to the

[GitHub] 2084 fix for limits [sympy/sympy GH-43]

2010-12-12 Thread GitHub
smichr wants someone to pull from smichr:389881c9e019c54a152e61b4aef41febf5535167: I'm just trying to clear out work on my end...if Nicolas sends in a pull request for the same issue I don't care which one goes in as long as they accomplish the same thing. View Pull Request: https://github.com

[GitHub] 1862 [sympy/sympy GH-42]

2010-12-12 Thread GitHub
smichr wants someone to pull from smichr:1862: Just a couple of things that shouldn't get forgotten when the new polys arrives. View Pull Request: https://github.com/sympy/sympy/pull/42 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post

[GitHub] 1926 [sympy/sympy GH-41]

2010-12-12 Thread GitHub
smichr wants someone to pull from smichr:1926: This has already passed review. The last objection was that there was no test, but I pointed out in issue 1926 , comment #9 that the code is being traversed by existing tests. View Pull Request: https://github.com/sympy/sympy/pull/41 -- You recei

[GitHub] 1978 [sympy/sympy GH-40]

2010-12-12 Thread GitHub
smichr wants someone to pull from smichr:1978: This commit allows one to skip the distribution of a constant over an Add (so 2*(1+x) can be returned rather than 2+2*x). This commit does not use the evaluate=False approach. View Pull Request: https://github.com/sympy/sympy/pull/40 -- You recei

[GitHub] 2114 [sympy/sympy GH-39]

2010-12-11 Thread GitHub
smichr wants someone to pull from smichr:2114: WIth this commit, 1) foo.make_args() will always return the args of the expression and not return the null tuple when the expression is the class identity. 2) as_Pow has been replaced with as_base_exp. View Pull Request: https://github.com/sympy/sy

[GitHub] jn_zeros: added method='mpmath' [sympy/sympy GH-38]

2010-12-04 Thread GitHub
vks wants someone to pull from vks:jn: This uses a "better" method for calculating roots of the spherical bessel function, relying on mpmath's native tools. It should replace method='sympy', when mpmath in sympy gets upgraded. View Pull Request: https://github.com/sympy/sympy/pull/38 -- You r

[GitHub] fix tsolve test [sympy/sympy GH-37]

2010-12-02 Thread GitHub
vks wants someone to pull from vks:tsolve-test: Please review this, it is critical and easy to review. View Pull Request: https://github.com/sympy/sympy/pull/37 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this group, send email

[GitHub] Issue1265: +oo < pi [sympy/sympy GH-36]

2010-11-28 Thread GitHub
fxkr wants someone to pull from fxkr:issue1265: The issue was fixed a while ago so here are some tests. Should be trivial to review. If you push this in please also close #1265. View Pull Request: https://github.com/sympy/sympy/pull/36 -- You received this message because you are subscribed t

[GitHub] Sympify fractions [sympy/sympy GH-35]

2010-11-25 Thread GitHub
smichr wants someone to pull from smichr:sympify_fractions: This patch allows sympy to handle fractions.Fraction instances as Rational rather than float. View Pull Request: https://github.com/sympy/sympy/pull/35 -- You received this message because you are subscribed to the Google Groups "sym

[GitHub] Rebased and corrected improvements to second quantization [sympy/sympy GH-34]

2010-11-25 Thread GitHub
jegerjensen wants someone to pull from jegerjensen:fix_secondquant6: These patches are my response to Ronan and Ondrej's comments in pull request https://github.com/sympy/sympy/pull/32 I have however NOT adressed the following of Ronan's remarks: - wicks() should not accept any of the keyword

[GitHub] MathML output for relational operators [sympy/sympy GH-33]

2010-11-24 Thread GitHub
markdewing wants someone to pull from markdewing:mathml-relational: Add MathML output for the relational operators. View Pull Request: https://github.com/sympy/sympy/pull/33 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this grou

[GitHub] Various fixes to the secondquant module [sympy/sympy GH-32]

2010-11-23 Thread GitHub
jegerjensen wants someone to pull from jegerjensen:fix_secondquant5: This set of patches gives the following improvements: - much improved dummy index canonization: It will always succeed, except in a well defined case that can be implemented later. - significant speedup: Coupled Cluster examp

[GitHub] make_args [sympy/sympy GH-31]

2010-11-18 Thread GitHub
rlamy wants someone to pull from rlamy:make_args: This replaces make_list and Expr.as_Add, Expr.as_Mul methods by make_args classmethods defined for al operations. See [issue 1915](http://code.google.com/p/sympy/issues/detail?id=1915) for previous discussions. View Pull Request: https://githu

[GitHub] Imports [sympy/sympy GH-30]

2010-11-11 Thread GitHub
rlamy wants someone to pull from rlamy:imports: Following discussion on the ML, this prevents testing utilities from being automatically imported when running 'import sympy' View Pull Request: https://github.com/sympy/sympy/pull/30 -- You received this message because you are subscribed to th

[GitHub] 2084 [sympy/sympy GH-29]

2010-11-04 Thread GitHub
smichr wants someone to pull from smichr:2084: These commits fix errors with evaluating limits from the negative direction (see issue 2084). View Pull Request: https://github.com/sympy/sympy/pull/29 -- You received this message because you are subscribed to the Google Groups "sympy-patches" g

[GitHub] 2003 [sympy/sympy GH-28]

2010-11-04 Thread GitHub
smichr wants someone to pull from smichr:2003: Just sending a new pull request after having reforked from sympy rather than ondrej's repo. View Pull Request: https://github.com/sympy/sympy/pull/28 -- You received this message because you are subscribed to the Google Groups "sympy-patches" gro

[GitHub] 2092 [sympy/sympy GH-27]

2010-11-04 Thread GitHub
smichr wants someone to pull from smichr:2092: A fix to uncovered and potentially broken code was made and a re-writing of the solve4linear symbols function as described in the commit message. (This function will be of use in solving systems of equations where most of the equations are linear.

[GitHub] 2095 [sympy/sympy GH-26]

2010-11-04 Thread GitHub
smichr wants someone to pull from smichr:2095: solutions to x**4 + x**3 + x**2 - 3*x + 9 will be correct after applying this patch: Master: h[5] >>> eq = x**4 + x**3 + x**2 - 3*x + 9 h[5] >>> [eq.subs(x, a).n(1) for a in solve(x**4 + x**3 + x**2 - 3*x + 9)] [-5.0 - 9.0*I, -5.0 + 9.0*I, 8.0 + 6.0

[GitHub] 2080 [sympy/sympy GH-25]

2010-11-04 Thread GitHub
smichr wants someone to pull from smichr:2080: small patch to previously uncovered and broken code. View Pull Request: https://github.com/sympy/sympy/pull/25 -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this group, send email to

[GitHub] Subsets [sympy/sympy GH-24]

2010-11-04 Thread GitHub
smichr wants someone to pull from smichr:subsets: For ease of use, subsets(seq) will now yield all 2**n - 1 subsets of length 1 through len(seq) for the iterable given to subsets: subsets([1,2]) -> [1], [2], [1,2] Previously one would have to set up a loop to do this. Should the null set [] be

[GitHub] 1923 [sympy/sympy GH-23]

2010-11-04 Thread GitHub
smichr wants someone to pull from smichr:1923: These are the modifications of count ops to make it more usable, especially for issue 1694. One question I have is about whether there should be a count_ops in basic. It never gets called. Ronan is probably the best person to answer this, but if a

  1   2   >