Skip to content

Commit

Permalink
v0.6.0 release
Browse files Browse the repository at this point in the history
- 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
senstivity analysis output for a selected set of candidates.
  • Loading branch information
dwil committed Apr 17, 2019
1 parent 0593d5b commit 7a04eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analyzere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
one_megabyte = 2**20
upload_chunk_size = 16 * one_megabyte
tls_verify = True
user_agent = 'analyzere-python 0.5.5-dev'
user_agent = 'analyzere-python 0.6.0-dev'

from analyzere.resources import ( # noqa
AnalysisProfile,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='analyzere',
version='0.5.5',
version='0.6.0',
description='Python wrapper for the Analyze Re API.',
long_description=readme,
url='https://github.com/analyzere/analyzere-python',
Expand Down

0 comments on commit 7a04eb4

Please sign in to comment.