Skip to content

v0.2.6

Compare
Choose a tag to compare
@juliettejames juliettejames released this 29 Feb 10:33
· 6 commits to master since this release
c370f42
  • Removed get_portfolio_total_non_cash_equity and get_account_total_non_cash_equity from broker/broker.py abstract base class. These methods are not implemented.
  • Added save option to TearsheetStatistics class in statistics/tearsheet.py. The tearsheet output can now be saved to a given filename by passing the optional filename parameter as a string when calling the plot_results function.
  • Updated click dependency to click >= v8.1.