------ - Fixed calculation for rolling sharpe and rolling sortino charts - Nicer CSS when printing html reports
0.0.13
------ - Fixed non-compounded plots in reports when using ``compounded=False``
0.0.12
------ - Option to add ``compounded=True/False`` to reports (default is ``True``)
0.0.11
------ - Minor bug fixes
0.0.10
------ - Updated to install and use ``yfinance`` instead of ``fix_yahoo_finance``
0.0.09
------ - Added support for 3 modes (cumulative, compounded, fixed amount) in ``plots.earnings()`` and ``utils.make_portfolio()`` - Added two DataFrame utilities: ``df.curr_month()`` and ``df.date(date)`` - Misc bug fixes and code refactoring