Skip to content

Commit

Permalink
Update docs for 0.5.1 (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Oct 11, 2023
1 parent ad5fd13 commit 8bcbd2d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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'
25 changes: 25 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# What's New

<!-- Release notes generated using configuration in .github/release.yml at main -->

## 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).
Expand Down

0 comments on commit 8bcbd2d

Please sign in to comment.