Re: [Numpy-discussion] Tests and code documentation

2006-09-21 Thread Louis Cordier
> Are able to use doxygen for Python code ? I thought it only worked for C (and > alike) ? There is an ugly-hack :) http://i31www.ira.uka.de/~baas/pydoxy/ But I wouldn't recommend using it, rather stick with Epydoc. -- Louis Cordier <[EMAIL PROTECTED]> cell: +27

Re: [Numpy-discussion] numpy vs numarray

2006-08-01 Thread Louis Cordier
laining that some of the info is out-dated. I just didn't want to do it without getting the groups opinion first. Regards, Louis. -- Louis Cordier <[EMAIL PROTECTED]> cell: +27721472305 Point45 Entertainment (Pty)

[Numpy-discussion] numpy vs numarray

2006-07-31 Thread Louis Cordier
Hmmm, I think people are spreading "fud" (lower case)... http://media.libsyn.com/media/awaretek/Python411_060530_Numeric.mp3 -- Louis Cordier <[EMAIL PROTECTED]> cell: +27721472305 Point45 Entertainment (Pty) Ltd. http:/

Re: [Numpy-discussion] Time for beta1 of NumPy 1.0

2006-06-30 Thread Louis Cordier
> 558py23.exe > 4111tar.gz Here is some trends with a pretty picture. http://www.google.com/trends?q=numarray%2C+NumPy%2C+Numeric+Python Unfortunatle Numeric alone is to general a term to use. But I would say NumPy is looking good. ;) -- Louis Cordier <[EMAIL PROTECTED]>

Re: [Numpy-discussion] Time for beta1 of NumPy 1.0 (fwd)

2006-06-30 Thread Louis Cordier
) sense of way, visionary or pragmatist ? Just a few random thoughts. Regards, Louis. -- Louis Cordier <[EMAIL PROTECTED]> cell: +27721472305 Point45 Entertainment (Pty) Ltd. http://www.point45.org Using Tomcat but need to do more? Need to support web services, security? Get stuff d

Re: [Numpy-discussion] incorporating C/C++ code

2006-06-29 Thread Louis Cordier
gt; separately) and start with weave http://www.scipy.org/Weave Now since we are on the topic ;) I was wondering if there where any issues with say using Psyco with NumPy ? http://psyco.sourceforge.net/ Then those number crunching code could still be in Python at least. Anyone have some