diff --git a/TODO.txt b/TODO.txt index 98e8653b..31c3e390 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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 ------------