v0.9.0
🎉 PyGRT v0.9.0
I'm very excited to announce the new release of PyGRT v0.9.0 has supported for computing synthetic seismograms with liquid layers, with results validated against CPS330's rspec96 module for accuracy. The documentation has been updated to include the corresponding formulas. This release is particularly useful for studies involving ocean.
Upgrade via pip install --upgrade pygrt-kit.
What's Changed
- 《理论地震学》课程公式补充 by @Dengda98 in #29
- BUILD: fix makefile by @Dengda98 in #30
- REFAC: update temp var for
R_EVLto improve code readability by @Dengda98 in #31 - DOC: add RT.rst and RT_formula.ipynb by @Dengda98 in #33
- Support liquid layer by @Dengda98 in #34
- add document about R/T matrix formula by @Dengda98 in #35
- TEST: add compare_results_liquid example by @Dengda98 in #36
- FIX: use nonzero minimum Vb in python by @Dengda98 in #37
- allow zero vs for computing sythetic seismogram and stress by @Dengda98 in #38
- FIX: raise error if receiver located on the interface where liquid exist by @Dengda98 in #39
- TEST: add seafloor example by @Dengda98 in #40
- DOC: add a note to support liquid layer by @Dengda98 in #41
- REFAC: remove unused code by @Dengda98 in #42
- DOC: add description about liquid layer supporting by @Dengda98 in #43
- Bump to PyGRT v0.9.0 by @Dengda98 in #44
- CI: add some tests by @Dengda98 in #45
Full Changelog: v0.8.0...v0.9.0