Skip to content

v3.23.2

Latest

Choose a tag to compare

@github-actions github-actions released this 31 May 20:15
· 25 commits to main since this release

v3.23.2 (2026-05-31)

🐞 Bug Fixes

  • manager: harden window geometry save/load path (#385) (d22d5ef)

  • manager: resolve colormap restore recursion (#384) (b5bc726)

    Fixes an issue where ImageTool Manager could recurse indefinitely when opening a workspace that referenced a colormap unavailable in the current environment. Manager now falls back to the default colormap and shows a warning listing the affected workspace windows.

  • manager: fixes an issue where resizing the ImageTool Manager details pane could stutter when the selected window had a long file path in its metadata (#383) (91a9794)

  • manager: fixes an issue where axis limits were sometimes not properly restored when loading a workspace (#382) (de016bf)

  • imagetool: refine generated code in Edit Coordinates dialog (#381) (2178f85)

  • imagetool: change renaming behavior (#375) (1733b23)

    Changes the behavior when renaming tools. Renaming will rename the underlying DataArray, and suffixes are no longer added when editing data. Also, file name labels are preserved even after the data is modified.

  • imagetool: fix code generation and selection for data with descending coordinates (#376) (dc94962)

  • interactive: do not include full provenance inside copied code from tools (#374) (f966c25)

  • manager: preserve added time in workspace files (#373) (fba3f8e)

    The added time was reset every time a workspace was newly loaded. With this commit, timestamps are properly stored in the workspace file, and restored when re-opening.

  • manager: fixes reloading child tools not updating parents (#370) (136856c)

  • manager: properly preserve history for filter operations (#369) (6964e28)

  • manager: strip invalid attribute names when saving workspaces (#367) (64a9faf)

⚡️ Performance

  • manager: debounce manager details refreshes (#368) (14481b4)

  • manager: persist matplotlib font cache to improve startup in standalone version (#366) (f8cd8ef)

♻️ Code Refactor

  • manager: persist workspace loader and app state (#386) (549e4cc)

    Extends workspace files to store more information, like data explorer tabs and geometry.

  • manager: show settings tooltips on the entire row (#379) (61d15de)

[main 0e25e83] bump: version 3.23.1 → 3.23.2
3 files changed, 50 insertions(+), 2 deletions(-)