Skip to content

Commit

Permalink
Add 0.5.x release notes to changelog (#339)
Browse files Browse the repository at this point in the history
* Add 0.5.x release notes to changelog.

* Add graphviz to RTD dependencies.

* Update CHANGES.md
  • Loading branch information
tsalo authored Nov 8, 2023
1 parent 8e2e73d commit 3a34405
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 2

build:
os: ubuntu-22.04
apt_packages:
- graphviz
tools:
python: "3.9"

Expand Down
42 changes: 40 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@

## 0.5.1

### 🐛 Bug Fixes
* Make M0 TR optional for BASIL by @tsalo in https://github.com/PennLINC/aslprep/pull/323
* Fix `BolusCutOffTechnique` typo by @tsalo in https://github.com/PennLINC/aslprep/pull/328

### Other Changes
* Remove unnecessary dependencies by @tsalo in https://github.com/PennLINC/aslprep/pull/325
* Document M0 use in reports by @tsalo in https://github.com/PennLINC/aslprep/pull/329


**Full Changelog**: https://github.com/PennLINC/aslprep/compare/0.5.0...0.5.1

## 0.5.0

### 🎉 Exciting New Features
* Add force-ge and force-no-ge parameters by @tsalo in https://github.com/PennLINC/aslprep/pull/313
* Write out QC metadata by @tsalo in https://github.com/PennLINC/aslprep/pull/317

### 🐛 Bug Fixes
* Fix nibabel import by @tsalo in https://github.com/PennLINC/aslprep/pull/301
* Fix the Docker image by @tsalo in https://github.com/PennLINC/aslprep/pull/312
* Remove M0 metadata from multi-PLD GE metadata dictionary by @tsalo in https://github.com/PennLINC/aslprep/pull/315
* Fix CombineMotionParameters to support single-volume volume types by @tsalo in https://github.com/PennLINC/aslprep/pull/316
* Patch regmotoasl by @tsalo in https://github.com/PennLINC/aslprep/pull/320
* Patch regmotoasl again by @tsalo in https://github.com/PennLINC/aslprep/pull/321

### Other Changes
* Replace niworkflows calls with dependency calls (second attempt) by @tsalo in https://github.com/PennLINC/aslprep/pull/299
* Adopt Nipreps configuration and maintenance docs by @tsalo in https://github.com/PennLINC/aslprep/pull/231
* Fix Docker build steps by @tsalo in https://github.com/PennLINC/aslprep/pull/309


**Full Changelog**: https://github.com/PennLINC/aslprep/compare/0.4.0...0.5.0

## 0.4.0

This release re-implements multi-delay PCASL and single-delay Q2TIPS PASL support.
Expand All @@ -8,17 +44,19 @@ Thanks to Sudipto Dolui, Jian Hu, Jan Petr, Manuel Taso, and Kay Jann for their

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

## What's Changed
### 🛠 Breaking Changes
* Use same TPM threshold for GE and non-GE data by @tsalo in https://github.com/PennLINC/aslprep/pull/263
* Remove slice-timing correction by @tsalo in https://github.com/PennLINC/aslprep/pull/269

### 🎉 Exciting New Features
* Shift PostLabelingDelay(s) by slice times by @tsalo in https://github.com/PennLINC/aslprep/pull/280
* Perform motion correction separately for each image type by @tsalo in https://github.com/PennLINC/aslprep/pull/275
* Support single-PLD Q2TIPS PASL and multi-PLD PCASL by @tsalo in https://github.com/PennLINC/aslprep/pull/268

### 🐛 Bug Fixes
* Support runs with SCORE/SCRUB disabled by @tsalo in https://github.com/PennLINC/aslprep/pull/279
* Reorganize atlases and add them to the package data by @tsalo in https://github.com/PennLINC/aslprep/pull/282

### Other Changes
* Refactor workflow connections by @tsalo in https://github.com/PennLINC/aslprep/pull/261
* Refactor more by @tsalo in https://github.com/PennLINC/aslprep/pull/264
Expand Down Expand Up @@ -103,7 +141,7 @@ ASLPrep, XCP-D, and QSIPrep, so please be aware of that upcoming change.
* Collect associated files at beginning of workflow by @tsalo in https://github.com/PennLINC/aslprep/pull/246
* Refactor confounds and QC metrics by @tsalo in https://github.com/PennLINC/aslprep/pull/256

## New Contributors
### New Contributors
* @tsalo made their first contribution in https://github.com/PennLINC/aslprep/pull/204
* @josephmje made their first contribution in https://github.com/PennLINC/aslprep/pull/192

Expand Down

0 comments on commit 3a34405

Please sign in to comment.