|
| 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 | + |
1 | 13 | 2.14.0 (September 22, 2025) |
2 | 14 | =========================== |
3 | | -Feature release in the 2.13.x series. |
| 15 | +Feature release in the 2.14.x series. |
4 | 16 |
|
5 | 17 | This release requires a recent nitransforms release that in turn requires NumPy 2. |
6 | 18 | 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 |
157 | 169 | run as a BIDS App. To achieve the previous behavior of ``sdcflows-find-estimators``, |
158 | 170 | use the ``-n`` flag. |
159 | 171 |
|
160 | | -Addtional bug fixes and enhancements are included. |
| 172 | +Additional bug fixes and enhancements are included. |
161 | 173 |
|
162 | 174 | * FIX: Drop header before resampling image to avoid unsafe cast (#415) |
163 | 175 | * FIX: Wrangler now ignores ``part-phase`` EPI files (#407) |
@@ -188,7 +200,7 @@ and expansion effects on signal intensity. |
188 | 200 | * RF: Use scipy.interpolate.BSpline to construct spline basis (#393) |
189 | 201 | * DOC: Use latest sphinx to fix bad sphinx/furo interaction (#390) |
190 | 202 | * 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) |
192 | 204 | * MNT: Add pre-commit config (#375) |
193 | 205 | * MNT: Add a seed to random generator of coefficients (#368) |
194 | 206 |
|
@@ -342,7 +354,7 @@ that contribute to multiple ``B0FieldIdentifier``\s. |
342 | 354 | * MAINT: Housekeeping and more verbose debugging outputs (#302) |
343 | 355 | * MAINT: Simplify build tests on GH Actions to latest standards (#282) |
344 | 356 | * 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) |
346 | 358 | * MAINT: Remove unused argument from ``topup`` related interface (#276) |
347 | 359 | * CI: Update concurrency, permissions and actions (#313) |
348 | 360 | * CI: Roll unittests runner back to Ubuntu 20.04 (#310) |
@@ -448,7 +460,7 @@ along with corresponding updates to the CI tests. |
448 | 460 |
|
449 | 461 | 2.0.2 (May 11, 2021) |
450 | 462 | ==================== |
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 |
452 | 464 | of the new API. |
453 | 465 | The most relevant advance is the new :math:`B_0` fieldmap unwarping object which is compatible |
454 | 466 | 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. |
651 | 663 |
|
652 | 664 | 1.2.0 (February 15, 2020) |
653 | 665 | ------------------------- |
654 | | -A minor version release that changes phasediff caclulations to improve robustness. |
| 666 | +A minor version release that changes phasediff calculations to improve robustness. |
655 | 667 | This release is preparation for *fMRIPrep* 20.0.0. |
656 | 668 |
|
657 | 669 | * FIX: Scale all phase maps to ``[0, 2pi]`` range (#88) |
|
0 commit comments