Add change in random_walker default mode to TODO

This commit is contained in:
Juan Nunez-Iglesias
2013-10-08 13:28:39 +11:00
parent bfaf89e2f3
commit 0680f59fe1
+2
View File
@@ -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
-----------