[SciPy-Dev] ANN: SciPy 0.12.0 release

Orion Poplawski orion at cora.nwra.com
Fri Apr 12 18:59:34 EDT 2013


On 04/07/2013 02:09 PM, Ralf Gommers wrote:
> We are pleased to announce the availability of SciPy 0.12.0.

I'm getting a segfault in the tests with python3 and numpy 1.7.1 and atlas 3.8.4:

python3 -c 'import scipy; scipy.test("test_ticket_1645",2)'
Running unit tests for scipy
NumPy version 1.7.1
NumPy is installed in /usr/lib64/python3.3/site-packages/numpy
SciPy version 0.12.0
SciPy is installed in 
/scratch/orion/redhat/BUILDROOT/scipy-0.12.0-1.fc20.x86_64/usr/lib64/python3.3/site-packages/scipy
Python version 3.3.1 (default, Apr 10 2013, 12:41:18) [GCC 4.8.0 20130320 (Red 
Hat 4.8.0-0.18)]
nose version 1.3.0
runTest (test_interpolate_wrapper.Test) ... ok
vtest_ticket_1645 (test_lapack.TestRegression) ... Segmentation fault

The segfault may be a python3 bug (http://bugs.python.org/issue17706) trying 
to handle a lapack error message.  The lapack error is:

"On entry to SGERQF parameter number 7 had an illegal value"

Perhaps that is useful.


http://www.scipy.org/BugReport seems to not point me anywhere useful.


-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA, Boulder/CoRA Office             FAX: 303-415-9702
3380 Mitchell Lane                       orion at nwra.com
Boulder, CO 80301                   http://www.nwra.com



More information about the SciPy-Dev mailing list