Skip to content

Commit b073fbf

Browse files
committed
REL: 2.7.0
1 parent fffd040 commit b073fbf

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGES.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2.7.0 (December 18, 2023)
2+
=========================
3+
New feature release in the 2.7.0 series.
4+
5+
This release includes an updated CLI, which allows ``sdcflows`` to be
6+
run as a BIDS App. To achieve the previous behavior of ``sdcflows-find-estimators``,
7+
use the ``-n`` flag.
8+
9+
Addtional bug fixes and enhancements are included.
10+
11+
* FIX: Drop header before resampling image to avoid unsafe cast (#415)
12+
* FIX: Wrangler now ignores ``part-phase`` EPI files (#407)
13+
* ENH: Standalone CLI now estimates fieldmaps (#408)
14+
* ENH: Add support for ASL data (#411)
15+
* ENH: Enable rendering of the Jupyter notebooks (#409)
16+
* MNT: Migrate to PEP517/518 packaging (#410)
17+
* CI: bump actions/setup-python from 4 to 5 (#412)
18+
* CI: bump conda-incubator/setup-miniconda from 2 to 3 (#406)
19+
120
2.6.0 (November 10, 2023)
221
=========================
322
New feature release in the 2.6.0 series.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ doc = [
5353
"nbsphinx",
5454
"nibabel",
5555
"nipype >= 1.5.1",
56-
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
56+
"niworkflows >= 1.10.0",
5757
"numpy",
5858
"packaging",
5959
"pandoc",

0 commit comments

Comments
 (0)