[sympy] Re: Geometric Algebra Module

2019-09-27 Thread Utensil Song
Dear Alan, We (Pythonic Geometric Algebra Enthusiasts https://github.com/pygae ) are currently maintaining the community fork of GAlgebra at https://github.com/pygae/galgebra which supports Python 3, increases test coverage, sets up CI and linters, maintains releases to PyPI, improves docs an

[sympy] Re: Geometric Algebra Module

2008-09-03 Thread Ondrej Certik
> What I did was go into the "sympy-70f056c684b2" directory (that was the > version I downloads that had the galgebra subdirectory) and executed > "sudo python setup.py install". If I do that "import > sympy.galgebra.GAsympy" only works in that directory, but "import sympy" > works in all my dire

[sympy] Re: Geometric Algebra Module

2008-09-03 Thread Alan Bromborsky
Ondrej Certik wrote: >> What I did was go into the "sympy-70f056c684b2" directory (that was the >> version I downloads that had the galgebra subdirectory) and executed >> "sudo python setup.py install". If I do that "import >> sympy.galgebra.GAsympy" only works in that directory, but "import symp

[sympy] Re: Geometric Algebra Module

2008-09-03 Thread Alan Bromborsky
Ondrej Certik wrote: > Hi Alan! > > >> I spoke too soon. "import sympy.galgebra.GAsympy" works if I am in the >> main sympy directory. If I run python from anywhere else I get >> "ImportError: No module named galgebra.GAsympy". How do I fix this. I >> don't know where or how you set the pyt

[sympy] Re: Geometric Algebra Module

2008-09-03 Thread Ondrej Certik
Hi Alan! > I spoke too soon. "import sympy.galgebra.GAsympy" works if I am in the > main sympy directory. If I run python from anywhere else I get > "ImportError: No module named galgebra.GAsympy". How do I fix this. I > don't know where or how you set the python path. I could manually set >

[sympy] Re: Geometric Algebra Module

2008-09-02 Thread Alan Bromborsky
Ondrej Certik wrote: > On Fri, Aug 29, 2008 at 2:27 AM, Alan Bromborsky <[EMAIL PROTECTED]> wrote: > >> Ondrej Certik wrote: >> > Apply this patch: > > $ hg di > diff --git a/sympy/galgebra/__init__.py b/sympy/galgebra/__init__.py > new file mode 100644 > >

[sympy] Re: Geometric Algebra Module

2008-08-29 Thread Alan Bromborsky
Ondrej Certik wrote: >> Kirill has found time to polish your patches, so they are now in: >> >> http://hg.sympy.org/sympy/rev/3dfc81e444a5 >> >> Thanks for your contribution! >> > > The actual patch is here: > > http://hg.sympy.org/sympy/rev/70f056c684b2 > > Ondrej > > > > > I wish to add

[sympy] Re: Geometric Algebra Module

2008-08-29 Thread Ondrej Certik
> Kirill has found time to polish your patches, so they are now in: > > http://hg.sympy.org/sympy/rev/3dfc81e444a5 > > Thanks for your contribution! The actual patch is here: http://hg.sympy.org/sympy/rev/70f056c684b2 Ondrej --~--~-~--~~~---~--~~ You received th

[sympy] Re: Geometric Algebra Module

2008-08-29 Thread Ondrej Certik
On Fri, Aug 29, 2008 at 2:27 AM, Alan Bromborsky <[EMAIL PROTECTED]> wrote: > > Ondrej Certik wrote: Apply this patch: $ hg di diff --git a/sympy/galgebra/__init__.py b/sympy/galgebra/__init__.py new file mode 100644 And do: import sympy.galgebra.G

[sympy] Re: Geometric Algebra Module

2008-08-28 Thread Alan Bromborsky
Ondrej Certik wrote: >>> Apply this patch: >>> >>> $ hg di >>> diff --git a/sympy/galgebra/__init__.py b/sympy/galgebra/__init__.py >>> new file mode 100644 >>> >>> >>> And do: >>> >>> import sympy.galgebra.GAsympy >>> >>> that will work. >>> >>> Ondrej >>> >>> >>> >> In the main sym

[sympy] Re: Geometric Algebra Module

2008-08-28 Thread Ondrej Certik
>> Apply this patch: >> >> $ hg di >> diff --git a/sympy/galgebra/__init__.py b/sympy/galgebra/__init__.py >> new file mode 100644 >> >> >> And do: >> >> import sympy.galgebra.GAsympy >> >> that will work. >> >> Ondrej >> >> > >> >> > In the main sympy directory on my machine I get: > > [EMAIL PRO

[sympy] Re: Geometric Algebra Module

2008-08-28 Thread Alan Bromborsky
Ondrej Certik wrote: > On Thu, Aug 28, 2008 at 6:52 PM, Alan Bromborsky <[EMAIL PROTECTED]> wrote: > >> Ondrej Certik wrote: >> Thank you for the instructions. I think I finally did it. I cloned last night's version of sympy. Added my files in directory galgebra under the s

[sympy] Re: Geometric Algebra Module

2008-08-28 Thread Ondrej Certik
On Thu, Aug 28, 2008 at 6:52 PM, Alan Bromborsky <[EMAIL PROTECTED]> wrote: > > Ondrej Certik wrote: >>> Thank you for the instructions. I think I finally did it. I cloned last >>> night's version of sympy. Added >>> my files in directory galgebra under the sympy directory. Committed the >>> file

[sympy] Re: Geometric Algebra Module

2008-08-28 Thread Alan Bromborsky
Ondrej Certik wrote: >> Thank you for the instructions. I think I finally did it. I cloned last >> night's version of sympy. Added >> my files in directory galgebra under the sympy directory. Committed the >> files. Created the repository >> 'http://freehg.sympy.org/u/brombo/sympy' and then did

[sympy] Re: Geometric Algebra Module

2008-08-28 Thread Ondrej Certik
>> > Thank you for the instructions. I think I finally did it. I cloned last > night's version of sympy. Added > my files in directory galgebra under the sympy directory. Committed the > files. Created the repository > 'http://freehg.sympy.org/u/brombo/sympy' and then did ' hg push > http://free

[sympy] Re: Geometric Algebra Module

2008-08-28 Thread Alan Bromborsky
Ondrej Certik wrote: > 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.

[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

[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 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 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 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 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 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
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