DOC: Updated whatsnew for missing benchmarks handling

This commit is contained in:
Richard Frank
2015-11-19 09:40:13 -05:00
parent 34a842c052
commit 4237a08584
+3
View File
@@ -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
~~~~~~~~~~~