Skip to content

Release 4.0.0

Latest
Compare
Choose a tag to compare
@awsbuild awsbuild released this 31 Jan 14:09

ODS_Tools Changelog - 4.0.0

  • OED Settings merger #146
  • Fix default for do_disaggregation to true #169
  • Update OED schema to release v4 #170
  • Release/4.0.0 ODS_OpenExposureData#209
  • Feature/v4 integration #173

ODS_Tools Notes

Add capacity to merge multiple settings files. - (PR #146)

OED settings can contain several layer of settings coming from different sources (user, modeler, platform host)
This feature allow to merge those setting into one comprehensive settings file.
supported feature:
default : setting can specify a default value that can be overwritten by other setting
restricted: a key can be restricted to disallow other source to overwrite it
min, max: check that value is within min and max boundaries
option: to limit the possible value to only a specific list

Fix default for do_disaggregation to true - (PR #169)

Match schema default to the oasislmf package

Update OED schema to release v4 - (PR #170)

The validation now uses the v4.0.0 version of OED.
For more details on OED v4 see the release notes

CI Fix - branches renamed in OED repo - (PR #172)

Integrate new coverages and perils in OdsTools - (PR #173)