[sympy] Regression in 0.7.4? Infinite recursion in dsolve call

2013-12-11 Thread Marcel Stimberg
Hi everyone, after updating sympy to 0.7.4, some of our code calling dsolve seems to go into an infinite recursion and errors out with "maximum recursion depth exceeded". A simple example demonstrating the issue is the following: >>> f = Function('f') >>> t = Symbol('t') >>> dsolve(Eq(Derivativ

Re: [sympy] Regression in 0.7.4? Infinite recursion in dsolve call

2013-12-11 Thread Marcel Stimberg
Hi Ondrej, hi Aaron, thanks for looking into this. Should I open an issue about it (or for the future: should I rather directly open an issue instead of writing a mail to the list)? Best, Marcel -- You received this message because you are subscribed to the Google Groups "sympy" group. To

Re: [sympy] Regression in 0.7.4? Infinite recursion in dsolve call

2013-12-11 Thread Marcel Stimberg
> > Yes, please open an issue for it. For reference, here's the link to the issue: https://github.com/sympy/sympy/issues/2666 Best, Marcel -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails fr

[sympy] Incorrect LaTeX output for all-uppercase greek letter symbol names

2015-02-05 Thread Marcel Stimberg
Hi all, mostly a little *ping* for a pull request I opened a while ago: https://github.com/sympy/sympy/pull/8386 Currently, symbol names such as "TAU" will be translated into incorrect LaTeX output ("\TAU"), the above pull request fixes that. Best, Marcel -- You received this message becaus