Version 2.7.5
🛠️ Bug fixes:
- Issue #44 - Incorrect calculation method for "∑(y)" in
CurveStatsTool
: replacedspt.trapezoid
withnp.sum
, which is more consistent with the summation operation - Fix
update_status
method in all cross-section tools (intensity profile tools):- Use
get_items
instead ofget_selected_items
to retrieve the image items - This allows the tools to work properly when no image item is selected, but there are image items in the plot
- This closes Issue #47 - Intensity profile tools do not work when no image item is selected
- Use
Other changes:
- Updated
guidata
dependency to V3.10.0 - Using new
guidata
translation utility based onbabel