Hi, Im new to scipy. I installed it and it seems to work, at least I can
import scipy
The tutorial at scipy.org/Wiki immediately start talking about the package scipy_base but I can`t seem to find it. What`s that about? thx
Bruce wrote:
Hi, Im new to scipy. I installed it and it seems to work, at least I can
import scipy
The tutorial at scipy.org/Wiki immediately start talking about the package scipy_base but I can`t seem to find it. What`s that about?
Which tutorial? scipy recently underwent some changes with the Numeric->numpy switch, and some of the documentation hasn't caught up. Notably, scipy_tutorial.pdf hasn't been updated to reflect the recent changes. Most of the functions in scipy_base have been folded into numpy. -- Robert Kern robert.kern@gmail.com "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter
scipy_tutorial.pdf is the one. Nothing wrong wiith my installation then, thanks On 2/14/06, Robert Kern <robert.kern@gmail.com> wrote:
Bruce wrote:
Hi, Im new to scipy. I installed it and it seems to work, at least I can
import scipy
The tutorial at scipy.org/Wiki immediately start talking about the package scipy_base but I can`t seem to find it. What`s that about?
Which tutorial? scipy recently underwent some changes with the Numeric->numpy switch, and some of the documentation hasn't caught up. Notably, scipy_tutorial.pdf hasn't been updated to reflect the recent changes. Most of the functions in scipy_base have been folded into numpy.
-- Robert Kern robert.kern@gmail.com
"In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter
_______________________________________________ SciPy-user mailing list SciPy-user@scipy.net http://www.scipy.net/mailman/listinfo/scipy-user
participants (2)
-
Bruce -
Robert Kern