Re: Issue 3921 in sympy: slow tests fail with Python ground types (groebner)

2013-07-07 Thread sympy
Comment #1 on issue 3921 by mario.pe...@gmail.com: slow tests fail with Python ground types (groebner) http://code.google.com/p/sympy/issues/detail?id=3921 The error seems to occur in ``G = [ g.clear_denoms()[1].set_ring(orig) for g in G ]`` in ``set_ring`` at the end of ``groebner``; it i

Re: Issue 3921 in sympy: slow tests fail with Python ground types (groebner)

2013-07-07 Thread sympy
Comment #2 on issue 3921 by matt...@gmail.com: slow tests fail with Python ground types (groebner) http://code.google.com/p/sympy/issues/detail?id=3921 Apparently this was fixed in new-polys. -- You received this message because this project is configured to send all issue notifications to

Re: Issue 3921 in sympy: slow tests fail with Python ground types (groebner)

2013-07-07 Thread sympy
Updates: Status: Started Comment #3 on issue 3921 by matt...@gmail.com: slow tests fail with Python ground types (groebner) http://code.google.com/p/sympy/issues/detail?id=3921 I bisected this to a0492d3baca522a73db58d5735bc846d5c3a7b44 in new-polys. Cherry-picking that commit into

Re: Issue 3921 in sympy: slow tests fail with Python ground types (groebner)

2013-07-07 Thread sympy
Comment #4 on issue 3921 by asmeu...@gmail.com: slow tests fail with Python ground types (groebner) http://code.google.com/p/sympy/issues/detail?id=3921 Could you make it against 0.7.3? I tried cherry-picking it myself, but I ran into merge conflicts that I am unsure about (should it be R

Re: Issue 3921 in sympy: slow tests fail with Python ground types (groebner)

2013-07-07 Thread sympy
Comment #5 on issue 3921 by asmeu...@gmail.com: slow tests fail with Python ground types (groebner) http://code.google.com/p/sympy/issues/detail?id=3921 Also, if you could come up with a faster test, that would be great too. -- You received this message because this project is configured to

Issue 3930 in sympy: Remove Python 2.5 stuff

2013-07-07 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Milestone-Release0.7.4 EasyToFix New issue 3930 by asmeu...@gmail.com: Remove Python 2.5 stuff http://code.google.com/p/sympy/issues/detail?id=3930 Now that the 0.7.3 release is in a branch, and this will be the last release to supp

Issue 3931 in sympy: Gamma doesn't handle variable substitutions well

2013-07-07 Thread sympy
Status: Valid Owner: li.david...@gmail.com Labels: Type-Defect Priority-Medium Gamma New issue 3931 by li.david...@gmail.com: Gamma doesn't handle variable substitutions well http://code.google.com/p/sympy/issues/detail?id=3931 At http://www.sympygamma.com/input/?i=%28exp%28x%29+%2F+%281+%2

Re: Issue 3931 in sympy: Gamma doesn't handle variable substitutions well

2013-07-07 Thread sympy
Comment #1 on issue 3931 by li.david...@gmail.com: Gamma doesn't handle variable substitutions well http://code.google.com/p/sympy/issues/detail?id=3931 Another example: http://www.sympygamma.com/input/?i=integrate%28x**a*exp%28-x%29%2C+%28x%2C+0%2C+oo%29%2C+conds%3D%27separate%27%29 Righ

Issue 3932 in sympy: Gamma: Multiple ways to do the same thing

2013-07-07 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Gamma New issue 3932 by asmeu...@gmail.com: Gamma: Multiple ways to do the same thing http://code.google.com/p/sympy/issues/detail?id=3932 At http://www.sympygamma.com/input/?i=factor%285*x**4%2F2+%2B+3*x**3+-+108*x**2%2F5+-+27*x

Issue 3933 in sympy: Piecewise results returned from integrate should be structured so the uncommon answer is in otherwise

2013-07-07 Thread sympy
Status: Valid Owner: CC: julien.r...@gmail.com Labels: Type-Defect Priority-Medium Integration New issue 3933 by asmeu...@gmail.com: Piecewise results returned from integrate should be structured so the uncommon answer is in otherwise http://code.google.com/p/sympy/issues/detail?id=3933

Issue 3934 in sympy: Test tarball whitelist on Travis

2013-07-07 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium New issue 3934 by asmeu...@gmail.com: Test tarball whitelist on Travis http://code.google.com/p/sympy/issues/detail?id=3934 See https://github.com/sympy/sympy/pull/2256/files#L4R232. This could be factored out of the fabfile so that

2 issues changed in sympy

2013-07-07 Thread sympy
Updates: Status: Fixed Comment by julien.r...@gmail.com: Merged, thanks! Affected issues: issue 3754: latex() special cases the singleton object Pi http://code.google.com/p/sympy/issues/detail?id=3754 issue 3763: latex(nan) gives "\bot" http://code.google.com/p/sympy/issues/

Re: Issue 3809 in sympy: isprime can be faster

2013-07-07 Thread sympy
Comment #50 on issue 3809 by cas...@gmail.com: isprime can be faster http://code.google.com/p/sympy/issues/detail?id=3809 Dana, I've updated is_extra_strong_lucas(). Can you test r816? Thanks, Case -- You received this message because this project is configured to send all issue notificatio