Skip to content

v0.6.0

Compare
Choose a tag to compare
@dwil dwil released this 18 Jun 18:40
· 48 commits to master since this release
b262c57

Release Notes

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.