Files
catalyst/zipline
Scott SandersonandAndrew Liang 87daa75c0c MAINT: Use Timedelta instead of DateOffset.
In days_at_time, use a Timedelta instead of a DateOffset.  We were
previously using DateOffset to work around a pandas 16 bug even though
it raises a PerformanceWarning.  Now that we're on pandas 18, we can use
the much simpler Timedelta construction.
2016-09-30 16:35:23 -04:00
..
2016-09-20 17:12:07 -04:00
2015-11-11 18:47:51 -05:00
2016-09-06 16:59:34 -04:00