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" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> On 2/6/06, mclaugb <[EMAIL PROTECTED]> 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?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to