[sympy] Re: Geometric Algebra Module

2008-08-27 Thread Ondrej Certik
On Wed, Aug 27, 2008 at 1:21 AM, Alan Bromborsky <[EMAIL PROTECTED]> wrote: > > I have now tested my Geometric Algebra module using py.test and wish to > contribute it to sympy as an external module. I have committed all the > .py files to mercurial. Should I also commit the documentation (READM

[sympy] Re: Improving sympy/Sage integration

2008-08-27 Thread Ondrej Certik
On Tue, Aug 26, 2008 at 1:10 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > On Mon, Aug 25, 2008 at 1:38 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: >> On Mon, Aug 25, 2008 at 12:54 PM, Vinzent Steinberg >> <[EMAIL PROTECTED]> wrote: >>> >>> On Aug 24, 11:11 pm, "Ondrej Certik" <[EMAIL PROTECTED]

[sympy] Re: Improving sympy/Sage integration

2008-08-27 Thread Fredrik Johansson
On Wed, Aug 27, 2008 at 11:56 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > It is sometimes slow if the nsimplify() cannot make it, so it probably > should not be default, but it should be optional. > > I know many people (including myself) have burned themselves by > writing 1/2*x**2, so this mi

[sympy] Re: Improving sympy/Sage integration

2008-08-27 Thread Ondrej Certik
On Wed, Aug 27, 2008 at 12:46 PM, Fredrik Johansson <[EMAIL PROTECTED]> wrote: > > On Wed, Aug 27, 2008 at 11:56 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: >> It is sometimes slow if the nsimplify() cannot make it, so it probably >> should not be default, but it should be optional. >> >> I know

[sympy] thing to learn: git rebase -i

2008-08-27 Thread Ondrej Certik
Hi, when polishing my series patches (21 after polishing, I don't know how many before polishing, maybe 30 or more), I learned a new thing: git rebase -i HEAD~20 which takes the latest 20 commits, fires up a vim editor with a list of patches (one per line) and here I tell it -- merge these patc

[sympy] Re: thing to learn: git rebase -i

2008-08-27 Thread Ondrej Certik
On Wed, Aug 27, 2008 at 2:41 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > Hi, > > when polishing my series patches (21 after polishing, I don't know how > many before polishing, maybe 30 or more), I learned a new thing: > > git rebase -i HEAD~20 > > which takes the latest 20 commits, fires up a

[sympy] Re: Geometric Algebra Module

2008-08-27 Thread Alan Bromborsky
Ondrej Certik wrote: > On Wed, Aug 27, 2008 at 1:21 AM, Alan Bromborsky <[EMAIL PROTECTED]> wrote: > >> I have now tested my Geometric Algebra module using py.test and wish to >> contribute it to sympy as an external module. I have committed all the >> .py files to mercurial. Should I also co

[sympy] Re: Geometric Algebra Module

2008-08-27 Thread Ondrej Certik
>> >> > I created repository at > |http://freehg.sympy.org/u/brombo/geometricalgebra/. What next? Thanks. Please try to create a patch to sympy, e.g. so that one can go to a sympy hg directory and do: $ hg pull http://freehg.sympy.org/u/brombo/geometricalgebra/ Currently it says: pulling from

[sympy] Re: Geometric Algebra Module

2008-08-27 Thread Ondrej Certik
On Wed, Aug 27, 2008 at 6:15 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: >>> >>> >> I created repository at >> |http://freehg.sympy.org/u/brombo/geometricalgebra/. What next? > > Thanks. Please try to create a patch to sympy, e.g. so that one can go > to a sympy hg directory and do: > > $ hg pul

[sympy] Re: Geometric Algebra Module

2008-08-27 Thread Alan Bromborsky
Ondrej Certik wrote: > On Wed, Aug 27, 2008 at 6:15 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > >>> I created repository at >>> |http://freehg.sympy.org/u/brombo/geometricalgebra/. What next? >>> >> Thanks. Please try to create a patch to sympy, e.g. so that one can go

[sympy] Re: Geometric Algebra Module

2008-08-27 Thread Alan Bromborsky
Alan Bromborsky wrote: > Ondrej Certik wrote: > >> On Wed, Aug 27, 2008 at 6:15 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: >> >> > > I created repository at |http://freehg.sympy.org/u/brombo/geometricalgebra/. What next?

[sympy] Re: Geometric Algebra Module

2008-08-27 Thread Sebastian
>> |After I created the repository I executed 'hg clone >> http://freehg.sympy.org/u/brombo/geometricalgebra/' >> to me it looks like all the files are in the repositroy. But only your files in the repository! Preferable there would be a whole repository of sympy with your changes applied. Then

[sympy] Re: Geometric Algebra Module

2008-08-27 Thread Ondrej Certik
On Wed, Aug 27, 2008 at 10:10 PM, Sebastian <[EMAIL PROTECTED]> wrote: > > >>> |After I created the repository I executed 'hg clone >>> http://freehg.sympy.org/u/brombo/geometricalgebra/' >>> to me it looks like all the files are in the repositroy. > But only your files in the repository! Preferab