mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 09:24:44 +08:00
DOC: update TODO.txt to mention eventual removal of _mode_deprecations
This commit is contained in:
@@ -11,6 +11,10 @@ Version 0.13
|
||||
* Remove deprecated edge filters `hsobel`, `vsobel`, `hscharr`, `vscharr`,
|
||||
`hprewitt`, `vprewitt`, `roberts_positive_diagonal`,
|
||||
`roberts_negative_diagonal` in `skimage/filters/edges.py`
|
||||
* Remove supported for renamed edge mode, 'nearest' (it is now 'edge'). This
|
||||
involves removing the function _mode_deprecations from skimage._shared.utils
|
||||
as well as any uses of _mode_deprecations from restoration/_denoise.py,
|
||||
_shared/interpolation.pyx, transform/_geometric.py, and transform/_warps.py
|
||||
|
||||
Version 0.12
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user