Skip to content

Release 4.0.4

Choose a tag to compare

@awsbuild awsbuild released this 07 Nov 15:33

ODS_Tools Changelog - 4.0.4

  • #197 - RE: Config option for "engine" not propagating to Oasis Data Manager for pd read/write causing critical performance issues
  • #200 - Added valid_pla_loss_factors_ids to event set options #199
  • #201 - Fix CI build script for ODM branch select
  • #202 - OEDSchema choice
  • #8 - Parquet OED ReinsScope incorrectly fail validation
  • #205 - Fix CI testing by pinning pip
  • #206 - make nb_peril_groups_dict more friendly with numba caching function
  • #207 - remove unused param

ODS_Tools Notes

Fix CI build script for ODM branch select - (PR #201)

Add input for ODM github ref when testing ODS-tools

Join Summary Info - (PR #204)

Adds option to analysis settings to allow users to set the join_summary_info field.

speed up peril filtering by making nb_peril_groups_dict more friendly with numba caching function - (PR #206)

peril filtering is used for example in fm file generation. By using this implementation, the jitted function is better cached and will be faster once it has been run one.