Re: Issue 2606 in sympy: Add degree_offset argument to heurisch()

2013-07-12 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #5 on issue 2606 by matt...@gmail.com: Add degree_offset argument to heurisch() http://code.google.com/p/sympy/issues/detail?id=2606 This was merged long ago. -- You received this message because this project

Re: Issue 2606 in sympy: Add degree_offset argument to heurisch()

2013-01-21 Thread sympy
Updates: Labels: NeedsReview Comment #4 on issue 2606 by asmeu...@gmail.com: Add degree_offset argument to heurisch() http://code.google.com/p/sympy/issues/detail?id=2606 For some reason, this got dropped. I've readdded it at https://github.com/sympy/sympy/pull/1723. -- You

Re: Issue 2606 in sympy: Add degree_offset argument to heurisch()

2011-07-26 Thread sympy
Comment #3 on issue 2606 by asmeurer: Add degree_offset argument to heurisch() http://code.google.com/p/sympy/issues/detail?id=2606 I added a commit with this to my integration3 branch. By the way, an interestion question to consider here is if it's possible to start with a low degree

Issue 2606 in sympy: Add degree_offset argument to heurisch()

2011-07-25 Thread sympy
Status: Accepted Owner: Labels: Type-Enhancement Priority-Low Integration New issue 2606 by matt...@gmail.com: Add degree_offset argument to heurisch() http://code.google.com/p/sympy/issues/detail?id=2606 From https://github.com/sympy/sympy/pull/478: On the other hand, it might be

Re: Issue 2606 in sympy: Add degree_offset argument to heurisch()

2011-07-25 Thread sympy
Comment #1 on issue 2606 by asmeurer: Add degree_offset argument to heurisch() http://code.google.com/p/sympy/issues/detail?id=2606 I've just started playing around with this, actually. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post

Re: Issue 2606 in sympy: Add degree_offset argument to heurisch()

2011-07-25 Thread sympy
Updates: Status: Started Comment #2 on issue 2606 by asmeurer: Add degree_offset argument to heurisch() http://code.google.com/p/sympy/issues/detail?id=2606 Here's a trivial implementation: diff --git a/sympy/integrals/heurisch.py b/sympy/integrals/heurisch.py index e51a070..65915c0