Re: Issue 3229 in sympy: print should not use evalf

2013-08-23 Thread sympy
Comment #1 on issue 3229 by trel...@psu.edu: print should not use evalf http://code.google.com/p/sympy/issues/detail?id=3229 Since I'm working on Sum, I looked into this. For an example, I tried from sympy import Sum from sympy.abc import n s = Sum(1/n,(n,1,4)) s.evalf() This doesn't hang,

Re: Issue 3229 in sympy: print should not use evalf

2013-08-23 Thread sympy
Comment #2 on issue 3229 by trel...@psu.edu: print should not use evalf http://code.google.com/p/sympy/issues/detail?id=3229 On further inspection, Sum.euler_maclaurin() has machinery for finite sums, but as near as I can figure, implicitly assumes the sum is infinite. -- You received this

Re: Issue 3987 in sympy: wrong tests in test_deltaproduct

2013-08-23 Thread sympy
Updates: Labels: Concrete WrongResult Comment #1 on issue 3987 by julien.r...@gmail.com: wrong tests in test_deltaproduct http://code.google.com/p/sympy/issues/detail?id=3987 For the two tests I think the second term on the RHS is missing a ``*Piecewise((1, And(1 = i, i = k)), (0,

Re: Issue 3484 in sympy: Empty Product should give one

2013-08-23 Thread sympy
Updates: Status: Fixed Comment #5 on issue 3484 by julien.r...@gmail.com: Empty Product should give one http://code.google.com/p/sympy/issues/detail?id=3484 https://github.com/sympy/sympy/pull/2229 -- You received this message because this project is configured to send all issue

Re: Issue 3924 in sympy: Evaluation of nested sums.

2013-08-23 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview Comment #2 on issue 3924 by julien.r...@gmail.com: Evaluation of nested sums. http://code.google.com/p/sympy/issues/detail?id=3924 (No comment was entered for this change.) -- You received this message because this project is

Re: Issue 3624 in sympy: Perform a Sphinx doc build with Travis

2013-08-23 Thread sympy
Updates: Status: Fixed Comment #2 on issue 3624 by julien.r...@gmail.com: Perform a Sphinx doc build with Travis http://code.google.com/p/sympy/issues/detail?id=3624 We're doing so now. -- You received this message because this project is configured to send all issue notifications

Re: Issue 3953 in sympy: simplify returns a complicated factored form instead of a simpler result

2013-08-23 Thread sympy
Comment #1 on issue 3953 by julien.r...@gmail.com: simplify returns a complicated factored form instead of a simpler result http://code.google.com/p/sympy/issues/detail?id=3953 Since the above commit, we also have H, T, p = symbols('H T p') simplify(10*H*p - 10*T*p + 10*T) ==

Re: Issue 3371 in sympy: More thought needed on Order() and complex variables

2013-08-23 Thread sympy
Comment #11 on issue 3371 by julien.r...@gmail.com: More thought needed on Order() and complex variables http://code.google.com/p/sympy/issues/detail?id=3371 https://github.com/sympy/sympy/pull/2404 -- You received this message because this project is configured to send all issue

Re: Issue 1091 in sympy: limit(x - gamma(1/x), x, oo) should return EulerGamma

2013-08-23 Thread sympy
Updates: Status: Started Comment #3 on issue 1091 by julien.r...@gmail.com: limit(x - gamma(1/x), x, oo) should return EulerGamma http://code.google.com/p/sympy/issues/detail?id=1091 https://github.com/sympy/sympy/pull/2405 -- You received this message because this project is

Re: Issue 3229 in sympy: print should not use evalf

2013-08-23 Thread sympy
Comment #3 on issue 3229 by julien.r...@gmail.com: print should not use evalf http://code.google.com/p/sympy/issues/detail?id=3229 Issue 3543 has been merged into this issue. -- You received this message because this project is configured to send all issue notifications to this address.

Re: Issue 3543 in sympy: Infinite loop when doing print() on summation containing summation

2013-08-23 Thread sympy
Updates: Status: Duplicate Mergedinto: 3229 Comment #4 on issue 3543 by julien.r...@gmail.com: Infinite loop when doing print() on summation containing summation http://code.google.com/p/sympy/issues/detail?id=3543 (No comment was entered for this change.) -- You received

Re: Issue 3229 in sympy: print should not use evalf

2013-08-23 Thread sympy
Updates: Status: Started Comment #4 on issue 3229 by julien.r...@gmail.com: print should not use evalf http://code.google.com/p/sympy/issues/detail?id=3229 https://github.com/sympy/sympy/pull/2406 -- You received this message because this project is configured to send all issue

Issue 3988 in sympy: The docs zip file unzips to sympy-docs-html-nozip-0.7.3

2013-08-23 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Milestone-Release0.7.4 Release New issue 3988 by asmeu...@gmail.com: The docs zip file unzips to sympy-docs-html-nozip-0.7.3 http://code.google.com/p/sympy/issues/detail?id=3988 The docs zip made by the release unzips to a

Re: Issue 3445 in sympy: Automate the release process

2013-08-23 Thread sympy
Updates: Labels: -Milestone-Release0.7.3 Milestone-Release0.7.4 Release Comment #7 on issue 3445 by asmeu...@gmail.com: Automate the release process http://code.google.com/p/sympy/issues/detail?id=3445 There are still some things that haven't been done: - Build the release notes, which