[SciPy-dev] Freeze Thursday at 5:00pm until further notice

Nils Wagner nwagner at mecha.uni-stuttgart.de
Thu Nov 10 03:14:56 EST 2005


Nils Wagner wrote:
>Travis Oliphant wrote:
>  
>>Thursday evening I'm going to move the contents of newscipy and newcore 
>>to the  trunk positions on the scipy svn tree and copy the current trunk 
>>contents to branches/oldscipy branches/oldcore
>>
>>To prepare for this.  Please make all commits by Thursday at 5:00pm. 
>>
>>I will also tag the contents of the tree at that point and make a 
>>release of both packages (and a final-final Numeric release).
>>
>>The scipy_core version number will be 0.6
>>
>>Please respond with comments or concerns.
>>
>>-Travis
>>
>>_______________________________________________
>>Scipy-dev mailing list
>>Scipy-dev at scipy.net
>>http://www.scipy.net/mailman/listinfo/scipy-dev
>> 
>>    
>
>Hi Travis,
>
>The segfault is still there
>
>check_djbfft (scipy.fftpack.basic.test_basic.test_fft)
>Program received signal SIGSEGV, Segmentation fault.
>[Switching to Thread 46912509469440 (LWP 4397)]
>0x00002aaab66117d1 in array_getattr (self=0x2aaab60e9760, name=<value
>optimized out>) at arrayobject.c:2206
>warning: Source file is more recent than executable.
>
>2206                inter->strides = (Py_intptr_t *)self->strides;
>(gdb) bt
>#0  0x00002aaab66117d1 in array_getattr (self=0x2aaab60e9760,
>name=<value optimized out>) at arrayobject.c:2206
>#1  0x00002aaaaac1dc90 in PyObject_GetAttrString () from
>/usr/lib64/libpython2.4.so.1.0
>#2  0x00002aaaabb54b68 in PyArray_FromAny (op=0x2aaab60e9760,
>typecode=<value optimized out>, min_depth=0, max_depth=0,
>    requires=64) at arrayobject.c:5377
>#3  0x00002aaaabb5ed5b in _array_fromobject (ignored=<value optimized
>out>, args=<value optimized out>,
>    kws=<value optimized out>) at multiarraymodule.c:2959
>
>  
>>>>print scipy.__core_version__
>>>>        
>0.4.3.1456
>  
>>>>print scipy.__scipy_version__
>>>>        
>0.4.2_1429
>
>Nils
>
>_______________________________________________
>Scipy-dev mailing list
>Scipy-dev at scipy.net
>http://www.scipy.net/mailman/listinfo/scipy-dev
>  

Oops - I forgot python setup.py install. Sorry for the noise !
Only two failures
======================================================================
FAIL: limited-memory bound-constrained BFGS algorithm
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/lib64/python2.4/site-packages/scipy/optimize/tests/test_optimize.py",
line 120, in check_l_bfgs_b
    assert err < 1e-6
AssertionError

======================================================================
FAIL: limited-memory bound-constrained BFGS algorithm
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/lib64/python2.4/site-packages/scipy/optimize/tests/test_optimize.py",
line 120, in check_l_bfgs_b
    assert err < 1e-6
AssertionError

----------------------------------------------------------------------
Ran 1348 tests in 3.008s

FAILED (failures=2)

Nils




More information about the SciPy-Dev mailing list