Re: Issue 1883 in sympy: Recode dmp_zero_p to be non-recursive

2011-04-29 Thread sympy
Updates: Status: Fixed Comment #6 on issue 1883 by matt...@gmail.com: Recode dmp_zero_p to be non-recursive http://code.google.com/p/sympy/issues/detail?id=1883 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sy

Re: Issue 1883 in sympy: Recode dmp_zero_p to be non-recursive

2010-09-05 Thread sympy
Updates: Labels: asmeurer Comment #5 on issue 1883 by asmeurer: Recode dmp_zero_p to be non-recursive http://code.google.com/p/sympy/issues/detail?id=1883 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issue

Re: Issue 1883 in sympy: Recode dmp_zero_p to be non-recursive

2010-08-07 Thread sympy
Updates: Labels: -NeedsReview PassedReview Milestone-Release0.7.0 Comment #4 on issue 1883 by mattpap: Recode dmp_zero_p to be non-recursive http://code.google.com/p/sympy/issues/detail?id=1883 This was merged with polys11 branch. -- You received this message because you are subscribed

Re: Issue 1883 in sympy: Recode dmp_zero_p to be non-recursive

2010-05-31 Thread sympy
Issue 1883: Recode dmp_zero_p to be non-recursive http://code.google.com/p/sympy/issues/detail?id=1883 This issue is now blocking issue 1949. See http://code.google.com/p/sympy/issues/detail?id=1949 -- You received this message because you are listed in the owner or CC fields of this issue, or b

Re: Issue 1883 in sympy: Recode dmp_zero_p to be non-recursive

2010-04-03 Thread sympy
Comment #3 on issue 1883 by mattpap: Recode dmp_zero_p to be non-recursive http://code.google.com/p/sympy/issues/detail?id=1883 Does this mean that the API for this file is unstable It is unstable and incoherent between different types of polynomials. When I started working on this there we

Re: Issue 1883 in sympy: Recode dmp_zero_p to be non-recursive

2010-04-02 Thread sympy
Comment #2 on issue 1883 by asmeurer: Recode dmp_zero_p to be non-recursive http://code.google.com/p/sympy/issues/detail?id=1883 Looking closer at the file, I saw several other functions that were written recursively, but were easy to convert into non-recursive equivalents. In particular, dmp

Re: Issue 1883 in sympy: Recode dmp_zero_p to be non-recursive

2010-04-02 Thread sympy
Comment #1 on issue 1883 by mattpap: Recode dmp_zero_p to be non-recursive http://code.google.com/p/sympy/issues/detail?id=1883 This is known behavior, so if all tests pass, then this can go in. Now the truth is the recursive dense polynomial representation is not the most efficient one in a

Issue 1883 in sympy: Recode dmp_zero_p to be non-recursive

2010-04-02 Thread sympy
Status: Started Owner: asmeurer CC: mattpap Labels: Type-Defect Priority-Medium NeedsReview Polynomial New issue 1883 by asmeurer: Recode dmp_zero_p to be non-recursive http://code.google.com/p/sympy/issues/detail?id=1883 A simple cProfile.run('integrate(x**2*exp(x)*sin(x), x)', sort=1) reveals