Portfolio class improvements
- Portfolio .cagr property is replaced with .get_cagr() method taking: 'YTD', period length or no parameters.
- Portfolio .describe shows dividend yield
minor changes:
- EfficientFrontier.repr is fixed
- only relative imports in the package
- tests modules import okama as ok
- several unit tests added