- Open to pass axis to
plot_returns_heatmap()
and add the heatmap to an existing plot
- Added compounded parameter for returns calculation flexibility
- Fixed to work with Pandas >= 0.23.1
- Bugfix
- More accurate EOY return calculations
- Option to add
eoy=True
to add a End Of Year column with total yearly returns
- Added price option support to
plot()
- Option to work with price data instead of returns (add
is_prices=True
) - More accurate monthly return calculations
- Handle missing months
- Nicer heatmaps
- Expects returns as input instead of calculating it
- Initial release (alpha)