mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 02:57:33 +08:00
5ba3cad178
Docstring and TODO Update docstring Style fixes Update equalize_adapthist to use new view_as_windows Update equalize_adapthist to use new view_as_windows Try rbase again Update equalize_adapthist to use new view_as_windows Fix relative imports Style fixes Add a deprecation warning and add to api_changes.txt Update TODO and switch to 0.13 deprecation Preserve the current API as much as possible and defer to 0.14 Move the new kwarg to the very end Clarify deprecation warning Update to use row/col in clahe Update docstring Use optimal_step to set up view_as_windows Update equalize_adapthist to use new view_as_windows Try rbase again Update equalize_adapthist to use new view_as_windows Fix relative imports Style fixes Add a deprecation warning and add to api_changes.txt Update TODO and switch to 0.13 deprecation Preserve the current API as much as possible and defer to 0.14
39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
Remember to list any API changes below in `doc/source/api_changes.txt`.
|
|
|
|
Version 0.14
|
|
------------
|
|
* Remove deprecated ``ntiles_*` kwargs in ``equalize_adapthist``.
|
|
|
|
|
|
Version 0.13
|
|
------------
|
|
* Remove deprecated `None` defaults for `skimage.exposure.rescale_intensity`
|
|
* Remove deprecated `skimage.filters.canny` import in `filters/__init__.py`
|
|
file (canny is now in `skimage.feature.canny`).
|
|
* Don't forget to complete api_changes.txt.
|
|
(`GitHub discuss <https://github.com/scikit-image/scikit-image/pull/1113>`__ )
|
|
* Remove deprecated ``skimage.filter`` module.
|
|
* Remove deprecated edge filters `hsobel`, `vsobel`, `hscharr`, `vscharr`,
|
|
`hprewitt`, `vprewitt`, `roberts_positive_diagonal`,
|
|
`roberts_negative_diagonal` in `skimage/filters/edges.py`
|
|
|
|
|
|
|
|
Version 0.12
|
|
------------
|
|
* 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
|
|
lives in `skimage.measure.label`.
|
|
* Remove deprecated `reverse_map` parameter of `skimage.transform.warp`
|
|
* Change deprecated `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`,
|
|
`skimage.transform.ProjectiveTransform._matrix`,
|
|
`skimage.transform.PolynomialTransform._params`,
|
|
`skimage.transform.PiecewiseAffineTransform.affines_*` attributes
|
|
* Remove deprecated functions `skimage.filters.denoise_*`
|
|
* Add 3D phantom in `skimage.data`
|
|
* Add 3D test case of `skimage.feature.phase_correlate`
|