[SciPy-dev] Now new svn of numpy is ready

Travis Oliphant oliphant at ee.byu.edu
Wed Jan 4 18:07:52 EST 2006


My previous post was pre-mature as the fixed numpy was only in the numpy 
branch.     I have now finished *merging* the changes from the numpy 
branch into the trunk so

svn co http://svn.scipy.org/svn/numpy/trunk numpy

should not only check out something that compiles and installs *but 
also* intalls into the numpy namespace

so that running in python

 >>> import numpy
 >>> numpy.test(1,1)

should work.

-Travis




More information about the SciPy-Dev mailing list