diff --git a/CITATION.cff b/CITATION.cff index 0a76bd8de..d1048faa2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -86,5 +86,5 @@ keywords: - BIDS-App - Neuroimaging license: BSD-3-Clause -version: 0.7.1 -date-released: '2024-04-19' +version: 0.7.2 +date-released: '2024-04-24' diff --git a/README.rst b/README.rst index bd5dd41b6..ad10c8df8 100644 --- a/README.rst +++ b/README.rst @@ -69,6 +69,7 @@ See the `documentation `_ for more deta Why you should use XCP-D ```````````````````````` + XCP-D produces the following commonly-used outputs: matrices, parcellated time series, dense time series, and additional QC measures. @@ -79,6 +80,7 @@ as well as decomposition-based methods, such as ICA or NMF. When you should not use XCP-D ````````````````````````````` + XCP-D is not designed as a general-purpose postprocessing pipeline. It is really only appropriate for certain analyses, and other postprocessing/analysis tools are better suited for many types of data/analysis. @@ -88,3 +90,19 @@ such as psychophysiological interactions (PPIs) or beta series analyses. It is also not suitable for general task-based analyses, such as standard task GLMs, as we recommend included nuisance regressors in the GLM step, rather than denoising data prior to the GLM. + + +************ +Citing XCP-D +************ + +If you use XCP-D in your research, please use the boilerplate generated by the workflow. +If you need an immediate citations, please cite the following preprint: + + Mehta, K., Salo, T., Madison, T., Adebimpe, A., Bassett, D. S., Bertolero, M., ... & Satterthwaite, T. D. + (2023). + XCP-D: A Robust Pipeline for the post-processing of fMRI data. + *bioRxiv*. + doi:10.1101/2023.11.20.567926. + +Please also cite the Zenodo DOI for the version you're referencing. diff --git a/docs/changes.md b/docs/changes.md index 3d62ac5a4..4f59e9cc8 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,6 +1,24 @@ # What's New - +## 0.7.2 + +This is a patch release fixing small bugs in 0.7.1. + +### 🎉 Exciting New Features + +* Make `GeneratedBy` in preprocessing derivatives' `dataset_description.json` optional by @tsalo in https://github.com/PennLINC/xcp_d/pull/1151 + +### 🐛 Bug Fixes + +* Fix exit code bug in `cli.run.main()` by @tsalo in https://github.com/PennLINC/xcp_d/pull/1152 + +### Other Changes + +* Replace pkgrf with load_data by @tsalo in https://github.com/PennLINC/xcp_d/pull/1147 +* Update to new build image (v0.0.12) by @tsalo in https://github.com/PennLINC/xcp_d/pull/1153 + +**Full Changelog**: https://github.com/PennLINC/xcp_d/compare/0.7.1...0.7.2 + ## 0.7.1