From 9c6aa0cd583a62308f98a9f424acf34449dad028 Mon Sep 17 00:00:00 2001 From: Gil Wassermann Date: Fri, 22 Jul 2016 15:21:18 -0400 Subject: [PATCH] DOC: Added documentation about window-safe filters --- docs/source/whatsnew/1.0.2.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/whatsnew/1.0.2.txt b/docs/source/whatsnew/1.0.2.txt index 303f849e..076f5776 100644 --- a/docs/source/whatsnew/1.0.2.txt +++ b/docs/source/whatsnew/1.0.2.txt @@ -18,6 +18,9 @@ Enhancements - Allow correlations and regressions to be computed between two 2D factors by doing computations asset-wise (:issue:`1307`). +- Filters have been made window_safe by default. Now they can be passed in as + arguments to other Filters, Factors and Classifiers (:issue:`1338`). + Bug Fixes ~~~~~~~~~