Skip to content

v2.7.5

Latest
Compare
Choose a tag to compare
@PierreRaybaut PierreRaybaut released this 15 Jul 13:27

Version 2.7.5

🛠️ Bug fixes:

  • Issue #44 - Incorrect calculation method for "∑(y)" in CurveStatsTool: replaced spt.trapezoid with np.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 of get_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

Other changes:

  • Updated guidata dependency to V3.10.0
  • Using new guidata translation utility based on babel