Skip to content

Commit d95377b

Browse files
committed
Merge tag '2.15.0'
2.15.0 (September 26, 2025) Feature release in the 2.15.x series. This release reworks derivatives a bit to ensure that everything needed for downstream processing is placed in the output directory. The results from the output directory are aggregated into the workflow outputnode, allowing consistency in workflows that can accept precomputed derivatives. * feat: Save mask to derivatives, pass derivatives to outputnode (#506)
2 parents 076c985 + 5dc1099 commit d95377b

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

CHANGES.rst

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1+
2.15.0 (September 26, 2025)
2+
===========================
3+
Feature release in the 2.15.x series.
4+
5+
This release reworks derivatives a bit to ensure that everything needed for
6+
downstream processing is placed in the output directory.
7+
The results from the output directory are aggregated into the workflow outputnode,
8+
allowing consistency in workflows that can accept precomputed derivatives.
9+
10+
* feat: Save mask to derivatives, pass derivatives to outputnode (#506)
11+
12+
113
2.14.0 (September 22, 2025)
214
===========================
3-
Feature release in the 2.13.x series.
15+
Feature release in the 2.14.x series.
416

517
This release requires a recent nitransforms release that in turn requires NumPy 2.
618
Since this is a major dependency increment, a new feature release is justified.
@@ -157,7 +169,7 @@ This release includes an updated CLI, which allows ``sdcflows`` to be
157169
run as a BIDS App. To achieve the previous behavior of ``sdcflows-find-estimators``,
158170
use the ``-n`` flag.
159171

160-
Addtional bug fixes and enhancements are included.
172+
Additional bug fixes and enhancements are included.
161173

162174
* FIX: Drop header before resampling image to avoid unsafe cast (#415)
163175
* FIX: Wrangler now ignores ``part-phase`` EPI files (#407)
@@ -188,7 +200,7 @@ and expansion effects on signal intensity.
188200
* RF: Use scipy.interpolate.BSpline to construct spline basis (#393)
189201
* DOC: Use latest sphinx to fix bad sphinx/furo interaction (#390)
190202
* DOC: Fix missing dependency when merging new data loader (#380)
191-
* MNT: Update emprical values in test to allow transition to new scipy's BSpline (#387)
203+
* MNT: Update empirical values in test to allow transition to new scipy's BSpline (#387)
192204
* MNT: Add pre-commit config (#375)
193205
* MNT: Add a seed to random generator of coefficients (#368)
194206

@@ -342,7 +354,7 @@ that contribute to multiple ``B0FieldIdentifier``\s.
342354
* MAINT: Housekeeping and more verbose debugging outputs (#302)
343355
* MAINT: Simplify build tests on GH Actions to latest standards (#282)
344356
* MAINT: Keep CircleCI settings up to date (#281)
345-
* MAINT: Unavilable data from OSF remote (datalad) for CircleCI tests. (#277)
357+
* MAINT: Unavailable data from OSF remote (datalad) for CircleCI tests. (#277)
346358
* MAINT: Remove unused argument from ``topup`` related interface (#276)
347359
* CI: Update concurrency, permissions and actions (#313)
348360
* CI: Roll unittests runner back to Ubuntu 20.04 (#310)
@@ -448,7 +460,7 @@ along with corresponding updates to the CI tests.
448460

449461
2.0.2 (May 11, 2021)
450462
====================
451-
A patch release including hot-fixes and some relevant improvements inteded for the reliability
463+
A patch release including hot-fixes and some relevant improvements intended for the reliability
452464
of the new API.
453465
The most relevant advance is the new :math:`B_0` fieldmap unwarping object which is compatible
454466
with *NiTranforms* and evades the problem of fiddling with the target image's x-forms.
@@ -651,7 +663,7 @@ A patch release to make *SDCFlows* more amicable to downstream software.
651663

652664
1.2.0 (February 15, 2020)
653665
-------------------------
654-
A minor version release that changes phasediff caclulations to improve robustness.
666+
A minor version release that changes phasediff calculations to improve robustness.
655667
This release is preparation for *fMRIPrep* 20.0.0.
656668

657669
* FIX: Scale all phase maps to ``[0, 2pi]`` range (#88)

0 commit comments

Comments
 (0)