From b073fbf0394c25aab4f8c131685300ef33adedc0 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 18 Dec 2023 09:30:29 -0500 Subject: [PATCH] REL: 2.7.0 --- CHANGES.rst | 19 +++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f0660f1c00..56a6ed61f6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,22 @@ +2.7.0 (December 18, 2023) +========================= +New feature release in the 2.7.0 series. + +This release includes an updated CLI, which allows ``sdcflows`` to be +run as a BIDS App. To achieve the previous behavior of ``sdcflows-find-estimators``, +use the ``-n`` flag. + +Addtional bug fixes and enhancements are included. + +* FIX: Drop header before resampling image to avoid unsafe cast (#415) +* FIX: Wrangler now ignores ``part-phase`` EPI files (#407) +* ENH: Standalone CLI now estimates fieldmaps (#408) +* ENH: Add support for ASL data (#411) +* ENH: Enable rendering of the Jupyter notebooks (#409) +* MNT: Migrate to PEP517/518 packaging (#410) +* CI: bump actions/setup-python from 4 to 5 (#412) +* CI: bump conda-incubator/setup-miniconda from 2 to 3 (#406) + 2.6.0 (November 10, 2023) ========================= New feature release in the 2.6.0 series. diff --git a/pyproject.toml b/pyproject.toml index a4ef31a6b6..fbdaae9e94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ doc = [ "nbsphinx", "nibabel", "nipype >= 1.5.1", - "niworkflows @ git+https://github.com/nipreps/niworkflows.git@master", + "niworkflows >= 1.10.0", "numpy", "packaging", "pandoc",