Changelog¶
0.3.0.dev0¶
Current development version for the next ConfUSIus release.
Enhancements¶
- Added
show_progressto volumewise registration so joblib progress output can be disabled in scripted or quiet workflows (#126). - Replaced plotting
black_bgwith explicitbg_colorandfg_colorcontrols 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
confusiusandconfusius.xarraynamespaces now use SPEC-0001 PEP 562 lazy loading. Submodules and exported functions are only imported on first access, reducingimport confusiusoverhead 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.0was used only to reserve theconfusiusproject name on PyPI and is not a supported public release.0.2.0is therefore the first official public release series for ConfUSIus.