Skip to content

ChaosMagPy v0.12

Choose a tag to compare

@ancklo ancklo released this 28 Apr 08:02
· 104 commits to master since this release

Version 0.12

Date: April 27, 2023
Release: v0.12

Features

  • Updated RC-index file to RC_1997-2023_Feb_v8_Dst_mod.dat (used during the
    construction of CHAOS-7.14).
  • Plotting function do not return figure and axes handles any more. If needed,
    they can be accessed through matplotlib's gcf() and gca().
  • Added function chaosmagpy.model_utils.sensitivity to compute the
    sensitivity of spherical harmonic coefficients.
  • Changed the default colormap for the component maps to 'PuOr_r' (orange
    for positive values and purple for negative ones).

Bugfixes

  • Fixed error in chaosmagpy.data_utils.load_shcfile when reading
    single piece, quadratic splines. Error was due to a failure to identify the
    shc-parameter line as the first non-comment line in the file.
  • Fixed KeyError that is raised when no name is given to the
    chaosmagpy.chaos.CHAOS constructor. This only affected direct calls
    to the constructor due to an outdated config keyword.