Skip to content

Changelog

0.3.0.dev0

Current development version for the next ConfUSIus release.

✨ Enhancements

  • Added show_progress to volumewise registration so joblib progress output can be disabled in scripted or quiet workflows (#126).
  • Replaced plotting black_bg with explicit bg_color and fg_color controls for clearer visual customization (#124).
  • Added example gallery helper utilities to streamline writing and maintaining docs examples (#102).

🐛 Fixes

  • Fixed napari x-axis extent computation to ignore the interactive cursor guide line, preventing incorrect plot bounds (#111).

⚡ Performance

  • Top-level confusius and confusius.xarray namespaces now use SPEC-0001 PEP 562 lazy loading. Submodules and exported functions are only imported on first access, reducing import confusius overhead for workflows that use a subset of the package.

0.2.0

Released 2026-05-05.

First official public beta release of ConfUSIus.

✨ Highlights

  • ConfUSIus now covers the core alpha roadmap, including I/O, beamformed IQ processing, registration, quality control, atlas integration, signal processing, decomposition, functional connectivity, and general linear model workflows.
  • The package provides both a Python API and a napari plugin for interactive data loading, visualization, signal inspection, and quality control.

📝 Notes

  • 0.1.0 was used only to reserve the confusius project name on PyPI and is not a supported public release. 0.2.0 is therefore the first official public release series for ConfUSIus.