Release plan for 0.8

Josh Warner silvertrumpet999 at gmail.com
Wed Jan 16 19:51:58 EST 2013


I'm getting a single test failure on Windows 7 x64 running Python 2.7.2 
32bit:

FAIL: test_rank.test_otsu
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\nose\case.py", line 187, in runTest
    self.test(*self.arg)
  File "S:\src\scikit-image\skimage\filter\rank\tests\test_rank.py", line 
337, in test_otsu
    assert_array_equal(th, res)
  File "C:\Python27\lib\site-packages\numpy\testing\utils.py", line 707, in 
assert_array_equal
    verbose=verbose, header='Arrays are not equal')
  File "C:\Python27\lib\site-packages\numpy\testing\utils.py", line 636, in 
assert_array_compare
    raise AssertionError(msg)
AssertionError:
Arrays are not equal

(mismatch 31.25%)
 x: array([[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
       [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
       [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],...
 y: array([[1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1],
       [1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1],
       [1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1],...


On Wednesday, January 16, 2013 1:42:43 PM UTC-6, Johannes Schönberger wrote:
>
> Hi everybody,
>
> a lot of features have been added since we released version 0.7 about 4 
> months ago.
>
> I therefore suggest to make a feature freeze for the next week until 
> January 23rd and only merge bugfixes in this time frame. Are there any 
> changes you want to see in 0.8?
>
> It would be great if we could test the current development version on all 
> common system environments to ensure we don't release a broken version. For 
> me it works on OSX 10.8, Python 2.7 and Ubuntu 12.10 32bit, Python 2.7.
>
> Regards, Johannes
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20130116/8e39b572/attachment.html>


More information about the scikit-image mailing list