Skip to content

v2.6.0

Compare
Choose a tag to compare
@PierreRaybaut PierreRaybaut released this 02 Aug 13:08
· 80 commits to master since this release

💥 New features / Enhancements:

  • Added support for color theme change at execution (relies on guidata V3.6)
  • Changed strategy for default plot widget size:
    • No default size is applied to the plot widget anymore (before, the default size was 800x600 pixels)
    • Added parameter size to PlotDialog, PlotWindow classes, and make.dialog, make.window functions to set the initial size of the plot widget

🛠️ Bug fixes:

  • Fixed segment line cross section computation for masked images:
    • Avoided warning message when encountering masked values in the image data
    • Replacing masked values by NaNs when computing the segment line cross section (as before, but explicitely, to avoid the warning message)