File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
20
2.6.0 (November 10, 2023)
2
21
=========================
3
22
New feature release in the 2.6.0 series.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ doc = [
53
53
" nbsphinx" ,
54
54
" nibabel" ,
55
55
" nipype >= 1.5.1" ,
56
- " niworkflows @ git+https://github.com/nipreps/niworkflows.git@master " ,
56
+ " niworkflows >= 1.10.0 " ,
57
57
" numpy" ,
58
58
" packaging" ,
59
59
" pandoc" ,
You can’t perform that action at this time.
0 commit comments