Skip to content

Releases: geophystech/GroundMotion.jl

0.4.1

12 Jun 13:01
Compare
Choose a tag to compare
  • fix compat section for julia 1.6+

0.4.0

12 Jun 11:51
Compare
Choose a tag to compare
  • added gmpe_corr for GMPE PGA/intensity grid using weighted averaging method
  • this module now support julia 1.6+
  • code style and refactoring
  • reorganize docs

v0.3.0

12 Sep 07:05
Compare
Choose a tag to compare
  • added julia v0.7 and v1.0 support
  • dropped julia v0.6 compatibility

v0.2.1

22 Mar 06:12
Compare
Choose a tag to compare
  • The convert_to_point_vs30 was added
  • The README was updated

v0.2.0

30 Jan 22:13
Compare
Choose a tag to compare
  • Morikawa and Fujiwara 2013 GMPE Model (PGA, PGV, PSA)
  • all gmpe functions renamed to gmpe_<model_name>
  • add 'ground_motion_type' at models configs for determine output type
  • add new grid type with vs30 and Dl depth
  • fix built in function descriptions
  • add type of ground motion in config
  • add keyword arguments to gmpe_* functions

v0.1.3

26 Jan 05:14
Compare
Choose a tag to compare
  • add AS2008 PGA modeling
  • add Si-Midorikawa PGA modeling
  • add auxiliary functions for working with grids
  • add tests and examples
  • some bug fixes

v0.1.2

26 Jan 04:22
Compare
Choose a tag to compare
  • more code coverage and prepare for Publishing in METADATA

v.0.1.1

26 Jan 00:58
Compare
Choose a tag to compare
  • fix functions parameters for win32

Initial release

25 Jan 22:09
Compare
Choose a tag to compare
  • add AS2008 PGA modeling
  • add Si-Midorikawa PGA modeling
  • add auxiliary functions for working with grids
  • add tests and examples