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

Scott Sinclair scott.sinclair.za at gmail.com
Fri Jul 20 04:16:24 EDT 2012


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)
----------------------------------------------------------------------
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 471, in test_matmat_sparse
    assert_array_almost_equal( a2*bsp, a*b)
  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_radd (test_base.TestDOK)
----------------------------------------------------------------------
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 325, in test_radd
    c = a + b
  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_rsub (test_base.TestDOK)
----------------------------------------------------------------------
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 336, in test_rsub
    assert_array_equal((self.dat - self.datsp),[[0,0,0,0],[0,0,0,0],[0,0,0,0]])
  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: subtracting a dense matrix to/from 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 581, in test_sub_dense
    sum1 = 3*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

Cheers,
Scott



More information about the SciPy-Dev mailing list