Re: Issue 3729 in sympy: integrate fail

2013-03-30 Thread sympy
Updates: Status: Valid Cc: matt...@gmail.com Labels: Polynomial Integration Comment #1 on issue 3729 by asmeu...@gmail.com: integrate fail http://code.google.com/p/sympy/issues/detail?id=3729 (No comment was entered for this change.) -- You received this message because

Issue 3729 in sympy: integrate fail

2013-03-30 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3729 by sat...@gmail.com: integrate fail http://code.google.com/p/sympy/issues/detail?id=3729 integrate(1/(1.08*x**2-4.3), x) Traceback (most recent call last): File "", line 1, in File "/base/data/home/apps/s~sympy-live-

Re: Issue 3715 in sympy: ufuncify with logarithms

2013-03-30 Thread sympy
Comment #10 on issue 3715 by asmeu...@gmail.com: ufuncify with logarithms http://code.google.com/p/sympy/issues/detail?id=3715 Will the compiler optimize that? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your

Issue 3728 in sympy: garbage from preview() in ipython console session

2013-03-30 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium Printing New issue 3728 by skirpic...@gmail.com: garbage from preview() in ipython console session http://code.google.com/p/sympy/issues/detail?id=3728 This annoying output can be switched off with init_printing(use_latex=False).

Re: Issue 1841 in sympy: Replace map() with a list compression in most cases

2013-03-30 Thread sympy
Comment #4 on issue 1841 by manojkum...@gmail.com: Replace map() with a list compression in most cases http://code.google.com/p/sympy/issues/detail?id=1841 Should this be marked as fixed, I've seen only two cases of map(lambda_) being used. -- You received this message because this projec

Re: Issue 2794 in sympy: Implement ode solvers from the Moses "Stormy Decade" paper

2013-03-30 Thread sympy
Comment #10 on issue 2794 by manojkum...@gmail.com: Implement ode solvers from the Moses "Stormy Decade" paper http://code.google.com/p/sympy/issues/detail?id=2794 https://github.com/sympy/sympy/pull/1940 https://github.com/sympy/sympy/pull/1883 https://github.com/sympy/sympy/pull/1864 Thi

Re: Issue 3727 in sympy: ufuncify(x, erf(x) + erf(2*x)) fails to compile

2013-03-30 Thread sympy
Comment #1 on issue 3727 by t.hi...@gmail.com: ufuncify(x, erf(x) + erf(2*x)) fails to compile http://code.google.com/p/sympy/issues/detail?id=3727 https://github.com/sympy/sympy/pull/1953 -- You received this message because this project is configured to send all issue notifications to th

Re: Issue 3715 in sympy: ufuncify with logarithms

2013-03-30 Thread sympy
Comment #9 on issue 3715 by t.hi...@gmail.com: ufuncify with logarithms http://code.google.com/p/sympy/issues/detail?id=3715 This patch fixes the original issue: ( ufuncify log(10) ) index 58445bd..9396589 100644 --- a/sympy/printing/fcode.py +++ b/sympy/printing/fcode.py @@ -192,6 +192,7 @@ de

Re: Issue 3715 in sympy: ufuncify with logarithms

2013-03-30 Thread sympy
Comment #8 on issue 3715 by t.hi...@gmail.com: ufuncify with logarithms http://code.google.com/p/sympy/issues/detail?id=3715 moved the erf() issue into Issue 3727 + created PR 1953 for it -- You received this message because this project is configured to send all issue notifications to this a

Re: Issue 3715 in sympy: ufuncify with logarithms

2013-03-30 Thread sympy
Comment #7 on issue 3715 by t.hi...@gmail.com: ufuncify with logarithms http://code.google.com/p/sympy/issues/detail?id=3715 moved the erf() issue into Issue 3727 https://code.google.com/p/sympy/issues/detail?id=3727 + created PR 1953 for it -- You received this message because this projec

Issue 3727 in sympy: ufuncify(x, erf(x) + erf(2*x)) fails to compile

2013-03-30 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium codegen New issue 3727 by t.hi...@gmail.com: ufuncify(x, erf(x) + erf(2*x)) fails to compile http://code.google.com/p/sympy/issues/detail?id=3727 ufuncify(x, erf(x) + erf(-2*x)) fails to compile the generated fortran code. This is b