From 74f8ae19f620dd115fab8b7e69f93dab4ad9098a Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Sun, 13 Dec 2015 14:47:01 +1100 Subject: [PATCH] Add note in TODO for deprecated use of integrate() --- TODO.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.txt b/TODO.txt index 3f73ebdb..04cb64f5 100644 --- a/TODO.txt +++ b/TODO.txt @@ -12,6 +12,7 @@ Version 0.14 add an alias LineModel = LineModelND. While the deprecated LineModel has for parameters `(dist, theta)`, LineModelND has the more general parameters `(origin, direction)`. +* Remove deprecated old syntax support for ``skimage.transform.integrate``. Version 0.13