[SciPy-dev] Install of scipy core for current scipy users
by Travis Oliphant other posts by this author
Sep 30 2005 12:19AM messages near this date
[SciPy-dev] Re: Release of SciPy Core 0.4 (Beta)
|
[SciPy-dev] Release of SciPy Core 0.4 (Beta)
If you are a current user of scipy and want to try out the new scipy
core. You can do so.
However, the default install will change four __init__.py files on your
system (which will probably "break" the rest of scipy).
Hopefully we will get scipy as a whole to work with the new system
shortly. There has also been talk of putting together a simple install
to fixup the __init__ files so that old scipy and new scipy_core can
live together peacefully (anyone who can help with that is welcomed).
scipy\__init__.py
scipy\linalg\__init__.py
scipy\fftpack\__init__.py
scipy\stats\__init__.py
are the affected files.
The ones from scipy can just be copied back, but then you won't get the
functions from new scipy.
-Travis
_______________________________________________
Scipy-dev mailing list
Scipy-dev@[...].net
http://www.scipy.net/mailman/listinfo/scipy-dev
|