[SciPy-Dev] ANN: Scipy 0.13.1 release

Ralf Gommers ralf.gommers at gmail.com
Sun Nov 17 10:55:10 EST 2013


On Sun, Nov 17, 2013 at 4:44 PM, Jack Howarth <howarth at bromo.med.uc.edu>wrote:

> On Sun, Nov 17, 2013 at 10:53:13AM +0100, Ralf Gommers wrote:
> > Hi,
> >
> > I'm happy to announce the availability of the scipy 0.13.1 release. This
> is
> > a bugfix only release; it contains several fixes for issues in ndimage.
> > Thanks to Pauli Virtanen and Ray Jones for fixing these issues quickly.
> >
> > Source tarballs, binaries and release notes can be found at
> > http://sourceforge.net/projects/scipy/files/scipy/0.13.1/.
> >
> > Cheers,
> > Ralf
>
> Ralf,
>    Unfortunately, the scipy 0.13.1 release has introduced two new failures
> on the
> x86_64-apple-darwin11 target...
>

Hi Jack. Not sure what is going on here. There were no changes at all in
the linalg module and the release was made the exact same way as the 0.13.0
release (on OS X 10.6, but that should not matter in this case). So I
suspect that either this is an intermittent failure or you changed
something on your end.

Did you install from git or from the zipped source release? Any change in
compilers you used?

Ralf



> FAIL: test_cases (test_solvers.TestSolveLyapunov)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "/sw/src/fink.build/root-scipy-py26-0.13.1-1/sw/lib/python2.6/site-packages/scipy/linalg/tests/test_solvers.py",
> line 45, in test_cases
>     self.check_continuous_case(case[0], case[1])
>   File
> "/sw/src/fink.build/root-scipy-py26-0.13.1-1/sw/lib/python2.6/site-packages/scipy/linalg/tests/test_solvers.py",
> line 37, in check_continuous_case
>     assert_array_almost_equal(np.dot(a, x) + np.dot(x,
> a.conj().transpose()), q)
>   File "/sw/lib/python2.6/site-packages/numpy/testing/utils.py", line 811,
> in assert_array_almost_equal
>     header=('Arrays are not almost equal to %d decimals' % decimal))
>   File "/sw/lib/python2.6/site-packages/numpy/testing/utils.py", line 644,
> in assert_array_compare
>     raise AssertionError(msg)
> AssertionError:
> Arrays are not almost equal to 6 decimals
>
> (mismatch 100.0%)
>  x: array([[ 0.66940063,  1.82351325,  0.09693803,  0.74958987,
>  5.37149648],
>        [ 2.35737286, -1.68687652, -1.11483151,  2.92536995,  5.39661969],
>        [ 0.08560546, -1.49569258,  2.3794113 ,  0.51512191,
>  6.00411424],...
>  y: array([[2, 4, 1, 0, 1],
>        [4, 1, 0, 2, 0],
>        [1, 0, 3, 0, 3],...
>
> ======================================================================
> FAIL: test_cases (test_solvers.TestSolveSylvester)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "/sw/src/fink.build/root-scipy-py26-0.13.1-1/sw/lib/python2.6/site-packages/scipy/linalg/tests/test_solvers.py",
> line 179, in test_cases
>     self.check_case(case[0], case[1], case[2])
>   File
> "/sw/src/fink.build/root-scipy-py26-0.13.1-1/sw/lib/python2.6/site-packages/scipy/linalg/tests/test_solvers.py",
> line 175, in check_case
>     assert_array_almost_equal(np.dot(a, x) + np.dot(x, b), c)
>   File "/sw/lib/python2.6/site-packages/numpy/testing/utils.py", line 811,
> in assert_array_almost_equal
>     header=('Arrays are not almost equal to %d decimals' % decimal))
>   File "/sw/lib/python2.6/site-packages/numpy/testing/utils.py", line 644,
> in assert_array_compare
>     raise AssertionError(msg)
> AssertionError:
> Arrays are not almost equal to 6 decimals
>
> (mismatch 25.0%)
>  x: array([[  1.00000000e+00,   0.00000000e+00,   0.00000000e+00,
>           0.00000000e+00],
>        [  0.00000000e+00,   1.00000000e+00,   0.00000000e+00,...
>  y: array([[ 1.,  0.,  0.,  0.],
>        [ 0.,  1.,  0.,  0.],
>        [ 0.,  0.,  1.,  0.],
>        [ 0.,  0.,  0.,  1.]])
>
> ----------------------------------------------------------------------
> Ran 8933 tests in 186.410s
>
> FAILED (KNOWNFAIL=114, SKIP=210, failures=2)
>
> whereas both x86_64-apple-darwin12 and x86_64-apple-darwin13, there are no
> failures.
>
> OK (KNOWNFAIL=114, SKIP=203)
>
> What darwin releases was this update tested on?
>                Jack
> >
> >
> >
> > ==========================
> > SciPy 0.13.1 Release Notes
> > ==========================
> >
> > SciPy 0.13.1 is a bug-fix release with no new features compared to
> 0.13.0.
> > The only changes are several fixes in ``ndimage``, one of which was a
> > serious
> > regression in ``ndimage.label`` (Github issue 3025), which gave
> > incorrect results in 0.13.0.
> >
> > Issues fixed
> > ------------
> >
> > - 3025: ``ndimage.label`` returns incorrect results in scipy 0.13.0
> > - 1992: ``ndimage.label`` return type changed from int32 to uint32
> > - 1992: ``ndimage.find_objects`` doesn't work with int32 input in some
> cases
>
> > _______________________________________________
> > SciPy-Dev mailing list
> > SciPy-Dev at scipy.org
> > http://mail.scipy.org/mailman/listinfo/scipy-dev
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20131117/9d25aae4/attachment.html>


More information about the SciPy-Dev mailing list