From e0e18bc328d15c199f6e3280f6c3316bff04fdfa Mon Sep 17 00:00:00 2001 From: Nathan Wolfe Date: Wed, 29 Jun 2016 13:47:56 -0400 Subject: [PATCH] DOC: Add `AverageDollarVolume` change to release notes. --- docs/source/whatsnew/1.0.2.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/whatsnew/1.0.2.txt b/docs/source/whatsnew/1.0.2.txt index 348dc076..f88bf8c8 100644 --- a/docs/source/whatsnew/1.0.2.txt +++ b/docs/source/whatsnew/1.0.2.txt @@ -15,7 +15,10 @@ Enhancements Bug Fixes ~~~~~~~~~ -None +- Changes :class:`~zipline.pipeline.factors.AverageDollarVolume` built-in + factor to treat missing close or volume values as 0. Previously, NaNs were + simply discarded before averaging, giving the remaining values too much + weight (:issue:`1309`). Documentation ~~~~~~~~~~~~~