Skip to content

v2.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 16:02
· 116 commits to main since this release

v2.8.1 (2024-06-21)

Ci

Fix

  • (interactive.imagetool) properly implement caching and linking from GUI (ffacdce)

  • (plotting.general) pass DataArray to func argument to plot_array (ed76e64)

Performance

  • (interactive.imagetool) speedup file loading and saving (a6c869b)

    Use pickle to save and load files instead of erlab.io.load_hdf5 and erlab.io.save_as_hdf5.

Test

  • add coverage for QThread (ed74df0)