From 9f8e904b6671723b3fbbf2748737cc1a09f3916d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Tue, 6 Aug 2013 14:30:51 +0200 Subject: [PATCH] Add note about backwards compatibility to TODO.txt --- TODO.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.txt b/TODO.txt index 2067d036..7ad40875 100644 --- a/TODO.txt +++ b/TODO.txt @@ -3,6 +3,7 @@ Version 0.10 * Remove deprecated functions: - ``skimage.filter.rank.*`` * Remove deprecated parameter ``epsilon`` of ``skimage.viewer.LineProfile`` +* Remove backwards-compatability of ``skimage.measure.regionprops`` Version 0.9 -----------