[Gmath-devel] Re: scientific python
Status: Pre-Alpha
Brought to you by:
aurag
From: Hassan A. <au...@cr...> - 2000-03-15 15:19:57
|
Yappa di doo or more humanly agreed. We need to build a database of such stuff. Anyone care to do that? Any thoughts about how to do it? I need some kind of tree like list of packages for numerical python (xml?) that could be parsed by python. It would be placed on GmatH web page (hidden) and parsed by GmatH to check where packages are and what version. Something like: all = [list of all packages] NumericalPy, $version, $rpm_address/None, $tar.gz address/none Cephes, $version ...... Then we add a widget that would have a shipped list of packages but could "update" the list and packages from the web by fetching this tree-like file. This should be easy to do but needs a maintainer other than me. Volunteers anyone? >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 3/14/00, 2:30:03 PM, Adrian Feiguin <fe...@ma...> wrote regarding [Gmath-devel] scientific python: > Hi Hassan. You posted a mail a few days ago about a code for derivatives > in python. > Did you take a look at scientific python? It looks like a natural > extension to numpy, with derivatives, less-squares fits, etc. > I think it worth it to be considered for gmath. > What do you think? > Regards, > <ADRIAN> > On Wed, 1 Mar 2000, Hassan Aurag wrote: > > > > > > Hi, > > > > attached is a file called Derivative.py. > > > > It computes derivatives and is based on an algorithm found in > > Numerical Recipes in C. > > > > What to do you think about it and has anyone started a "serious" > > calculus oriented subpackage for Numerical Python in general? > > > > I mean: derivatives, partial derivatives, jacobian, hessian > > implemented fast and precise. > > > > On another note, why isn't infinity defined in NumPy? > > > > Why is tan(pi/2) a number even if big? Shouldn't it be infinity? > > > > > > > > > > > > > > _______________________________________________ > > Gmath-devel mailing list > > Gma...@li... > > http://lists.sourceforge.net/mailman/listinfo/gmath-devel > > |