You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added __all__ where appropriate for proper import autocompletion and hinting
Potentially BREAKING CHANGE in constrain_optimized_portfolios and efficient_frontier. They no longer take a single upper bound as argument but instead take both lower and upper bounds for each position in a portfolio. And if given they must all be given.
Added option to set which method is passed into the scipy.minimize function that is used when finding the efficient frontier of a portfolio.
BREAKING CHANGE - moved functions from frame.py to portfoliotools.py to improve project structure. Users will need to change imports because of this.
Improved speed in portfoliotools tests.
Miscellaneous dependency updates and tweaks in project tool scripts.