Fixes according to PR feedback

This commit is contained in:
Stefan van der Walt
2014-11-10 13:16:25 +02:00
parent 75080e6f0d
commit 3ed648ea08
6 changed files with 65 additions and 69 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Version 0.11
------------
- The ``skimage.filter`` has been renamed to ``skimage.filters``.
- The ``skimage.filter`` subpackage has been renamed to ``skimage.filters``.
- Some edge detectors returned values greater than 1--their results are now
appropriately scaled with a factor of ``sqrt(2)``.