Releases: analyzere/analyzere-python
Releases · analyzere/analyzere-python
v0.7.1
What's Changed
- No-Issue: Migrate to ci-jenkins by @mcgillij in #53
- GR-2852: Allow Jenkins to build analyzere-python again by @mcgillij in #55
- ARE-8107: Add global requests session instance for connection pooling by @sbchisholm in #58
- ARE-8108: Publishing guidelines by @aravindg28 in #61
- ARE-8110: Update Python and flake8 version by @aravindg28 in #62
Full Changelog: 0.6.0...0.7.1
v0.6.0
Release Notes
- b262c57, v0.6.0 release, #50
- 0593d5b, ARE-6139: sensitivity analysis endpoint wrapper
- f10ce73, ARE-6173: update python client for new candidate endpoints, #48
- 8407f3d, ARE-6130: Python wrapper for currencies endpoint, #47
- 2914d3d, no-issue: update readme and fix format, #46
Customer Facing Release Notes:
- Sensitivity Analysis can now retrieved for a given optimization view. To views example code and a sample please consult our documentation
- A list of available currencies for a given Exchange Rate Table can now be retrieved using Python Client Library. For more information consult retrieving unique currencies documentation page
Features
- Feature: Added currencies method to ExchangeRateTable class, allowing users to retrieve a list of currency codes.
- Feature: Added candidate_parameters method to OptimizationView class, allowing users to retrieve only the parameters for a given optimization candidate.
- Feature: Added candidate_metrics method to OptimizationView class, allowing users to retrieve only the metrics (objectives and constraints) for a given optimization candidate.
- Feature: Added sensitivity_analysis method to OptimizationView class, allowing users to retrieve the sensitivity analysis output for a selected set of candidates.