On Apr 3, 2009, at 11:18 AM, David Cournapeau wrote: > Hi, > > I am pleased to announce the release of the rc2 for numpy 1.3.0. I > have > decided to go for a rc2 instead of the release directly because of the > serious mac os X issue. You can find source tarballs and installers > for > both Mac OS X and Windows on the sourceforge page:
Installed on my PowerMac Intel running 10.5.6 and ActiveState 2.5.4.3 using the mpkg installer. Worked fine. tgrav% python ActivePython 2.5.4.3 (ActiveState Software Inc.) based on Python 2.5.4 (r254:67916, Jan 20 2009, 14:11:42) [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import numpy >>> print numpy.__version__ 1.3.0rc2 >>> numpy.test() Running unit tests for numpy NumPy version 1.3.0rc2 NumPy is installed in /Library/Frameworks/Python.framework/Versions/ 2.5/lib/python2.5/site-packages/numpy Python version 2.5.4 (r254:67916, Jan 20 2009, 14:11:42) [GCC 4.0.1 (Apple Computer, Inc. build 5250)] nose version 0.10.4 ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ................................................K....................... ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S.............................................................................................................................................................................................................................................................................................................................................................................................................................. ---------------------------------------------------------------------- Ran 2030 tests in 7.663s OK (KNOWNFAIL=1, SKIP=1) <nose.result.TextTestResult run=2030 errors=0 failures=0> >>> _______________________________________________ Numpy-discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
