Skip to content

v3.15.1

Choose a tag to compare

@github-actions github-actions released this 29 Oct 10:38
· 601 commits to main since this release

v3.15.1 (2025-10-29)

🐞 Bug Fixes

  • io: make dataloader thread-safe (#185) (c31755c)

    Ensure that the dataloader methods function as expected in multithreaded contexts. Especially, current_loader and current_data_dir are now context variables, meaning that they are now safe under multiple threads setting different values.

  • imagetool: make associated tool access thread-safe (6dcddf5)

  • manager: include real variable name when copying code for watched variables (f6b6062)

  • imagetool: fix wrong slot handling in PySide (c456b1f)

  • add dask distributed to dependencies (0c13ad4)

  • io.plugins.erpes: fixes an issue where empty files would be cached when viewing info of DA maps in the data explorer (b328611)

  • goldtool: better remaining time estimation (495202d)

⚡️ Performance

  • imagetool: improve performance with dask arrays (9641043)

[main 56b80c4] bump: version 3.15.0 → 3.15.1
3 files changed, 26 insertions(+), 2 deletions(-)