Skip to content

v3.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 14:03
· 26 commits to main since this release

v3.6.0 (2025-02-03)

✨ Features

  • add support for Python 3.13, closes #58 (df4f479)

  • explorer: add a new interactive tool for browsing file systems (a70b222)

    Adds a explorer GUI window that provides a view of the file system with a summary of selected ARPES data files.

    The window can be started within ImageTool Manager from the File menu, or as a standalone application with python -m erlab.interactive.explorer.

    Closes #83.

  • misc: add function to open directory in system's file manager (7d3db3f)

🐞 Bug Fixes

  • io.exampledata: replace sph_harm deprecated in scipy 1.15.0 with sph_harm_y (eba902c)

  • interactive.utils: ignore all other arguments for separator actions in DictMenuBar (5c94b92)

    This fixes unintended text showing alongside menubar separators in some operating systems.

  • imagetool.manager: fix archived files being deleted after a few days (7d93442)

♻️ Code Refactor

  • io.exampledata: update sph_harm usage to match scipy 1.15.0 changes (1dde195)

  • replace direct typing imports with namespace imports (fc2825d)

  • imagetool: update type hints and preload fastbinning module (ab0b3fd)

  • io: improve docs structure by reorganizing namespace (5e2d7e5)

  • io: improve error messages for folders (8d63c09)

[main 567dfc8] bump: version 3.5.1 → 3.6.0
2 files changed, 2 insertions(+), 2 deletions(-)