Add hough_circles change to API doc

This commit is contained in:
Tony S Yu
2013-10-12 10:06:33 -05:00
parent 78410e059c
commit e7b36b56ee
+2
View File
@@ -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
-----------