v2.8.1
v2.8.1 (2024-06-21)
Ci
-
(pre-commit) pre-commit autoupdate (
856aa0f
)updates: - github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.4.9
Fix
-
(interactive.imagetool) properly implement caching and linking from GUI (
ffacdce
) -
(plotting.general) pass DataArray to
func
argument toplot_array
(ed76e64
)
Performance
-
(interactive.imagetool) speedup file loading and saving (
a6c869b
)Use pickle to save and load files instead of
erlab.io.load_hdf5
anderlab.io.save_as_hdf5
.
Test
- add coverage for QThread (
ed74df0
)