Hello,

On Tue, Aug 17, 2010 at 17:23, Ralf Gommers <ralf.gomm...@googlemail.com> wrote:
> I am pleased to announce the availability of the second beta of NumPy 1.5.0.
> This will be the first NumPy release to include support for Python 3, as
> well as for Python 2.7.
>
> Please try this beta and report any problems on the NumPy mailing list.
> Especially with Python 3 testing will be very useful. On Linux and OS X
> building from source should be straightforward, for Windows a binary
> installer is provided. There is one important known issue on Windows left,
> in fromfile and tofile (ticket 1583).

(on a Debian system) I tested the build with python3.1, and it builds
fine (it seems) but I couldn't run numpy.test() since we still don't
have a nose for python3. anyhow the basic "print(numpy.__version__)"
worked.

On python2.6 and 2.5:

Running unit tests for numpy
NumPy version 1.5.0b2
NumPy is installed in
/home/morph/deb/tmp/numpy-1.5.0b2/inst/lib/python2.6/site-packages/numpy
Python version 2.6.5+ (release26-maint, Jul  6 2010, 12:58:20) [GCC 4.4.4]
nose version 0.11.1
...
Ran 2966 tests in 16.129s

OK (KNOWNFAIL=4, SKIP=4)

Running unit tests for numpy
NumPy version 1.5.0b2
NumPy is installed in
/home/morph/deb/tmp/numpy-1.5.0b2/inst/lib/python2.5/site-packages/numpy
Python version 2.5.5 (r255:77872, Apr 21 2010, 08:40:04) [GCC 4.4.3]
nose version 0.11.1
...
Ran 2952 tests in 15.670s

OK (KNOWNFAIL=4, SKIP=4)

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to