Changelog#
The current changelog contains information on NeuroCAPs versions 0.33.0 and above. For changes in earlier versions:
Note: The versions listed in this file have been or will be deployed to PyPI.
[Versioning]#
0.minor.patch.postN
.minor : Introduces new features and may include potential breaking changes. Any breaking changes will be explicitly noted in the changelog (e.g., new functions or parameters, changes in parameter defaults, or function names).
.patch : Contains fixes for identified bugs and may include modifications or added parameters for improvements/enhancements. All fixes and modifications are backwards compatible.
.postN : Consists of documentation changes or metadata-related updates, such as modifications to type hints.
[0.33.0] - 2025-07-15#
🚀 New/Added#
plot_output_formatparameter added to replaceas_pickle,as_json, andas_htmlThis parameter is added under
output_dir, which changes signature ordering
â™» Changed#
Significant changes in ordering of signature parameters for better grouping
Removal of certain parameters to clean up signatures:
flush(inTimeseriesExtractor): remnant of print but logging is used nowfwhm(inCAP.caps2niftisandCAP.caps2surf, parameter still available inTimeseriesExtractorto apply smoothing during timeseries extraction; however smoothing is not needed for statistical maps)fslr_giftis_dict(inCAP.caps2surf)
Changed default in
CAP.caps2plotfrom “outer_product” to “heatmap”
đź“– Documentation#
Only version specifiers from >= 0.33.0 are shown. Previous specifiers are archived in the 0.32.4 readthedocs.io