Skip to content

Releases: Caltech-geoquake/PySeismoSoil

v0.6.2

24 Sep 12:41
65131e3
Compare
Choose a tag to compare

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.

v0.6.1

24 Sep 11:52
8eca267
Compare
Choose a tag to compare

What's Changed

  • PyPi deployment fix by @xia-fr in #23
    (No functional code changes in this version.)

Full Changelog: v0.6.0...v0.6.1

0.6.0

24 Sep 11:15
976a63a
Compare
Choose a tag to compare

What's Changed

  • Goodness-of-Fit Scoring, QOL, and Functional Updates by @xia-fr in #22

Full Changelog: v0.5.4...v0.6.0

v0.5.4

13 Feb 06:23
69a4fc7
Compare
Choose a tag to compare

What's Changed

  • Repo cleanup by @jsh9 in #20
  • Use static typing; update doc bldg workflow by @jsh9 in #21

Full Changelog: v0.5.3...v0.5.4

v0.5.3

10 Apr 08:53
015da51
Compare
Choose a tag to compare

What's Changed

  • Included more flake8 linters and updated code styles accordingly (#10)

(There are no actual code changes in this release.)

Full Changelog: v0.5.2...v0.5.3

v0.5.2

12 Jan 09:39
Compare
Choose a tag to compare

What's new:

  • Switched to tox to manage and run testing and linting

There are no actual code changes in this release.

v0.5.1

09 Jan 02:23
Compare
Choose a tag to compare

What's new:

  • Updated a docstring
  • Updated some examples

There are no actual code changes in this release.

v0.5.0

09 Jan 01:59
Compare
Choose a tag to compare

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.

v0.4.9

05 Jul 05:09
Compare
Choose a tag to compare
Include requirements.txt in MANIFEST.in; v0.4.9

v0.4.8

05 Jul 05:01
162e590
Compare
Choose a tag to compare

Refreshed documentations