DOC: update TODO.txt to mention eventual removal of _mode_deprecations

This commit is contained in:
Gregory R. Lee
2015-08-14 10:10:50 -04:00
parent 1303317512
commit beff4d5845
+4
View File
@@ -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
------------