Skip to content

ChaosMagPy v0.7

Choose a tag to compare

@ancklo ancklo released this 05 Aug 14:08
· 182 commits to master since this release

Version 0.7

Date: August 05, 2021
Release: v0.7
Version of CHAOS: CHAOS-7.8 (0708)

Features

  • Added matplotlib's plot_directive for sphinx and added more examples to a
    new gallery section in the documentation.
  • Added chaosmagpy.model_utils.pp_from_bspline to convert the spline
    coefficients from B-spline to PP format.
  • Changed the way piecewise polynomials are produced from the coefficients in
    shc-files. A B-spline representation is now created in an intermediate step
    to ensure coefficient time series that are smooth.
  • Changed the number format to '16.8f' when writing shc-files to increase
    precision.
  • Configuration parameters in chaosmagpy.basicConfig are now saved to and
    loaded from a json-formatted txt-file.
  • Added keyword arguments to chaosmagpy.chaos.CHAOS.synth_coeffs_sm
    and chaosmagpy.chaos.CHAOS.synth_values_sm to provide the RC-index
    values directly instead of using the built-in RC-index file.