v2.5.0
v2.5.0 (2024-05-13)
Chore
- (deps) unpin PyQt6 (
55a8ce5
)
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 callshvplot
(if installed) for data not supported by ImageTool.
Also, theqshow
accessor has been introduced to Datasets. For valid fit result datasets produced by themodelfit
accessor, callingqshow
will now show anhvplot
-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 useAxes.label_outer
(0c64756
)