- Added helper functions for additional portfolio analyses. - The new functions cover weight simulations, efficient frontier optimizations, and plotting. - I intend to make an example that will be added [here](https://github.com/karrmagadgeteer2/NoteBook/blob/master/openseriesnotebook.ipynb) - Also miscellaneous development dependencies updates
1.4.12
- Fixed issue that OpenFrame.merge_series() method ignored changes to labels - Added option to set statistical method parameters for related methods - Miscellaneous development dependencies updates and test cleanup
1.4.11
- Fixed issue that ReturnSimulation.from_merton_jump_gbm() class method missed jump parameters - Miscellaneous development dependencies updates
1.4.10
- Consolidated worst_month function into _common_model.py - Miscellaneous dependencies updates & adapting to more recent pandas versions
1.4.9
- Fixed so that project can be run on Python 3.12
1.4.8
- Some readability cleanup in simulation.py - Preparations to allow publishing on anaconda.org