mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 19:48:43 +08:00
Move removal of deprated functionality by one version
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user