Skip to content

Releases: GNS-Science/toshi-hazard-store

v0.7.9

26 Feb 00:38
77efd33
Compare
Choose a tag to compare

Changed

  • dependencies for compatibility with openquake-engine v3.19

v0.7.8

31 Jan 01:35
Compare
Choose a tag to compare

Added

  • 0.5% in 50 years PoE for disaggregations

v0.7.5

20 Aug 23:59
a50dbee
Compare
Choose a tag to compare

Changed

  • faster queries for THS_OpenquakeMeta table

v0.7.4

17 Aug 04:08
Compare
Choose a tag to compare

Changed

  • faster queries for THS_OpenquakeRealization table

v0.7.3

15 Aug 01:06
39a9f79
Compare
Choose a tag to compare

Removed

  • support for python 3.8

Changed

  • faster queries for THS_HazardAggregation table
  • faster queries for THS_OpenquakeRealization table
  • query optimisation to gridded_hazard_query
  • query optimisation to disagg_querys
  • mypy 1.5.0
  • pynamodb 5.5.0
  • update mkdocs toolchain
  • GHA scripts install with --extra openquake

Added

  • ths_testing script for evaluation of performance changes
  • python 3.11

v0.7.2

24 Apr 03:59
Compare
Choose a tag to compare

Changed

  • use poetry 1.4.2 for release build workflow

v0.7.0

17 Apr 04:46
6495c9e
Compare
Choose a tag to compare

Changed

  • update openquake dependency 3.16
  • update nzshm-common dependency 0.5.0
  • fix SA(0.7) value

Added

  • script ths_cache to prepopulate and test caching
  • local caching feature
  • more spectral periods in constraint enum
  • new constraints to existing THS models
  • fix enum validations and apply to model fields

Removed

  • remove v2 type options from batch save

v0.5.5

06 Oct 21:31
3d708ab
Compare
Choose a tag to compare

Changed

  • fix for queries with mixed length vs30 index keys
  • migrate more print statements to logging.debug

v0.5.4

27 Sep 20:17
Compare
Choose a tag to compare

Added

  • new query get_one_gridded_hazard
  • -m option to script to export meta tables only

Changed

  • migrated print statements to logging.debug
  • removed monkey patch for BASE183 - it iss in oqengine 3.15 now
  • more test cover

v0.5.3

17 Aug 23:26
Compare
Choose a tag to compare

Changed

  • using nzshm-common==0.3.2 from pypi.
  • specify poetry==1.2.0b3 in all the GHA yml files.