Skip to content

v2.8.3

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 17:07
· 94 commits to main since this release

v2.8.3 (2024-07-08)

Ci

Fix

  • (interactive.imagetool) various fixes related to manager (3d3f55e)

    This fix incorporates many changes to the ImageTool and ImageTool Manager.
    First, the archiving function of the manager now works properly, and tries to clear memory eagerly.
    When opening data from a file using the GUI, the name of the file will now be displayed in the title bar of the ImageTool. This file name is also propagated to the name displayed in the manager.
    Furthermore, the archiving and show/hide functionality of the manager has been updated to restore the window geometry automatically. When the user shows or unarchives a hidden or archived window, the previous position of the window is restored.
    Some icons and the layout of the manager has been modified, and tooltips has been added to the buttons.
    Also, some unexpected behavior regarding linking has been resolved.

  • (plotting.plot3d) temporarily disable broken monkey patch (220f23f)

  • replace broken signature for dynamic functions (39a3954)

  • (interactive.imagetool) fix broken binning controls on loading fron GUI (0ca5437)

Refactor

  • satisfy type checker (042a7b1)

  • (interactive.imagetool) add batch close button to manager (efc6089)