From 46a47d407c5ae3547623b070c46021ac7c8e6ca0 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Wed, 20 Jan 2016 17:33:17 -0500 Subject: [PATCH] DOC: Added whatsnew --- docs/source/whatsnew/0.8.4.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/whatsnew/0.8.4.txt b/docs/source/whatsnew/0.8.4.txt index 67743dfc..adc5e9ef 100644 --- a/docs/source/whatsnew/0.8.4.txt +++ b/docs/source/whatsnew/0.8.4.txt @@ -127,6 +127,9 @@ Bug Fixes reported the total_positions_value when creating a :class:`~zipline.protocol.Account` (:issue:`950`). +* Fixed issues around KeyErrors coming from history and BarData on 32-bit + python, where Assets did not compare properly with int64s (:issue:`959`). + Performance ~~~~~~~~~~~