Skip to content

Release 2.3.9

Compare
Choose a tag to compare
@awsbuild awsbuild released this 08 Oct 18:32
f0f1653

Oasis Release v2.3.9

Docker Images (Platform)

Docker Images (User Interface)

Components

Changelogs

OasisPlatform Changelog - 2.3.9

  • #1105 - Release 2.3.8
  • #1122 - Update python packages for 2.3.9

OasisLMF Changelog - 2.3.9

  • #1567 - Occurrence file not found when requesting output from ktools component alt_meanonly

  • #1563 - Intensity Adjustments in gulmc for dynamic footprints

  • #1379 - Performance issue in get_exposure_summary

  • #1557 - Release 2.3.8

  • #1558 - support for having several pla sets

  • #1560 - add check for vulnerability id and intensity bin boundary

  • #1566 - Fiona package vulnerability issue

  • #139 - Look for validation files in custom paths

Release Notes

OasisPlatform Notes

Update python packages for 2.3.9 - (PR #1122)

OasisLMF Notes

Fix performance issues with get exposure summary - (PR #1550)

No Return keys were included in keys errors file, but this was ballooning to a huge size when AA1 peril code was used, since we would see no returns for all peril codes. This was causing the performance of the generate exposure summary report to degrade massively.

The fix removes the no-returns from the returned errors, but counts them in the exposure summary.

support for having several pla sets - (PR #1558)

Allow user to specify a different pla set from the default one by adding loss_factors_set in the model_settings part of analysis_settings.json
if "loss_factors_set": "2" is added
the loss factor that will be taken into account will be lossfactors_2.bin in the static folder

Fix out of bound issue when vulnerability file contains more intensity bin than the footprint - (PR #1560)

In the model part, we want to only load intensity that will be relevant in the footprint, however there was an issue in the code where the out of bound intensity was overwriting the other part of the vulnerability table that was created.
Also add a check to verify that all vulnerability_id that are needed are present in the vulnerability static file

Remove pin of fiona package - (PR #1565)

A package pin of fiona causes CVE issues for published docker images

ODS_Tools Notes

Validation files in custom paths - (PR #138)

When a custom path is passed in the configuration file, validation files in that folder will be found and used.