Releases: Caltech-geoquake/PySeismoSoil
Releases · Caltech-geoquake/PySeismoSoil
v0.6.2
What's Changed
- Updating readme and unifying versions for PyPi (#25) by @xia-fr in #26
(No code changes in this update.)
Full Changelog: v0.6.1...v0.6.2
Recap of Code Changes Starting in Version 0.6.0 (#22)
- Ported goodness-of-fit (GoF) scoring system from Seismosoil (Matlab version) to PySeismoSoil with additional batch processing options.
- See examples/Demo_08_GoF_Scores.ipynb for examples on how to compute GoF scores.
- Added option in batch simulation class to use the forkserver context of spawning subprocesses (for Unix systems). This is recommended to prevent slow code in use cases where additional modules and variables other than the ones associated with PySeismoSoil are present in a code.
- See the example at the bottom of examples/Pipeline_06_Batch_Simulation.ipynb for more information on the forkserver context.
- Additional QOL, code functionality, and error fixes.
v0.6.1
0.6.0
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
Some breaking changes in v0.5.0:
- The formula that calculates ρ (mass density of soils) from Vs (shear wave velocity) is updated: log10 is used instead of log (natural logatirhm). See the updated code here. This is to correct a mistake in notation in Mayne et al. (1999).
- Python 3.6 is no longer supported.