forked from scikit-image/scikit-image
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise warning for sigma parameter and add to TODO for next release
- Loading branch information
Showing
2 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Version 0.10 | ||
------------ | ||
* Remove deprecated functions: | ||
- ``skimage.filter.rank.*`` | ||
* Remove deprecated parameter ``epsilon`` of ``skimage.viewer.LineProfile`` | ||
* Remove backwards-compatability of ``skimage.measure.regionprops`` | ||
* 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` | ||
|
||
Version 0.9 | ||
----------- | ||
* Remove deprecated functions | ||
- ``skimage.filter.denoise_tv_chambolle`` | ||
- ``skimage.morphology.is_local_maximum`` | ||
- ``skimage.transform.hough`` | ||
- ``skimage.transform.probabilistic_hough`` | ||
- ``skimage.transform.hough_peaks`` | ||
- `skimage.filter.denoise_tv_chambolle` | ||
- `skimage.morphology.is_local_maximum` | ||
- `skimage.transform.hough` | ||
- `skimage.transform.probabilistic_hough` | ||
- `skimage.transform.hough_peaks` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters