diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index e399bc7b..692741bb 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -44,6 +44,9 @@ Bug Fixes the ``len`` of a :class:`~zipline.protocol.SIDData` object. This would cause us to think that the object was not empty even when it was (:issue:`826`). +* Fixes an error raised in calculating beta when benchmark data were sparse. + Instead `numpy.nan` is returned (:issue:`859`). + Performance ~~~~~~~~~~~