Releases: GNS-Science/toshi-hazard-store
Releases · GNS-Science/toshi-hazard-store
v0.7.9
v0.7.8
Added
- 0.5% in 50 years PoE for disaggregations
v0.7.5
Changed
- faster queries for THS_OpenquakeMeta table
v0.7.4
Changed
- faster queries for THS_OpenquakeRealization table
v0.7.3
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
Changed
- use poetry 1.4.2 for release build workflow
v0.7.0
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
Changed
- fix for queries with mixed length vs30 index keys
- migrate more print statements to logging.debug
v0.5.4
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
Changed
- using nzshm-common==0.3.2 from pypi.
- specify poetry==1.2.0b3 in all the GHA yml files.