[SciPy-User] ANN: scipy 0.8.0 release candidate 3
Bruce Southey
bsouthey at gmail.com
Mon Jul 19 14:42:32 EDT 2010
On Thu, Jul 15, 2010 at 10:27 AM, Ralf Gommers
<ralf.gommers at googlemail.com> wrote:
> I'm pleased to announce the availability of the third release candidate of
> SciPy 0.8.0. The only changes compared to rc2 are a fix for a regression in
> interpolate.Rbf and some fixes for failures on 64-bit Windows. If no more
> problems are reported, the final release will be available in one week.
>
> SciPy is a package of tools for science and engineering for Python. It
> includes modules for statistics, optimization, integration, linear algebra,
> Fourier transforms, signal and image processing, ODE solvers, and more.
>
> This release candidate release comes one and a half year after the 0.7.0
> release and contains many new features, numerous bug-fixes, improved test
> coverage, and better documentation. Please note that SciPy 0.8.0rc3
> requires Python 2.4-2.6 and NumPy 1.4.1 or greater.
>
> For more information, please see the release notes:
> http://sourceforge.net/projects/scipy/files/scipy/0.8.0rc3/NOTES.txt/view
>
> You can download the release from here:
> https://sourceforge.net/projects/scipy/
> Python 2.5/2.6 binaries for Windows and OS X are available, as well as
> source tarballs for other platforms and the documentation in pdf form.
>
> Thank you to everybody who contributed to this release.
>
> Enjoy,
> Ralf
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
>
Hi,
I do not have any errors with Fedora 13 Python 2.6 version.
This bug still prevents building scipy under Python 2.7:
http://projects.scipy.org/scipy/ticket/1180
There are four tests that fail under Python2.4 with my Linux 64bit
system. The first is due to 'functools' which is new in Python 2.5
(http://docs.python.org/library/functools.html) and the rest are from
the same problem. I have not had the time yet to look further at
these. Also, I have to update by SVN to see what Python 2.4 issues are
present.
My Unladen Swallow 2009Q4 build (python 2.6) crashes during tests:
test_singular (test_linsolve.TestLinsolve) ... ok
test_twodiags (test_linsolve.TestLinsolve) ... ok
test_linsolve.TestSplu.test_lu_refcount ... ok
test_linsolve.TestSplu.test_spilu_nnz0 ... Fatal Python error: UNREF
invalid object
Aborted
I have Unladen Swallow out of curiosity so I don't really care about
this problem. Since the standard Python 2.6 runs it may just be that
version Unladen Swallow.
Python 2.5 is missing because it not built correctly (I get one error
due to missing _md5 modules as a result).
Bruce
Python 2.4.5 (#1, Oct 6 2008, 09:54:35)
[GCC 4.3.2 20080917 (Red Hat 4.3.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy as np
>>> import scipy as sp
>>> np.__version__
'2.0.0.dev8391'
>>> sp.__version__
'0.8.0rc3'
======================================================================
ERROR: Failure: ImportError (No module named functools)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/nose/loader.py", line
363, in loadTestsFromName
module = self.importer.importFromPath(
File "/usr/local/lib/python2.4/site-packages/nose/importer.py", line
39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/local/lib/python2.4/site-packages/nose/importer.py", line
84, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/usr/local/lib/python2.4/site-packages/scipy/io/matlab/tests/test_mio.py",
line 11, in ?
from functools import partial
ImportError: No module named functools
======================================================================
ERROR: test suite
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/nose/suite.py", line 154, in run
self.setUp()
File "/usr/local/lib/python2.4/site-packages/nose/suite.py", line
180, in setUp
if not self:
File "/usr/local/lib/python2.4/site-packages/nose/suite.py", line
65, in __nonzero__
test = self.test_generator.next()
File "/usr/local/lib/python2.4/site-packages/nose/loader.py", line
221, in generate
for test in g():
File "/usr/local/lib/python2.4/site-packages/scipy/io/tests/test_netcdf.py",
line 52, in test_read_write_files
f = netcdf_file('simple.nc')
File "/usr/local/lib/python2.4/site-packages/scipy/io/netcdf.py",
line 182, in __init__
self._read()
File "/usr/local/lib/python2.4/site-packages/scipy/io/netcdf.py",
line 411, in _read
self._read_var_array()
File "/usr/local/lib/python2.4/site-packages/scipy/io/netcdf.py",
line 451, in _read_var_array
(name, dimensions, shape, attributes,
File "/usr/local/lib/python2.4/site-packages/scipy/io/netcdf.py",
line 533, in _read_var
dimname = self._dims[dimid]
TypeError: list indices must be integers
======================================================================
ERROR: test suite
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/nose/suite.py", line 154, in run
self.setUp()
File "/usr/local/lib/python2.4/site-packages/nose/suite.py", line
180, in setUp
if not self:
File "/usr/local/lib/python2.4/site-packages/nose/suite.py", line
65, in __nonzero__
test = self.test_generator.next()
File "/usr/local/lib/python2.4/site-packages/nose/loader.py", line
221, in generate
for test in g():
File "/usr/local/lib/python2.4/site-packages/scipy/io/tests/test_netcdf.py",
line 91, in test_read_write_sio
f2 = netcdf_file(eg_sio2)
File "/usr/local/lib/python2.4/site-packages/scipy/io/netcdf.py",
line 182, in __init__
self._read()
File "/usr/local/lib/python2.4/site-packages/scipy/io/netcdf.py",
line 411, in _read
self._read_var_array()
File "/usr/local/lib/python2.4/site-packages/scipy/io/netcdf.py",
line 451, in _read_var_array
(name, dimensions, shape, attributes,
File "/usr/local/lib/python2.4/site-packages/scipy/io/netcdf.py",
line 533, in _read_var
dimname = self._dims[dimid]
TypeError: list indices must be integers
======================================================================
ERROR: test_netcdf.test_read_example_data
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/nose/case.py", line
182, in runTest
self.test(*self.arg)
File "/usr/local/lib/python2.4/site-packages/scipy/io/tests/test_netcdf.py",
line 119, in test_read_example_data
f = netcdf_file(fname, 'r')
File "/usr/local/lib/python2.4/site-packages/scipy/io/netcdf.py",
line 182, in __init__
self._read()
File "/usr/local/lib/python2.4/site-packages/scipy/io/netcdf.py",
line 411, in _read
self._read_var_array()
File "/usr/local/lib/python2.4/site-packages/scipy/io/netcdf.py",
line 451, in _read_var_array
(name, dimensions, shape, attributes,
File "/usr/local/lib/python2.4/site-packages/scipy/io/netcdf.py",
line 533, in _read_var
dimname = self._dims[dimid]
TypeError: list indices must be integers
----------------------------------------------------------------------
Ran 4258 tests in 43.713s
FAILED (KNOWNFAIL=13, SKIP=38, errors=4)
More information about the SciPy-User
mailing list