From 8bcbd2df407fd725aa3e0b58f198ec8baffc28e2 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Wed, 11 Oct 2023 14:11:07 -0400 Subject: [PATCH] Update docs for 0.5.1 (#969) --- CITATION.cff | 4 ++-- docs/changes.md | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a52bb4d13..69e353a38 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -86,5 +86,5 @@ keywords: - BIDS-App - Neuroimaging license: BSD-3-Clause -version: 0.5.0 -date-released: '2023-09-13' +version: 0.5.1 +date-released: '2023-10-11' diff --git a/docs/changes.md b/docs/changes.md index c78706020..997d31827 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,5 +1,30 @@ # What's New + + +## 0.5.1 + +The 0.5.1 fixes some bugs for the XCP-D manuscript. + +### 🛠 Breaking Changes +* Update the QC metrics by @tsalo in https://github.com/PennLINC/xcp_d/pull/958 + +### 🎉 Exciting New Features +* Split HCP tasks into task and run entities by @tsalo in https://github.com/PennLINC/xcp_d/pull/952 +* Concatenate across directions as well as runs by @tsalo in https://github.com/PennLINC/xcp_d/pull/965 + +### 🐛 Bug Fixes +* Fix resting-state plots in executive summary by @tsalo in https://github.com/PennLINC/xcp_d/pull/941 +* Load T1w-to-standard transform to same space as volumetric BOLD scan by @tsalo in https://github.com/PennLINC/xcp_d/pull/926 +* Pin Nilearn version by @tsalo in https://github.com/PennLINC/xcp_d/pull/955 +* Don't interpolate volumes at beginning/end of run by @tsalo in https://github.com/PennLINC/xcp_d/pull/950 + +### Other Changes +* Update documentation for 0.5.0 release by @tsalo in https://github.com/PennLINC/xcp_d/pull/937 + + +**Full Changelog**: https://github.com/PennLINC/xcp_d/compare/0.5.0...0.5.1 + ## 0.5.0 The 0.5.0 release prepares for the XCP-D manuscript, so I plan to not introduce any backwards-incompatible changes between this release and 1.0.0 (the official paper release).