From 2d5a2055d00f3f6a7ff394b8de1dd96e1fb90366 Mon Sep 17 00:00:00 2001 From: Gil Wassermann Date: Mon, 1 Aug 2016 08:24:20 -0400 Subject: [PATCH] DOC: Added smoothing filter to whatsnew --- 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 b27b8b5b..f92ad68d 100644 --- a/docs/source/whatsnew/1.0.2.txt +++ b/docs/source/whatsnew/1.0.2.txt @@ -26,6 +26,9 @@ Enhancements :meth:`~zipline.pipeline.factors.Factor.top`, and :meth:`~zipline.pipeline.factors.Factor.bottom`. (:issue:`1349`). +- Added a smoothing filter that adds 'stickiness' to its input, + making boolean designations less volatile over time. (:issue:`1358`) + Bug Fixes ~~~~~~~~~