Files
catalyst/zipline
Andrew Daniels f4f2048a68 PERF: Avoid repeated recursive calls when getting forward-filled close
Instead of recursively calling `DailyHistoryAggregator.closes` until we
find a non-nan close, we can instead call `load_raw_arrays` once, and
find the value from the returned array.
2017-04-06 09:51:01 -04:00
..
2017-02-23 11:32:04 -05:00
2016-09-20 17:12:07 -04:00
2017-03-26 15:54:14 -07:00
2015-11-11 18:47:51 -05:00
2017-03-07 17:14:27 -05:00