On 08/17/2010 11:51 AM, Sandro Tosi wrote: > Hello, > > On Tue, Aug 17, 2010 at 17:23, Ralf Gommers<[email protected]> > 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, On my 64-bit Fedora system all the following Python versions pass all the tests: Python2.4 Python2.5 Python2.6 Python2.7 Python3.1 Python3.2 alpha
There appears to a common warning that, in at least using Python2.7, comes from this test: Tests masked_unary_operation ... Warning: divide by zero encountered in log ok It is really great to have both Python 3.1 and 3.2 working! Bruce _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
