[Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

joep josef.pktd at gmail.com
Mon Sep 15 14:50:21 EDT 2008


all ok on python 2.4 WindowsXP  sse2
scipy test results are the same as with numpy 1.1.0

C:\Josef\work-oth\sort\pypi>python
Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)]
on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.version.version
'1.2.0rc2'
>>> numpy.test()
Running unit tests for numpy
NumPy version 1.2.0rc2
NumPy is installed in c:\programs\python24\lib\site-packages\numpy
Python version 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit
(Intel)]
nose version 0.10.3
................................................................................
................................................................................
................................................................................
..K..K..........................................................................
................................................................................
........................................K.......................................
.........................................Ignoring "The .NET Framework
SDK needs
to be installed before building extensions for Python." (one should
fix me in fc
ompiler/compaq.py)
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
..............
----------------------------------------------------------------------
Ran 1575 tests in 10.125s

OK (KNOWNFAIL=3)
<nose.result.TextTestResult run=1575 errors=0 failures=0>

(doesn't show details of known fails)


>>> import scipy
>>> scipy.version.version
'0.6.0'
>>> scipy.test()
Ran 1862 tests in 8.984s

FAILED (failures=4, errors=2)
<unittest._TextTestResult run=1862 errors=2 failures=4>




More information about the NumPy-Discussion mailing list