From 113c9984944f623755641c3d59910881b52296c8 Mon Sep 17 00:00:00 2001 From: Daniel Wennberg Date: Sat, 9 May 2015 20:41:55 +0200 Subject: [PATCH] Add note about blob detection api change --- 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 84625732..a8edfc3d 100644 --- a/doc/source/api_changes.txt +++ b/doc/source/api_changes.txt @@ -1,3 +1,8 @@ +Version 0.12 +------------ +- The functions ``blob_dog``, ``blob_log`` and ``blob_doh`` now return float + arrays instead of integer arrays. + Version 0.11 ------------ - The ``skimage.filter`` subpackage has been renamed to ``skimage.filters``.