[Numpy-discussion] SciPy SVN altered so that newscipy and newcore are now the trunk.

Travis Oliphant oliphant at ee.byu.edu
Thu Nov 10 16:29:38 EST 2005


I've finished altering the subversion repository of SciPy so that the 
new development is taking place on the trunk  of both scipy and scipy_core.

The old versions are under branches named oldcore and oldscipy.

Get the new repositor(y,ies) using:

*Core*:
svn co http://svn.scipy.org/svn/scipy_core/trunk core

*Full SciPy*:
svn co http://svn.scipy.org/svn/scipy/trunk scipy

Doing both will place two directories named core and scipy in your 
current directory containing the current state of both repositories.

python setup.py install   should work in each directory.

The Freeze is now over.  I want to track down the bug that Christopher 
Hanley noted and another f2py-related bug before making a release, which 
I expect to happen by the weekend.

-Travis





More information about the NumPy-Discussion mailing list