Merge pull request #959 from quantopian/asset_keyerror

Asset KeyError
This commit is contained in:
Richard Frank
2016-01-21 12:38:53 -05:00
4 changed files with 23 additions and 8 deletions
+3
View File
@@ -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
~~~~~~~~~~~