From 2c61928aa6de1f7d2fee79262773535189da5afd Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Thu, 27 Oct 2011 09:22:53 -0400 Subject: [PATCH] DOC: Add note about changed arguments for median_filter --- doc/source/api_changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/api_changes.txt b/doc/source/api_changes.txt index 9e6cf28c..57486723 100644 --- a/doc/source/api_changes.txt +++ b/doc/source/api_changes.txt @@ -3,3 +3,7 @@ Version 0.3 - Remove ``as_grey``, ``dtype`` keyword from ImageCollection - Remove ``dtype`` from imread - Generalise ImageCollection to accept a load_func + +Version 0.4 +----------- +- Switch mask and radius arguments for median_filter