Comment on NewWiki in sympy

2011-12-05 Thread sympy
Comment by doubll...@gmail.com: = = test For more information: http://code.google.com/p/sympy/wiki/NewWiki -- 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@googlegroups.com. To unsubscribe from

Re: Comment on NewWiki in sympy

2011-12-05 Thread sympy
Comment by doubll...@gmail.com: testx2 For more information: http://code.google.com/p/sympy/wiki/NewWiki -- 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@googlegroups.com. To unsubscribe from

Re: Issue 1594 in sympy: bin/test --random should also shuffle tests inside a file

2011-12-05 Thread sympy
Comment #18 on issue 1594 by pr...@goodok.ru: bin/test --random should also shuffle tests inside a file http://code.google.com/p/sympy/issues/detail?id=1594 It seems that we forget update label easy for this GCI task, now it is still hard labeled:

Re: Issue 1594 in sympy: bin/test --random should also shuffle tests inside a file

2011-12-05 Thread sympy
Updates: Cc: krastano...@gmail.com Comment #19 on issue 1594 by vlada.pe...@gmail.com: bin/test --random should also shuffle tests inside a file http://code.google.com/p/sympy/issues/detail?id=1594 Ok, since we forgot to remark it as easy, lets keep it with the original meaning:

Issue 2898 in sympy: Make side boxes on SymPy Live only shrink when the title is clicked on

2011-12-05 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium Live CodeInCategory-Code CodeInCategory-UI CodeInDifficulty-Easy New issue 2898 by asmeu...@gmail.com: Make side boxes on SymPy Live only shrink when the title is clicked on

Re: Issue 1422 in sympy: spherical bessel functions

2011-12-05 Thread sympy
Comment #11 on issue 1422 by ondrej.c...@gmail.com: spherical bessel functions http://code.google.com/p/sympy/issues/detail?id=1422 This is fixed. Thanks! -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group, send email to

Re: Issue 1362 in sympy: Expand support for printing derivatives

2011-12-05 Thread sympy
Comment #12 on issue 1362 by ondrej.c...@gmail.com: Expand support for printing derivatives http://code.google.com/p/sympy/issues/detail?id=1362 Let's just apply the patch, and be done with this issue. My only comment is to document what the new option is doing. -- You received this

Re: Issue 2482 in sympy: Stop bundling mpmath

2011-12-05 Thread sympy
Updates: Labels: -Priority-High Priority-Medium Comment #36 on issue 2482 by ondrej.c...@gmail.com: Stop bundling mpmath http://code.google.com/p/sympy/issues/detail?id=2482 I am lowering the priority. The py3 thing is fixed, and I am -1 on removing mpmath. -- You received this

Re: Issue 2482 in sympy: Stop bundling mpmath

2011-12-05 Thread sympy
Comment #37 on issue 2482 by ronan.l...@gmail.com: Stop bundling mpmath http://code.google.com/p/sympy/issues/detail?id=2482 The py3 thing is only sort-of fixed, because now we have to deal with bugs in our toolchain, like issue 2890. -- You received this message because you are subscribed

Re: Issue 2493 in sympy: Clean up test_lambdify.py

2011-12-05 Thread sympy
Comment #7 on issue 2493 by asmeu...@gmail.com: Clean up test_lambdify.py http://code.google.com/p/sympy/issues/detail?id=2493 This was https://github.com/sympy/sympy/pull/816. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this

Re: Issue 2597 in sympy: Import all public functions and classes into Sphinx

2011-12-05 Thread sympy
Updates: Status: Fixed Comment #12 on issue 2597 by asmeu...@gmail.com: Import all public functions and classes into Sphinx http://code.google.com/p/sympy/issues/detail?id=2597 (No comment was entered for this change.) -- You received this message because you are subscribed to the

Re: Issue 2597 in sympy: Import all public functions and classes into Sphinx

2011-12-05 Thread sympy
Comment #11 on issue 2597 by asmeu...@gmail.com: Import all public functions and classes into Sphinx http://code.google.com/p/sympy/issues/detail?id=2597 This was https://github.com/sympy/sympy/pull/807. -- You received this message because you are subscribed to the Google Groups

Re: Issue 2295 in sympy: Recursion error with sqrt(x*x.conjugate()).expand(complex=True)

2011-12-05 Thread sympy
Comment #1 on issue 2295 by goff...@gmail.com: Recursion error with sqrt(x*x.conjugate()).expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=2295 For what it's worth, this also happens with sqrt(x*y).expand(complex=True). -- You received this message because you are

Re: Issue 2295 in sympy: Recursion error with sqrt(x*x.conjugate()).expand(complex=True)

2011-12-05 Thread sympy
Comment #2 on issue 2295 by goff...@gmail.com: Recursion error with sqrt(x*x.conjugate()).expand(complex=True) http://code.google.com/p/sympy/issues/detail?id=2295 .. as well as sqrt(x*x).expand(complex=True). -- You received this message because you are subscribed to the Google Groups

Issue 2899 in sympy: infinite recursion in coth's complex expand with reals

2011-12-05 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2899 by goff...@gmail.com: infinite recursion in coth's complex expand with reals http://code.google.com/p/sympy/issues/detail?id=2899 a = Symbol('a', real=True) coth(a).expand(complex=True) _eval_expand_complex calls

Re: Issue 2597 in sympy: Import all public functions and classes into Sphinx

2011-12-05 Thread sympy
Updates: Status: Accepted Comment #13 on issue 2597 by asmeu...@gmail.com: Import all public functions and classes into Sphinx http://code.google.com/p/sympy/issues/detail?id=2597 Oh sorry. That was just the logic module. -- You received this message because you are subscribed to

Re: Issue 440 in sympy: Symbol.__call__ should not create a Function

2011-12-05 Thread sympy
Updates: Summary: Symbol.__call__ should not create a Function Status: Accepted Labels: Core Comment #92 on issue 440 by ronan.l...@gmail.com: Symbol.__call__ should not create a Function http://code.google.com/p/sympy/issues/detail?id=440 This is still a problem, and