Skip to content

Small fixes with new API usage

Pre-release
Pre-release
Compare
Choose a tag to compare
@shlomiku shlomiku released this 27 May 04:47
c0fc050

In this release we fix minor bugs on top of 0.3.0

  • query limit for get_bars() is 1000, make sure we don't pass that
  • allow passing the pipeline live index to data.history()
  • legacy zipline function call removed(simulation_dt_func())
  • shell stopped working - fixed
  • smoke test should not use the same state file as the real algo