Releases: SebastienEveno/corefolio
Releases · SebastienEveno/corefolio
Release list
v0.2.2
What's Changed
- Add automatic ID column creation in Universe class if not provided by @SebastienEveno in #18
- Enhancements by @SebastienEveno in #19
- Update README.md to correct Constraints instantiation and provide exa… by @SebastienEveno in #20
- Refactor Constraint and Optimizer classes to support multiple constraints by @SebastienEveno in #21
- Refactor constraint application to accept DataFrame and return list of constraints by @SebastienEveno in #22
- Bump version to 0.2.2 in pyproject.toml by @SebastienEveno in #23
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Add badges to README.md by @SebastienEveno in #13
- Update pyproject.toml by @SebastienEveno in #14
- Refactor Constraints and Optimizer classes to use instance variable for max_assets by @SebastienEveno in #15
- Update README.md to reflect changes in Constraints and Optimizer instantiation by @SebastienEveno in #16
- Remove _version.py and update versioning in pyproject.toml to a stati… by @SebastienEveno in #17
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add Universe class with initialization and validation methods, and co… by @SebastienEveno in #1
- Add constraints by @SebastienEveno in #2
- Add Optimizer class with CVXPY and Pyomo support, and corresponding t… by @SebastienEveno in #3
- Add docstrings by @SebastienEveno in #5
- Update README.md with package description, installation instructions,… by @SebastienEveno in #6
- Create python-package.yml by @SebastienEveno in #7
- Create python-publish.yml by @SebastienEveno in #8
- Update python-publish.yml by @SebastienEveno in #9
- Rename package from quantfolio to corefolio and update related refere… by @SebastienEveno in #10
- Update license field in pyproject.toml to reference LICENSE file by @SebastienEveno in #11
- Add versioning support by creating _version.py and updating version i… by @SebastienEveno in #12
New Contributors
- @SebastienEveno made their first contribution in #1
Full Changelog: https://github.com/SebastienEveno/corefolio/commits/v0.2.0