Move removal of deprated functionality by one version

This commit is contained in:
Johannes Schönberger
2014-05-27 20:39:51 -04:00
parent 6546b9dba4
commit a06956430d
+3 -6
View File
@@ -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`,