DOC: Added smoothing filter to whatsnew

This commit is contained in:
Gil Wassermann
2016-08-01 08:24:20 -04:00
parent 694d9e952a
commit 2d5a2055d0
+3
View File
@@ -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
~~~~~~~~~