|
| 1 | +2.2.0 (December 09, 2022) |
| 2 | +========================= |
| 3 | +New feature release in the 2.2.x series. |
| 4 | + |
| 5 | +This series supports fMRIPrep 22.1.x and Nibabies 22.2.x. |
| 6 | + |
| 7 | +This release includes fixes for a number of SDC use cases. |
| 8 | + |
| 9 | +With thanks to Basile Pinsard for adding support for fieldmaps |
| 10 | +that contribute to multiple ``B0FieldIdentifier``\s. |
| 11 | + |
| 12 | +.. attention:: |
| 13 | + |
| 14 | + *SDCFlows* drops Python 3.7 starting with 2.2.x series. |
| 15 | + |
| 16 | +* FIX: Collate fieldmap coefficients into list of lists (#317) |
| 17 | +* FIX: Pad BSpline design matrix (#319) |
| 18 | +* FIX: Calculate bspline grids separately from colocation matrices (#308) |
| 19 | +* FIX: Support scipy 1.8 (#311) |
| 20 | +* FIX: Pacify deprecation warning from scipy.stats (#309) |
| 21 | +* FIX: Do not reorient distorted image in apply (#303) |
| 22 | +* FIX: Do not create a dense matrix along the way (#299) |
| 23 | +* FIX: Ensure ``replace()`` calls only alter the file basename (#293) |
| 24 | +* FIX: Update tests after merge of #287 (#288) |
| 25 | +* FIX: Revise debug/sloppy operations of the ``coeff2epi`` workflow (#287) |
| 26 | +* FIX: Revise the TOPUP workflow and related utilities (#278) |
| 27 | +* ENH: Default to 4mm re-zoom for b-spline approximation (#314) |
| 28 | +* ENH: Drop n_procs tag from BSplineApprox (#315) |
| 29 | +* ENH: Find B0FieldIdentifiers when one image contributes to multiple (#298) |
| 30 | +* ENH: Allow bids filtering during ``get()`` calls. (#292) |
| 31 | +* ENH: Evaluate B-Splines using scipy (#304) |
| 32 | +* ENH: Integrate downsampling in ``BSplineApprox`` when the input is high-res (#301) |
| 33 | +* ENH: Make wrangler more verbose (#284) |
| 34 | +* ENH: Add CLI to detect usable estimators within a BIDS dataset (#257) |
| 35 | +* ENH: Calculate robust average of EPI inputs to TOPUP workflow (#280) |
| 36 | +* MAINT: Housekeeping and more verbose debugging outputs (#302) |
| 37 | +* MAINT: Simplify build tests on GH Actions to latest standards (#282) |
| 38 | +* MAINT: Keep CircleCI settings up to date (#281) |
| 39 | +* MAINT: Unavilable data from OSF remote (datalad) for CircleCI tests. (#277) |
| 40 | +* MAINT: Remove unused argument from ``topup`` related interface (#276) |
| 41 | +* CI: Update concurrency, permissions and actions (#313) |
| 42 | +* CI: Roll unittests runner back to Ubuntu 20.04 (#310) |
| 43 | +* CI: Ensure builds are triggered weekly (#270) |
| 44 | + |
1 | 45 | 2.1.1 (August 29, 2022)
|
2 | 46 | =======================
|
3 | 47 | Patch release in the 2.1.x series. This release incorporates the fix in 2.0.13 in
|
|
0 commit comments