From 0680f59fe170ef61934de0f447f48d269b28ce83 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Tue, 8 Oct 2013 13:28:39 +1100 Subject: [PATCH] Add change in random_walker default mode to TODO --- TODO.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.txt b/TODO.txt index 502961c8..db7ffe48 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,6 +4,8 @@ Version 0.10 * Remove deprecated parameter `epsilon` of `skimage.viewer.LineProfile` * Remove backwards-compatability of `skimage.measure.regionprops` * Remove {`ratio`, `sigma`} deprecation warnings of `skimage.segmentation.slic` +* Change default mode of random_walker segmentation to 'cg_mg' > 'cg' > 'bf', + depending on which optional dependencies are available. Version 0.9 -----------