From b6e453dedb3b36f2290d1fa67824154ead855f89 Mon Sep 17 00:00:00 2001 From: sambles Date: Fri, 6 Oct 2023 11:46:42 +0100 Subject: [PATCH] Release 3.1.2 (#63) * Add fields for running aalcalcmeanonly ktools component (#62) * Set package to version 3.1.2 * Update changelog --------- Co-authored-by: hchagani-oasislmf <47981469+hchagani-oasislmf@users.noreply.github.com> Co-authored-by: awsbuild --- CHANGELOG.rst | 6 ++++++ ods_tools/__init__.py | 2 +- ods_tools/data/analysis_settings_schema.json | 12 ++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0a024cd7..4f29b134 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ ODS_Tools Changelog =================== +`3.1.2`_ + --------- +* [#53](https://github.com/OasisLMF/ODS_Tools/pull/53) - Release 3.1.1 (staging) +* [#62](https://github.com/OasisLMF/ODS_Tools/pull/62) - Add fields for running aalcalcmeanonly ktools component +.. _`3.1.2`: https://github.com/OasisLMF/ODS_Tools/compare/3.1.1...3.1.2 + `3.1.1`_ --------- * [#39](https://github.com/OasisLMF/ODS_Tools/pull/39) - Release 3.1.0 - for next stable oasislmf release diff --git a/ods_tools/__init__.py b/ods_tools/__init__.py index e4ac6cc5..d8d7f33d 100644 --- a/ods_tools/__init__.py +++ b/ods_tools/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.1.1' +__version__ = '3.1.2' import logging diff --git a/ods_tools/data/analysis_settings_schema.json b/ods_tools/data/analysis_settings_schema.json index d678cc24..66e9e3d5 100644 --- a/ods_tools/data/analysis_settings_schema.json +++ b/ods_tools/data/analysis_settings_schema.json @@ -46,6 +46,12 @@ "description": "If true, output the average annual loss by level for the summary set.", "default": false }, + "aalcalcmeanonly": { + "type": "boolean", + "title": "AAL Mean Only calculaton flag", + "description": "If true, output the average annual loss by level for the summary set without calculating the standard deviation.", + "default": false + }, "pltcalc": { "type": "boolean", "title": "PLT calculation flag", @@ -166,6 +172,12 @@ "description": "Period Average Loss Table (ORD Output flag)", "default": false }, + "alt_meanonly": { + "type": "boolean", + "title": "ALT Mean Only", + "description": "Average Loss Table with no standard deviation calculation (ORD Output flag)", + "default": false + }, "alct_convergence": { "type": "boolean", "title": "ALCT",