From da139f1c4ed6d544ecfb81f78bdd0879eef4742f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Tue, 27 May 2014 20:39:51 -0400 Subject: [PATCH] Move removal of deprated functionality by one version --- TODO.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/TODO.txt b/TODO.txt index 47d4ec90..adc70f48 100644 --- a/TODO.txt +++ b/TODO.txt @@ -2,15 +2,12 @@ Remember to list any API changes below in `doc/source/api_changes.txt`. Version 0.12 ------------ -- Change `label` to mark background as 0, not -1, which is consistent with +* Change `label` to mark background as 0, not -1, which is consistent with SciPy's labelling. -- Remove `skimage.morphology.label` from `skimage.morphology.__init__`--it now +* Remove `skimage.morphology.label` from `skimage.morphology.__init__`--it now lives in `skimage.measure.label`. - -Version 0.11 ------------- * Remove deprecated `reverse_map` parameter of `skimage.transform.warp` -* Change depecrated `enforce_connectivity=False`on skimage.segmentation.slic +* Change depecrated `enforce_connectivity=False` on skimage.segmentation.slic and set it to True as default * Remove deprecated `skimage.measure.fit.BaseModel._params` attribute * Remove deprecated `skimage.measure.fit.BaseModel._params`,