- Fixed non-compounded plots in reports when using
compounded=False
- Option to add
compounded=True/False
to reports (default isTrue
)
- Minor bug fixes
- Updated to install and use
yfinance
instead offix_yahoo_finance
- Added support for 3 modes (cumulative, compounded, fixed amount) in
plots.earnings()
andutils.make_portfolio()
- Added two DataFrame utilities:
df.curr_month()
anddf.date(date)
- Misc bug fixes and code refactoring
- Better calculations for cagr, var, cvar, avg win/loss and payoff_ratio
- Removed unused param from
to_plotly()
- Added risk free param to
log_returns()
+ renamed it toto_log_returns()
- Misc bug fixes and code improvements
- Plots returns figure if
show
is set to False
- Minor bug fix
- Added
plots.to_plotly()
method - Added Ulcer Index to metrics report
- Better returns/price detection
- Bug fixes and code refactoring
- Added
pct_rank()
method to stats - Added
multi_shift()
method to utils
- Better VaR/cVaR calculation
- Fixed calculation of
to_drawdown_series()
- Changed VaR/cVaR default confidence to 95%
- Improved Sortino formula
- Fixed conversion of returns to prices (
to_prices()
)
- Initial release
- Pre-release placeholder