Skip to content

v2.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 16:45
· 224 commits to main since this release

v2.11.0 (2024-10-13)

Features

  • io.dataloader: add new argument that can control combining (bdec5ff)

    Adds a new parameter combine to io.load. If False, returns a list of post-processed files without attempting to concatenate or merge the data into a single object. If True, 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(-)