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.