Merge pull request #1488 from danielwe/blob-float-sigma

Avoid truncating sigma to integer in blob detection (fixes tests for #1257)
This commit is contained in:
Stefan van der Walt
2015-05-14 23:42:01 -07:00
3 changed files with 76 additions and 64 deletions
+5
View File
@@ -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``.