Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-12-27 Thread sympy
Updates: Status: Fixed Comment #13 on issue 2049 by asmeurer: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 (No comment was entered for this change.) -- You received this message because you are subscribed t

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-12-27 Thread sympy
Comment #12 on issue 2049 by asmeurer: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 This has been pushed in. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To po

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-12-23 Thread sympy
Comment #11 on issue 2049 by smichr: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 https://github.com/sympy/sympy/pull/54 -- You received this message because you are subscribed to the Google Groups "sympy-issues"

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-12-23 Thread sympy
Comment #10 on issue 2049 by smichr: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 rebased on master. I put in a pull request. -- You received this message because you are subscribed to the Google Groups "sympy-iss

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-12-22 Thread sympy
Comment #9 on issue 2049 by asmeurer: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 Chris, what is the status of your branch for this? -- You received this message because you are subscribed to the Google Groups "s

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-09-10 Thread sympy
Comment #8 on issue 2049 by smichr: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 ok, it's back to it's pre-eval-True state of speed. See what you think, Aaron. -- You received this message because you are subscr

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-09-09 Thread sympy
Comment #7 on issue 2049 by smichr: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 I will try that limitation. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To po

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-09-09 Thread sympy
Comment #6 on issue 2049 by asmeurer: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 It will be the derivatives of f(x), up to the order of the ODE, so expr.subs(f(x).diff(x, order), newterm.diff(x, order)) expr.subs

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-09-09 Thread sympy
Comment #5 on issue 2049 by smichr: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 The selectively-doit approach that I take changes the run time from about 800 to 1400, the time mainly increasing in ode. This needs

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-09-09 Thread sympy
Comment #4 on issue 2049 by smichr: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 I'm not sure which derivatives need targeting, so I cam using atoms to get all derivatives, and substituting them with doit-derivati

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-09-07 Thread sympy
Updates: Labels: -EasyToFix Comment #3 on issue 2049 by asmeurer: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 Applying this will fix it: diff --git a/sympy/solvers/ode.py b/sympy/solvers/ode.py index d6e35

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-09-06 Thread sympy
Comment #2 on issue 2049 by smichr: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 in theory, yes :-) github.smichr/2049 has the changes made but there is a failure in ode. Thinking it might be because a key which i

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-09-05 Thread sympy
Updates: Labels: EasyToFix Milestone-Release0.7.0 Comment #1 on issue 2049 by asmeurer: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 Chris found that this was introduced by commit fc0254fd870f1ad2f, from i

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-09-05 Thread sympy
Issue 2049: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 This issue is now blocking issue 1986. See http://code.google.com/p/sympy/issues/detail?id=1986 -- You received this message because you are listed in the owne

Re: Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-09-05 Thread sympy
Issue 2049: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 This issue is now blocking issue 1938. See http://code.google.com/p/sympy/issues/detail?id=1938 -- You received this message because you are listed in the owne

Issue 2049 in sympy: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x)

2010-09-05 Thread sympy
Status: Accepted Owner: asmeurer CC: smichr Labels: Type-Defect Priority-Medium Matching New issue 2049 by asmeurer: Derivative(f(x), x).subs(f(x), y) gives 0 instead of Derivative(y, x) http://code.google.com/p/sympy/issues/detail?id=2049 Derivative is unevaluated, so there is no reason that