[SciPy-dev] ANN: SciPy 0.7.0b1 (beta release)

josef.pktd at gmail.com josef.pktd at gmail.com
Wed Nov 26 11:25:46 EST 2008


Using windows installer on windowsXP, sse2, Pentium M: slow but no
errors or failures

>>> scipy.test(level=1)
Running unit tests for scipy
NumPy version 1.2.1
NumPy is installed in C:\Programs\Python25\lib\site-packages\numpy
SciPy version 0.7.0.dev5180
SciPy is installed in C:\Programs\Python25\lib\site-packages\scipy
Python version 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310
32 bit (Intel)]

Ran 3688 tests in 508.000s

OK (KNOWNFAIL=2, SKIP=31)
<nose.result.TextTestResult run=3688 errors=0 failures=0>


The only very minor caveat is a warning about not removing a temp
directory, but it is pretty common that installers and tests leave
some temporary files and directories lying around in the default temp
directory.
Just out of curiosity: which part of scipy is producing temporary
matrix market files, each test run is producing around 20 of those

file: tmpyqkvrg.mtx
---------
%%MatrixMarket matrix array complex hermitian
%
2 2
1.0000000000000000e+000 0.0000000000000000e+000
2.0000000000000000e+000 -3.0000000000000000e+000
4.0000000000000000e+000 0.0000000000000000e+000
----------

Josef



More information about the SciPy-Dev mailing list