Skip to content

volcano-data-deconvolution: v1.0.0

Choose a tag to compare

@engeir engeir released this 03 Jun 08:28
90163e3

1.0.0 (2024-06-03)

⚠ BREAKING CHANGES

  • sim name: change all simulations to use newer naming convention

Features

  • cesm2 load: optionally specify dims to average out (875aeca)
  • clean up double waveform figure (27f7ae1)
  • clean up reconstruction figures (592fce7)
  • clean up reconstruction figures (d48121f)
  • load: add option to specify length of OB16 time series (afe55fa)
  • load: add time series statistics comparison class (9baa890)
  • reconstruction: add new spectrum comparison plot (726843d)

Bug Fixes

  • deconv: forgot parenthesis that made mod 2 check pass every time (ebff64a)
  • load: raise error for even length in deconvolution (41718c7)
  • mypy: do not call .data attr on numpy array object (41718c7)

Miscellaneous

  • analysis: simple plots looking at Eurasian warming (c4d5341)
  • cutoff: update with better default for plotting cut-off (4e7c0c5)
  • deconv: use SO2 with decay in analysis (ced1d03)
  • double waveform: finalise the plotting script (906f719)
  • load: use the newer tt-4sep over double-overlap (758d154)
  • mypy: comment all false negatives (4eef56e)
  • numerical soln: create plots based on params of other sims (0fd00e7)
  • plotting: fix time axis label and more (e838916)
  • save images as pdf (a00654c)
  • upload code... (6df95bf)
  • use latex text style in figs, not mathrm (78df340)

Styles

  • fix plot styles and update sim name (28962ce)

Code Refactoring

  • load: slice on the properties to continue lazy loading (4f45a37)
  • load: use the deconv method of the Deconvolve object, not fppanalysis impl (41718c7)
  • move plot of single deconvolve object into its own private method (b607ecb)
  • remove deprecated scripts and move some nice-to-have to own dir (308e719)
  • remove old code and clean up (2e90dc2)
  • sim name: change all simulations to use newer naming convention (930fd70)
  • squash figures by using one x-axis (c44ba64)

Continuous Integration

  • github: update organization name of release-please workflow (6c1c94c)

Build System

  • deps-dev: update development dependencies (99116ac)

Documentation

  • README: add description for entry points (8781130)