v2.11.0
v2.11.0 (2024-10-13)
Features
-
io.dataloader: add new argument that can control combining (bdec5ff)
Adds a new parameter
combine
toio.load
. IfFalse
, returns a list of post-processed files without attempting to concatenate or merge the data into a single object. IfTrue
, retains the current default behavior.
Bug Fixes
- imagetool: allow coords of any dtype coercible to float64 (4342ebc)
- io.dataloader: properly handle combining multi-axis scans (2cd22c7)
Code Refactor
- io.plugins: update type hints (54d0c5d)
- remove unused imports (f1e35de)
- interactive: add informative error message for missing pyqt (1347a02)
- io.plugins: add warning when plugin load fails (ed5b184)
[main 8e66420] bump: version 2.10.0 → 2.11.0
2 files changed, 21 insertions(+), 1 deletion(-)