Documented the API change of gaussian and median.

This commit is contained in:
emmanuelle
2016-06-15 12:21:52 +02:00
parent c8b13f4825
commit cc40e0c37a
+3
View File
@@ -6,6 +6,9 @@ Version 0.13
- Deprecated filters `hsobel`, `vsobel`, `hscharr`, `vscharr`, `hprewitt`,
`vprewitt`, `roberts_positive_diagonal`, `roberts_negative_diagonal` have
been removed from `skimage.filters.edges`.
- The `sigma` parameter of `skimage.filters.gaussian` and the `selem` parameter
of `skimage.filters.median` have been made optional, with default
values.
Version 0.12
------------