Skip to content

Grond 1.0.0

Compare
Choose a tag to compare
@miili miili released this 07 Jan 15:20
· 266 commits to master since this release

Added

  • Cluster analysis on result ensemble with grond cluster.
  • Plotting of cluster analysis results in jointpar, mt_decompostion, and
    mt_fuzzy plots.
  • User can now add self-defined labels to a run dir (grond tag). The labels
    are shown in the report list.
  • The optimiser's acceptance and choice history is now dumped and plotted.
  • Added station distribution plot for seismic and GNSS stations.
  • Installation instructions for Anaconda and pip.

Changed

  • Parallelized grond report.
  • Rewritten grond init to deliver examples and commented snippets.
  • Plots appearing in report can now be customized in a configuration file.
  • Whether reference solutions are shown in plots can be configured in the
    report's plot config.
  • grond plot now has a --show option to display MPL plots interactively.
  • Plot location_mt improved.
  • ProblemConfig: added nthreads argument.
  • Plot contributions: show cumulative contributions for targets providing
    multiple misfits.
  • Optimiser can now be configured to yield exactly reproducible results by
    providing seed values for all random number generators involved.
  • Plots sequence and fits_waveform: layout as single plot figures by
    default.

Fixed

  • Plot descriptions and titles improved.
  • Reports can now be viewed in IE.
  • Improved consistency of log messages.
  • Fix display issues in waveform plots (partially hidden labels).
  • Various improvements on the documentation.
  • Improved robustness of report generation during grund run.