[SciPy-Dev] ANN: Numpy 1.6.0 beta 1

Russell E. Owen rowen at uw.edu
Tue Mar 29 18:22:31 EDT 2011


In article 
<AANLkTi=eeg8KL7639imRTL-iHg1ncqYoLDDSiD5tfYvs at mail.gmail.com>,
 Ralf Gommers <ralf.gommers at googlemail.com> wrote:

> Hi,
> 
> I am pleased to announce the availability of the first beta of NumPy
> 1.6.0. Due to the extensive changes in the Numpy core for this
> release, the beta testing phase will last at least one month. Please
> test this beta and report any problems on the Numpy mailing list.
> 
> Sources and binaries can be found at:
> http://sourceforge.net/projects/numpy/files/NumPy/1.6.0b1/
> For (preliminary) release notes see below.

Great!

FYI: it works for me on MacOS X 10.5.8 with python.org python 2.6.6:

python setup.py build --fcompiler=gnu95
python setup.py install
cd ..
python -Wd -c 'import numpy; numpy.test()'

NumPy version 1.6.0b1
NumPy is installed in 
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-pack
ages/numpy
Python version 2.6.6 (r266:84374, Aug 31 2010, 11:00:51) [GCC 4.0.1 
(Apple Inc. build 5493)]
nose version 0.11.4
...
Ran 3399 tests in 25.474s

OK (KNOWNFAIL=3, SKIP=1)

-- Russell




More information about the SciPy-Dev mailing list