From af0013cad0c50bdfe54eec63a22cc386555d382d Mon Sep 17 00:00:00 2001 From: mathiasg Date: Wed, 6 Apr 2022 11:59:54 -0400 Subject: [PATCH] rel(22.0.1): update changes [skip ci] --- CHANGES.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2d54e3ad..15a8932a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,24 @@ +22.0.1 (April 6, 2022) +---------------------- +A bug-fix release in the 22.0.x series. + +This release includes a fix for when using `UNCInfant` as an output space, +as well as a few improvements to susceptibility distortion correction (SDC). +These include a new flag (`--topup-max-vols`) for controlling the number of +volumes used by TOPUP, and support for SDC in the case where single phase-encoding +fieldmap is used to correct opposite phase-encoding BOLD/EPI runs. + +### Warning +This release includes a new version of PyBIDS, which now preserves any +zero-padding within the `run` entity. As a result, NiBabies output naming +may slightly differ from previous versions. + +## Full Changelog +* CI: Migrate to token auth when uploading to pypi (#203) +* ENH: Improve fieldmap support (#205) +* MAINT: Bump niworkflows (#208) +* STY: Bump style dependencies, run isort on repo (#206) + 22.0.0 (March 28, 2022) ----------------------- A new `NiBabies` minor series!