Skip to content

Version 0.8.3

Compare
Choose a tag to compare
@tillbiskup tillbiskup released this 08 Sep 15:45
· 69 commits to master since this release

Released 2023-09-08

Fixes

  • Exporter tasks (aspecd.tasks.ExportTask) automatically save datasets with default name if no target is provided.
  • Correct setting of contour plot properties with newer versions of Matplotlib

Changes

  • aspecd.processing.Interpolation changed interpolation method for 2D data from deprecated scipy.interpolate.interp2d to scipy.interpolate.RegularGridInterpolator

New features

  • aspecd.processing.Interpolation works for ND datasets with arbitrary dimension N
  • aspecd.tasks.Recipe with new setting autosave_datasets (default: True)