Skip to content

v0.6.2

Latest
Compare
Choose a tag to compare
@xia-fr xia-fr released this 24 Sep 12:41
65131e3

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.
  • 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.
  • Additional QOL, code functionality, and error fixes.