Skip to content

v2.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 08:15
· 441 commits to main since this release

v2.5.0 (2024-05-13)

Chore

Ci

  • (pre-commit) update commit messages (0321ec1)

Documentation

  • make view button point to github (f968c37)

Feature

  • extended interactive accessor (f6f19ab)

    The qshow accessor has been updated so that it calls hvplot (if installed) for data not supported by ImageTool.
    Also, the qshow accessor has been introduced to Datasets. For valid fit result datasets produced by the modelfit accessor, calling qshow will now show an hvplot-based interactive visualization of the fit result.

  • (itool) make itool accept Datasets (f77b699)

    When a Dataset is passed to itool, each data variable will be shown in a separate ImageTool window.

  • (analysis.image) add multidimensional Savitzky-Golay filter (131b32d)

Fix

  • (itool) add input data dimension check (984f2db)

  • (analysis.image) correct argument order parsing in some filters (6043413)

  • (interactive) improve formatting for code copied to clipboard (d8b6d91)

Refactor

  • (plotting) update clean_labels to use Axes.label_outer (0c64756)

Unknown

  • Merge pull request #33 from kmnhan/dev-2.5 (dc9a9a8)

    2.5 Update