[SciPy-Dev] ANN: SciPy 0.11.0 beta 1 released

Scott Sinclair scott.sinclair.za at gmail.com
Thu Jun 14 03:11:40 EDT 2012


On 13 June 2012 19:56, Ralf Gommers <ralf.gommers at googlemail.com> wrote:
> I am pleased to announce the availability of the first beta release of SciPy
> 0.11.0.
>
> Please try this release and report any problems on the mailing list.

I see some Py3.2 test failures on a 64bit Ubuntu 12.04 machine. Py2.7
has no problems.

--------------------------------------------------
Running unit tests for scipy
NumPy version 1.6.2
NumPy is installed in /home/scott/.local/lib/python2.7/site-packages/numpy
SciPy version 0.11.0b1
SciPy is installed in
/home/scott/.virtualenvs/scipy-release-candidates/local/lib/python2.7/site-packages/scipy
Python version 2.7.3 (default, Apr 20 2012, 22:39:59) [GCC 4.6.3]
nose version 1.1.2

...

Ran 5480 tests in 48.055s

OK (KNOWNFAIL=13, SKIP=35)
--------------------------------------------------

--------------------------------------------------
Running unit tests for scipy
NumPy version 1.6.2
NumPy is installed in
/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/numpy
SciPy version 0.11.0b1
SciPy is installed in
/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/scipy
Python version 3.2.3 (default, May  3 2012, 15:51:42) [GCC 4.6.3]
nose version 1.1.2

...

======================================================================
ERROR: test_smoke_bisplrep_bisplev (test_fitpack.TestSmokeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/scipy/interpolate/tests/test_fitpack.py",
line 219, in test_smoke_bisplrep_bisplev
    self.check_5()
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/scipy/interpolate/tests/test_fitpack.py",
line 180, in check_5
    xy=makepairs(x,y)
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/scipy/interpolate/tests/test_fitpack.py",
line 32, in makepairs
    xy.shape=sh[0]*sh[1],sh[2]
IndexError: tuple index out of range

======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 'FileType')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/nose/failure.py",
line 37, in runTest
    raise self.exc_class(self.exc_val).with_traceback(self.tb)
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/nose/loader.py",
line 390, in loadTestsFromName
    addr.filename, addr.module)
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/nose/importer.py",
line 39, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/nose/importer.py",
line 86, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/scipy/weave/__init__.py",
line 22, in <module>
    from .blitz_tools import blitz
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/scipy/weave/blitz_tools.py",
line 6, in <module>
    from . import converters
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/scipy/weave/converters.py",
line 19, in <module>
    c_spec.file_converter(),
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/scipy/weave/c_spec.py",
line 74, in __init__
    self.init_info()
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/scipy/weave/c_spec.py",
line 264, in init_info
    self.matching_types = [types.FileType]
AttributeError: 'module' object has no attribute 'FileType'

======================================================================
FAIL: test_shortest_path.test_undirected(array([[ 0.,  3.,  3.,  1.,  3.],
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/nose/case.py",
line 198, in runTest
    self.test(*self.arg)
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/numpy/testing/utils.py",
line 800, in assert_array_almost_equal
    header=('Arrays are not almost equal to %d decimals' % decimal))
  File "/home/scott/.virtualenvs/scipy-py3/lib/python3.2/site-packages/numpy/testing/utils.py",
line 636, in assert_array_compare
    raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 6 decimals

(mismatch 16.0%)
 x: array([[ 0.,  3.,  3.,  1.,  3.],
       [ 3.,  0.,  6.,  2.,  4.],
       [ 3.,  6.,  0.,  4.,  6.],...
 y: array([[ 0.,  3.,  3.,  1.,  2.],
       [ 3.,  0.,  6.,  2.,  4.],
       [ 3.,  6.,  0.,  4.,  5.],...

----------------------------------------------------------------------
Ran 5343 tests in 53.577s

FAILED (KNOWNFAIL=13, SKIP=41, errors=2, failures=1)
--------------------------------------------------

Cheers,
Scott



More information about the SciPy-Dev mailing list