In article 
<AANLkTi=eeg8kl7639imrtl-ihg1ncqyolddsid5tf...@mail.gmail.com>,
 Ralf Gommers <ralf.gomm...@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

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to