From 74864966ac10fe730fd38372a57dd99ce7461ec1 Mon Sep 17 00:00:00 2001 From: Nicolas Pinto Date: Mon, 13 Feb 2012 09:41:02 -0500 Subject: [PATCH] STY: move 'util.shape' contributors to CONTRIBUTORS.txt --- CONTRIBUTORS.txt | 4 ++++ skimage/util/shape.py | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 8f479945..bea4d230 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -3,6 +3,7 @@ - Nicolas Pinto Colour spaces and filters + Shape views: ``shape.view_as_windows`` and ``shape.view_as_blocks`` - Damian Eads Morphological operators @@ -93,3 +94,6 @@ - Gaƫl Varoquaux Harris corner detector + +- Nicolas Poilvert + Shape views: ``shape.view_as_windows`` and ``shape.view_as_blocks`` diff --git a/skimage/util/shape.py b/skimage/util/shape.py index c0eeb40d..7d796405 100644 --- a/skimage/util/shape.py +++ b/skimage/util/shape.py @@ -1,7 +1,3 @@ -# Authors: Nicolas Poilvert -# Nicolas Pinto -# License: BSD 3-clause - __all__ = ['view_as_blocks', 'view_as_windows'] import numpy as np