diff --git a/CITATION.cff b/CITATION.cff index 42fd15794..3990b0a11 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -86,5 +86,5 @@ keywords: - BIDS-App - Neuroimaging license: BSD-3-Clause -version: 0.6.4 -date-released: '2024-03-19' +version: 0.7.0 +date-released: '2024-03-22' diff --git a/docs/changes.md b/docs/changes.md index 5a367e1a9..183ba043f 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,5 +1,32 @@ # What's New +## 0.7.0 + +This is a large, backwards-incompatible release. +The changes in this release mostly stem from reviewer comments on the XCP-D manuscript. + +I expect to release 0.7.1, which will add the NiPreps Config object, very soon. + +### 🛠 Breaking Changes + +* [DCAN] Remove `--dcan-qc` parameter by @tsalo in https://github.com/PennLINC/xcp_d/pull/1096 +* Bring outputs up to date with BEPs 11, 12, 17, and 38 by @tsalo in https://github.com/PennLINC/xcp_d/pull/1065 +* Stop appending "xcp_d" to output directory by @tsalo in https://github.com/PennLINC/xcp_d/pull/1061 + +### 🎉 Exciting New Features + +* Create reformatted BrainSwipes figures for HBCD QC by @tsalo in https://github.com/PennLINC/xcp_d/pull/1091 + +### Other Changes + +* Add information about ReHo to read-the-docs by @kahinimehta in https://github.com/PennLINC/xcp_d/pull/1097 +* Update landing page figure by @kahinimehta in https://github.com/PennLINC/xcp_d/pull/1099 +* Add band over censored volumes in executive summary carpet plots by @tsalo in https://github.com/PennLINC/xcp_d/pull/1077 +* Fix image link by @psychelzh in https://github.com/PennLINC/xcp_d/pull/1100 + +**Full Changelog**: https://github.com/PennLINC/xcp_d/compare/0.6.4...0.7.0 + + ## 0.6.4 ### 🎉 Exciting New Features