Remove SLIC deprecations for 0.10 from TODO.txt

This commit is contained in:
Juan Nunez-Iglesias
2014-04-09 17:58:10 +10:00
parent dcd822bf48
commit 39d6360eec
-2
View File
@@ -15,8 +15,6 @@ Version 0.10
* Remove deprecated functions in `skimage.filter.rank.*`
* Remove deprecated parameter `epsilon` of `skimage.viewer.LineProfile`
* Remove backwards-compatability of `skimage.measure.regionprops`
* Remove {`ratio`, `sigma`} deprecation warnings of `skimage.segmentation.slic`
and also remove explicit `sigma` parameter from doc-string example
* Change default mode of random_walker segmentation to 'cg_mg' > 'cg' > 'bf',
depending on which optional dependencies are available.
* Remove deprecated `out` parameter of `skimage.morphology.binary_*`