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 ~~~~~~~~~~~~~