[SciPy-Dev] ANN: SciPy 0.11.0 release candidate 1

Ralf Gommers ralf.gommers at googlemail.com
Fri Jul 20 12:30:05 EDT 2012


On Fri, Jul 20, 2012 at 10:16 AM, Scott Sinclair <
scott.sinclair.za at gmail.com> wrote:

> On 19 July 2012 22:17, Ralf Gommers <ralf.gommers at googlemail.com> wrote:
> >
> >
> > On Thu, Jul 19, 2012 at 10:15 PM, Christoph Gohlke <cgohlke at uci.edu>
> wrote:
> >>
> >> looks good: scipy 0.11.0rc1 builds and tests OK with numpy-MKL 1.6.2 on
> >> win32 and win-amd64, Python 2.6 to 3.2.
> >
> >
> > Great, thanks for the quick feedback!
> >>
> >>
> >> Only one known Weave test error on Python 3.x. Could
>
> Python 2.5 - 3.2 look fine on Ubuntu Linux 64-bit (except for the
> weave error on Py3).
>
> On Python 2.4 I see some failures:
>
> Running unit tests for scipy
> NumPy version 1.6.2
> NumPy is installed in
>
> /home/scott/Downloads/scipy-0.11.0rc1/.tox/py24/lib/python2.4/site-packages/numpy
> SciPy version 0.11.0rc1
> SciPy is installed in
>
> /home/scott/Downloads/scipy-0.11.0rc1/.tox/py24/lib/python2.4/site-packages/scipy
> Python version 2.4.6 (#2, May 21 2012, 16:12:34) [GCC 4.6.3]
> nose version 1.1.2
> ...
> ======================================================================
> ERROR: adding a dense matrix to a sparse matrix
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "/home/scott/Downloads/scipy-0.11.0rc1/.tox/py24/lib/python2.4/site-packages/scipy/sparse/tests/test_base.py",
> line 573, in test_add_dense
>     sum1 = self.dat + self.datsp
>   File
> "/home/scott/Downloads/scipy-0.11.0rc1/.tox/py24/lib/python2.4/site-packages/scipy/sparse/dok.py",
> line 133, in __getitem__
>     raise TypeError('index must be a pair of integers or slices')
> TypeError: index must be a pair of integers or slices
>
> ======================================================================
> ERROR: test_matmat_sparse (test_base.TestDOK)
> ----------------------------------------------------------------------
>

There was a ticket for this, http://projects.scipy.org/scipy/ticket/1559,
and a PR to mark as knownfail (as it was on 0.10.0),
https://github.com/scipy/scipy/pull/237. For some reason this failure went
away on some platforms with 2.4, but apparently not for you. Since we had
already decided that this wasn't fixable for 2.4 and didn't understand why
PR-237 helped at all, I think we should just mark as knownfail now and be
done with it.

Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20120720/525e4c79/attachment.html>


More information about the SciPy-Dev mailing list