Files
catalyst/zipline
Scott Sanderson dafe49fcca MAINT: Fix failures/warnings in test_api_shim.py
- Fixes a warning on indexing with a float that ultimately came from
  pd.Timedelta.total_seconds().  Adds ``timedelta_to_integral_seconds``
  and ``timedelta_to_integral_minutes()`` functions and replaces various
  usages of ``int(delta.total_seconds())`` with them.

- Fixes a warnings triggered in ``_create_daily_stats`` from
  passing tz-aware datetimes to np.datetime64.
2016-09-20 17:12:07 -04:00
..
2016-09-08 14:52:57 -04:00
2016-09-20 16:24:55 -04:00
2015-11-11 18:47:51 -05:00
2016-05-06 15:25:30 -04:00
2016-09-06 16:59:34 -04:00