Discussion: new math operators

Huaiyu Zhu huaiyu_zhu at yahoo.com
Sat Jul 22 17:56:57 EDT 2000


I've finally put the new operator patch by Greg Lielens, merged with Thomas
Wouters' patch for augmented assignment, onto MatPy directory at

	http://MatPy.sourceforge.net/Misc/matop-000720.patch.gz

It works against CVS on 2000-07-20. A brief instruction is put at the end of

	http://MatPy.sourceforge.net/INSTALL

A test file is available (which also serves as a demo),

	http://MatPy.sourceforge.net/Misc/test_matop.py

This works on my Linux box without needing any hand editing.  If there is
demand I'll put the separate matop patch there as well.  

Enjoy,

Huaiyu

PS. Greg, the test file was modified from yours in the patch.


On Thu, 20 Jul 2000, Gregory Lielens wrote:

... 
> I attach it in the mail, a patch against the current CVS (CVS.patch)
> that will add both augassign and @, and against the current CVS already
> patched with the augassign (augassign.patch) that will add the @
> operators. Maybe you can put them in a MatPy directory at sourceforge
> after trying it, and post the location in c.l.p ?
> 
> The patch work well on my linux box, but on a hp we have here, it does
> not compile...However, I am sure it is not the patch fault, as an
> upatched current CVS have the same compilation troubles... I am not sure
> if the current CVS is at fault (errors happen in the unicode section) or
> if the compiler are not correctly installed on this box (this is
> probably the explanation, we already have some problems with it).  I
> think that if you can compile it, it is better to let others check it on
> a variety of platform...
> 
> Greg.






More information about the Python-list mailing list