Scientific Computing with NumPy

Brendan spam4bsimons at yahoo.ca
Mon Feb 6 07:36:43 EST 2006


As of version 0.4.x, Scipy exclusively uses the newer NumPy module
instead of the older Numeric module.  The confusion is inevitable in
this time of transition, but their intent is to standardize on one
array package.

Brendan
--
Brendan Simons



mclaugb wrote:
> This page documents the differences.  It seems that NumPy is supported and
> more recent.
> http://numeric.scipy.org/
>
>
> "linda.s" <samrobertsmith at gmail.com> wrote in message
> news:mailman.1482.1139225595.27775.python-list at python.org...
> On 2/6/06, mclaugb <mclaugb at nospm.yahoo.com> wrote:
> > Has anyone recompiled the Scientific Computing package using NumPy instead
> > of Numeric?
> > I need a least squares algorithm and a Newton Rhaphson algorithm which is
> > contained in Numeric but all the documentation out there says that Numeric
> > is crap and all code should be using NumPy.
> > Thanks,
> > Bryan
> what is the relationship between Numeric and Numpy?




More information about the Python-list mailing list