From 9bc8fedad8c0996421dc13960280821aa61ae8cb Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 7 Nov 2009 23:46:23 +0200 Subject: [PATCH] Update tasks list. --- TASKS.txt | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/TASKS.txt b/TASKS.txt index 5e49bf99..ed544aba 100644 --- a/TASKS.txt +++ b/TASKS.txt @@ -76,22 +76,15 @@ Quoting a message from Lee Kamentsky to Stefan van der Walt sent on Thanks to Lee Kamentsky, Thouis Jones and Anne Carpenter and their colleagues who contributed. -Write new functionality -``````````````````````` -* Plugin structure for image IO - Rework linear filters ````````````````````` * Should take kernel or function for parameter (currently only takes function) * Kernel shape should be specifiable (currently defaults to image shape) * Due to the above, the tests run unnecessarily slowly -API generation for source distribution -`````````````````````````````````````` -The source package is currently distributed without the auto-generated API doc -sources. This means that users who download the source tar-file need to -install ``scikits.image`` before building docs. We can skirt the issue by -checking in the API files into the repository (done) -- but the doc build -process needs to be updated to use these distributed files if they cannot be -generated from source. +io +`` +* Update ``ImageCollection`` to initialise either from list of files or from + list of images. For example, ``ic = ImageCollection([img1, img2])``. +* Update ``qt_plugin.py`` to view collections.