[SciPy-dev] newscipy

Nils Wagner nwagner at mecha.uni-stuttgart.de
Wed Oct 26 10:41:57 EDT 2005


Pearu Peterson wrote:
>On Wed, 26 Oct 2005, Nils Wagner wrote:
>
>  
>>How can I obtain information about the installed version of newscipy ?
>>
>>    
>>>>>scipy.base.__version__
>>>>>          
>>'0.4.3.1354'
>>
>>yields the current version of newcore.
>>    
>
>With recent newcore use
>
>In [1]: import scipy
>
>In [2]: scipy.__core_version__
>Out[2]: '0.4.3.1356'
>
>In [3]: scipy.__scipy_version__
>Out[3]: '0.4.2_1371'
>
>Pearu
>
>_______________________________________________
>Scipy-dev mailing list
>Scipy-dev at scipy.net
>http://www.scipy.net/mailman/listinfo/scipy-dev
>  
 Thank you - works fine for me.
>>> scipy.__core_version__
'0.4.3.1356'
>>> scipy.__scipy_version__
'0.4.2_1372'

BTW, scipy.test(1,10) yields
Ran 406 tests in 1.541s

FAILED (failures=6, errors=75)

Most errors are due to

AttributeError: 'module' object has no attribute 'has_column_major_storage'
error: failed in converting 1st keyword `s' of _fftpack.zfftnd to
C/Fortran array

Nils






More information about the SciPy-Dev mailing list