From e7b36b56eee63713f9aa09bce297c62323c213b9 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sat, 12 Oct 2013 10:06:33 -0500 Subject: [PATCH] Add hough_circles change to API doc --- doc/source/api_changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/api_changes.txt b/doc/source/api_changes.txt index bf9ddb60..c7293bc5 100644 --- a/doc/source/api_changes.txt +++ b/doc/source/api_changes.txt @@ -3,6 +3,8 @@ Version 0.9 - No longer wrap ``imread`` output in an ``Image`` class - Change default value of `sigma` parameter in ``skimage.segmentation.slic`` to 0 +- ``hough_circle`` now returns a stack of arrays that are the same size as the + input image. Set the ``full_output`` flag to True for the old behavior. Version 0.4 -----------