[SciPy-dev] 0.7.0 release
Nils Wagner
nwagner@iam.uni-stuttgart...
Mon Apr 7 14:15:49 CDT 2008
On Mon, 7 Apr 2008 08:46:01 -0700
"Jarrod Millman" <millman@berkeley.edu> wrote:
> On Mon, Apr 7, 2008 at 7:03 AM, Ondrej Certik
><ondrej@certik.cz> wrote:
>> what are the release plans for 0.7.0? SciPy svn
>>contains a lot of new
>> improvements (especially the sparse solvers) that I
>>need. I tried to
>> create a Debian package from the scipy svn version,
>>just to see if it
>> works and it seems to be ok. However, when I run tests,
>>I got a lot of
>> errors (see below).
>
> I have been busy trying to get NumPy 1.0.5. out, which I
>hope will
> happen this week. As soon as that is released I will
>turn my
> attention to SciPy. SciPy 0.7 requires NumPy 1.0.5. So
>you may need
> to use the NumPy trunk.
>
> As far as I am concerned, I think getting SciPy 0.7 out
>will mostly
> require make sure all the test run and that are no other
>regressions.
Here are the corresponding tickets
http://projects.scipy.org/scipy/scipy/ticket/375
http://projects.scipy.org/scipy/scipy/ticket/584
http://projects.scipy.org/scipy/scipy/ticket/586
http://projects.scipy.org/scipy/scipy/ticket/611
BTW, I found two failures
======================================================================
FAIL: test_imresize (test_pilutil.TestPILUtil)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/scipy/testing/decorators.py",
line 83, in skipper
return f(*args, **kwargs)
File
"/usr/lib/python2.4/site-packages/scipy/misc/tests/test_pilutil.py",
line 25, in test_imresize
assert_equal(im1.shape,(11,22))
File
"/usr/lib/python2.4/site-packages/numpy/testing/utils.py",
line 137, in assert_equal
assert_equal(len(actual),len(desired),err_msg,verbose)
File
"/usr/lib/python2.4/site-packages/numpy/testing/utils.py",
line 145, in assert_equal
assert desired == actual, msg
AssertionError:
Items are not equal:
ACTUAL: 0
DESIRED: 2
======================================================================
FAIL: test_namespace (test_formula.TestFormula)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/lib/python2.4/site-packages/scipy/stats/models/tests/test_formula.py",
line 119, in test_namespace
self.assertEqual(xx.namespace, Y.namespace)
AssertionError: {} != {'Y': array([ 0, 2, 4, 6, 8, 10,
12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38,
40,
42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64,
66, 68, 70, 72, 74, 76, 78, 80, 82,
84, 86, 88, 90, 92, 94, 96, 98]), 'X': array([ 0,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41,
42, 43, 44, 45, 46, 47, 48, 49])}
----------------------------------------------------------------------
Ran 2025 tests in 55.207s
FAILED (failures=2, errors=5)
Nils
More information about the Scipy-dev
mailing list