From 62e72204e49874ddbba50c0d3e4cfd87dbe25388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Mon, 14 Oct 2013 18:15:28 +0200 Subject: [PATCH] Add deprecated is_rgb and is_gray functions to todo list --- TODO.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.txt b/TODO.txt index d62c1c09..dab6fb56 100644 --- a/TODO.txt +++ b/TODO.txt @@ -10,6 +10,8 @@ Version 0.10 * Remove deprecated parameter `depth` in `skimage.segmentation.random_walker` * Remove deprecated logger function in `skimage/__init__.py` * Remove deprecated function `filter.median_filter` +* Remove deprecated `skimage.color.is_gray` and `skimage.color.is_rgb` + functions Version 0.9 -----------