Fixed special case for multivector __str__ function

2009-05-31 Thread Alan Bromborsky
Multivector static member str_rep(mv) called by __str__(self) did not complete string processing for grade 0 (scalar) multivectors. Fixed problem and removed all spaces from output to reduce length of string. --~--~-~--~~~---~--~~ You received this message becaus

Re: Fixed special case for multivector __str__ function

2009-05-31 Thread Ondrej Certik
Hi Alan! On Sun, May 31, 2009 at 5:36 AM, Alan Bromborsky wrote: > Multivector static member str_rep(mv) called by __str__(self) did not > complete string processing for grade 0 (scalar) multivectors.  Fixed > problem and removed all spaces from output to reduce length of string. Thanks for the

Re: Fixed special case for multivector __str__ function

2009-05-31 Thread Alan Bromborsky
Ondrej Certik wrote: > Hi Alan! > > On Sun, May 31, 2009 at 5:36 AM, Alan Bromborsky wrote: > >> Multivector static member str_rep(mv) called by __str__(self) did not >> complete string processing for grade 0 (scalar) multivectors. Fixed >> problem and removed all spaces from output to reduce

Re: First Order Homogeneous Differential Equations

2009-05-31 Thread Ondrej Certik
Hi Aaron! On Fri, May 29, 2009 at 11:54 PM, Aaron S. Meurer wrote: > > Here is the latest bit from my Google Summer of Code Project.  dsolve > can now solve first order equations that can be written as y' == f(y/ > x).  These are called first order homogeneous differential equations. > This will

Re: Fixed special case for multivector __str__ function

2009-05-31 Thread Ondrej Certik
It's in, thanks! On Sun, May 31, 2009 at 1:06 PM, Alan Bromborsky wrote: > Ondrej Certik wrote: >> Hi Alan! >> >> On Sun, May 31, 2009 at 5:36 AM, Alan Bromborsky wrote: >> >>> Multivector static member str_rep(mv) called by __str__(self) did not >>> complete string processing for grade 0 (scal

Re:

2009-05-31 Thread Ondrej Certik
On Fri, May 29, 2009 at 9:29 AM, Ondrej Certik wrote: > On Thu, May 28, 2009 at 7:10 PM, Chris Smith wrote: >> >> >> If all sympy objects don't have the same attributes then that adds an extra >> layer of testing to the code. When a match is made and the test is being >> made if it's a good fu

Re: Resending logcombine patch.

2009-05-31 Thread Ondrej Certik
On Tue, May 26, 2009 at 11:34 PM, Aaron S. Meurer wrote: > > OK.  Those were actually on my github account in the odes branch.  It > is possible to pull the commits from the hashes, no?  I provided them > in the main thread. > > Did you think the logcombine function was ok? Yes, it's good, I jus

Re: First Order Homogeneous Differential Equations

2009-05-31 Thread Aaron S. Meurer
On May 31, 2009, at 1:09 PM, Ondrej Certik wrote: > > Hi Aaron! > > On Fri, May 29, 2009 at 11:54 PM, Aaron S. Meurer > wrote: >> >> Here is the latest bit from my Google Summer of Code Project. dsolve >> can now solve first order equations that can be written as y' == f(y/ >> x). These are

Re: First Order Homogeneous Differential Equations

2009-05-31 Thread Ondrej Certik
On Sun, May 31, 2009 at 1:18 PM, Aaron S. Meurer wrote: > > > On May 31, 2009, at 1:09 PM, Ondrej Certik wrote: > >> >> Hi Aaron! >> >> On Fri, May 29, 2009 at 11:54 PM, Aaron S. Meurer >> wrote: >>> >>> Here is the latest bit from my Google Summer of Code Project.  dsolve >>> can now solve firs

Re: First Order Homogeneous Differential Equations

2009-05-31 Thread Aaron S. Meurer
I see now. U+FEFF is a zero width no-break space. That must have snuck in when I did my commit. I think typing option-space types that character on the Mac. I must have done that accidentally. I'll look into it when I do my rebasing. Aaron Meurer On May 31, 2009, at 1:23 PM, Ondrej Cer

Re: First Order Homogeneous Differential Equations

2009-05-31 Thread Aaron S. Meurer
> I also left you lots of comments in the github branch itself, you can > see them here: > > http://github.com/asmeurer/sympy/comments > > and usually they contain the exact line which I am commenting on. > > Fix most of the things using "git rebase -i", and if there are some > bigger changes, fee

Re: First Order Homogeneous Differential Equations

2009-05-31 Thread Ondrej Certik
On Sun, May 31, 2009 at 1:32 PM, Aaron S. Meurer wrote: > >> I also left you lots of comments in the github branch itself, you can >> see them here: >> >> http://github.com/asmeurer/sympy/comments >> >> and usually they contain the exact line which I am commenting on. >> >> Fix most of the things

Re: 2 MathML Patches

2009-05-31 Thread Ondrej Certik
Where are those patches? I can't find them in the main repository. Am I missing something? Ondrej On Thu, May 28, 2009 at 6:53 AM, Fabian Pedregosa wrote: > > Fabian Pedregosa wrote: >> Ondrej Certik wrote: >>> +1 from me too. >> >> Thanks for the review. It's in >> >>> Ondrej >>> >>> On Wed, M