From f7289731a19a694f254b6446e4ac3b6200d14b3f Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 16 Oct 2013 17:12:37 +0200 Subject: [PATCH] Note deprecations under API changes. --- doc/source/api_changes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/api_changes.txt b/doc/source/api_changes.txt index c7293bc5..1f755635 100644 --- a/doc/source/api_changes.txt +++ b/doc/source/api_changes.txt @@ -5,6 +5,11 @@ Version 0.9 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. +- The following functions were deprecated over two releases: + `skimage.filter.denoise_tv_chambolle`, + `skimage.morphology.is_local_maximum`, `skimage.transform.hough`, + `skimage.transform.probabilistic_hough`,`skimage.transform.hough_peaks`. + Their functionality still exists, but under different names. Version 0.4 -----------