Skip to content

v0.6.0

Compare
Choose a tag to compare
@twiecki twiecki released this 17 Oct 10:26
· 394 commits to master since this release

This is a major new release from 0.5.1. All users are recommended to upgrade.

New features

  • Computation of performance and risk measures has been split off into empyrical. This allows Zipline and pyfolio to use the same code to calculate its risk statistics. By Ana Ruelas and Abhi Kalyan.
  • New multistrike cone which redraws the cone when it crossed its initial bounds PR310. By Ana Ruelas and Abhi Kalyan.

Bugfixes

  • Can use most recent PyMC3 now.
  • Depends on seaborn 0.7.0 or later now PR331.
  • Disable buggy computation of round trips per day and per month PR339.