Skip to content

Releases: analyzere/analyzere-python

v0.7.1

27 Mar 13:47
c927272
Compare
Choose a tag to compare

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

18 Jun 18:40
b262c57
Compare
Choose a tag to compare

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.