[Numpy-discussion] NumPy trunk is frozen for upcoming 1.0.4 release

Jarrod Millman millman at berkeley.edu
Sat Nov 3 05:02:50 EDT 2007


Hello,

NumPy 1.0.4 is almost out!  I will be tagging the release this Sunday
(11/4), so please be extra careful about anything you check-in over
the next 24 hours.  Once the tag is made, the trunk will be open for
changes.  I plan to announce the 1.0.4 release by Wednesday (11/7).

I am hoping that everyone will be able to take the time to test the
NumPy trunk this weekend and alert me of any problems.  Please
check-out the trunk, build it, and run the full test suite:

svn co http://svn.scipy.org/svn/numpy/trunk ./numpy-trunk
cd numpy-trunk
python setup.py build
sudo python setup.py install
python
import numpy
numpy.test(10,10)

Thanks,

--
Jarrod Millman
Computational Infrastructure for Research Labs
10 Giannini Hall, UC Berkeley
phone: 510.643.4014
http://cirl.berkeley.edu/



More information about the NumPy-Discussion mailing list