Re: change nsolve(x, f, x0) to nsolve(f, x, x0), fix a doctest, support for Eq(), make x optional for onedimensional functions

2009-04-11 Thread Vinzent Steinberg
Second try. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sympy-patches group. To post to this group, send email to sympy-patches@googlegroups.com To unsubscribe from this group, send email to

Re: Issue 1098 Patch

2009-04-11 Thread Luke
Yep. The two patches should take care of it. On Apr 9, 8:01 pm, Ondrej Certik ond...@certik.cz wrote: On Sun, Apr 5, 2009 at 10:39 PM, Ondrej Certik ond...@certik.cz wrote: On Sun, Apr 5, 2009 at 1:57 PM, Luke hazelnu...@gmail.com wrote: So this was my first patch, I hope I did everything

Re: Issue 1098 Patch

2009-04-11 Thread Ondrej Certik
On Sat, Apr 11, 2009 at 10:28 AM, Luke hazelnu...@gmail.com wrote: Yep.  The two patches should take care of it. Ok, I'll push it in in the evening. Ondrej --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Please check in some small fixes - bernoulli eq. solver corner case + typos and corrections

2009-04-11 Thread Priit Laes
I have added some patches to 'small-fixes' branch that is viewable on: https://code.plaes.org/git/sympy.git/ and pullable using following url: git://code.plaes.org/sympy.git Branch: small-fixes * Added corner case for Bernoulli equation. There was a corner case in Bernoulli equation where n

Re: Please check in some small fixes - bernoulli eq. solver corner case + typos and corrections

2009-04-11 Thread Ondrej Certik
Hi Priit! On Sat, Apr 11, 2009 at 12:30 PM, Priit Laes plaes...@gmail.com wrote: I have added some patches to 'small-fixes' branch that is viewable on: https://code.plaes.org/git/sympy.git/ and pullable using following url: git://code.plaes.org/sympy.git Branch: small-fixes * Added

Re: Please check in some small fixes - bernoulli eq. solver corner case + typos and corrections

2009-04-11 Thread Priit Laes
On Apr 11, 11:14 pm, Ondrej Certik ond...@certik.cz wrote: Hi Priit! The patches look good to me. Could you add more tests for the separable equation solver? Currently there is only one. Just commit more patches in your branch. Someone (I think Vincent) saw some problems there and I haven't