From 350c6b0ab2a60f58c09404fb92b6aee2d9cb7913 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Thu, 15 Oct 2009 15:26:09 +0200 Subject: [PATCH] Update tasks, link to docstandard. --- TASKS.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TASKS.txt b/TASKS.txt index bb03100c..93667e8c 100644 --- a/TASKS.txt +++ b/TASKS.txt @@ -27,7 +27,6 @@ or tests. * `Shortest paths `_ * `Grey-level co-occurrence matrices `_ * Marching squares (investigate patent issues) - * Cached ImageCollection from `supreme `_ * Nadav's bilateral filtering (first compare against CellProfile's code) * 2D iso-contour finding (sub-pixel precision) [ask Zach Pincus] * 2D image warping via thin-plate splines [ask Zach Pincus] @@ -99,7 +98,6 @@ etc. Write new functionality ``````````````````````` * Plugin structure for image IO -* Handle multi-page images (possibly as ImageCollection?) Complete the build process `````````````````````````` @@ -128,7 +126,9 @@ b.txt``) as well. Guidelines: ``````````` * All code should have tests. - * All code should be documented. + * All code should be documented, to the same + `standard `_ + as NumPy and SciPy. * Follow the `Python PEPs `_ where possible. * All major changes should be `posted for review