Fmriprep

Latest version: v25.0.0

Safety actively analyzes 722861 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 23

25.0.0

=======================
New feature release in the 25.0.x series.

This release substantially improves support for pre-computed derivatives.
Previous releases would miss some derivatives and rerun the computations.
Note that derivatives from previous versions will be accepted,
so it should not be necessary to recompute derivatives from previous versions.
The recommended command line is::

fmriprep BIDS_DIR OUT_DIR participant --derivatives fmriprep=PRECOMP_DIR

Note that multiple derivatives can be specified, for example::

fmriprep BIDS_DIR OUT_DIR participant \
anat=PRECOMPUTED_ANATOMICAL_DIR \
func=PRECOMPUTED_FUNCTIONAL_DIR

When the same file is found in multiple derivatives, the last one found takes precedence.

Additionally, `--force-*` flags have been consolidated into a single
`--force` flag that can take multiple, space-separated arguments.

Structural processing changes
-----------------------------
We now output white, pial and midthickness fsLR meshes on the subject surface.
Look for `sub-<subject>_hemi-<L|R>_space-fsLR_*_<surf>.surf.gii` files.

Brain extraction has been modified slightly to more closely match the
`antsBrainExtraction.sh` workflow distributed by ANTs.
The impact should be minimal, but in rare cases this fixes a crash.

Fieldmap processing changes
---------------------------
SyN-SDC fieldmap filtering is now single-level, following the improvements
for gradient-echo fieldmaps in 24.1.

Jacobian-weighting during fieldmap unwarping is now on by default *only*
for PEPolar fieldmaps.
To enable for other fieldmap types, use `--force fieldmap-jacobian`.

All merged pull requests
------------------------

* FIX: Detect and apply precomputed fieldmaps (3439)
* FIX: Calculate bold mask and dummy scans in transform-only runs (3428)
* FIX: Use consistent skull-stripping pre- and post- SDC (3415)
* FIX: Use removeprefix instead of lstrip or ternary operator (3409)
* FIX: Listify sessions when generating reports (3408)
* FIX: Ensure fieldmap is resampled correctly in report (3387)
* FIX: Stop excluding FS minc_modify_header used during fallback registration (3372)
* FIX: Repair and test query for precalculated baseline/boldref files (3370)
* FIX: Repair search for precomputed transforms (3369)
* ENH: Enable Jacobians only for PEPOLAR by default, allow forcing (3443)
* ENH: Create `--force` flag that accepts a list, replacing individual `--force-*` flags (3442)
* ENH: Output fsLR meshes on subject surfaces (3411)
* ENH: Flexibilize "sophisticated" pepolar to allow monomodal execution (3393)
* ENH: Update FSL packages for reported bug fixes (3374)
* RF: Calculate RMSD from motion transforms (3427)
* RF: Reconstruct motion confounds from minimal derivatives (3424)
* RF: Replace deprecated pkgutil.find_loader (3384)
* RF: Upgrade nitransforms and remove workarounds (3378)
* DOC: Fix xfm extension in the outputs docs (3435)
* DOC: Mention fMRIPost-AROMA in parser documentation (3356)
* MNT: Remove CLI flags with expired deprecation periods (3445)
* MNT: Update pinned environment (3440)
* MNT: Bump pins, update RTD config (3425)
* MNT: Declare linux/amd64 platform during Docker build (3422)
* MNT: Bump astral-sh/setup-uv from 4 to 5 (3417)
* MNT: Test support for Python 3.13 (3416)
* MNT: Install Workbench CLI via conda (3410)
* MNT: Update minimum dependencies, test with tox-uv (3412)
* MNT: Install c3d through conda (3382)
* CI: Fetch tags and 200 commits to support describe (3381)
* CI: Build docker images in GHA, store cache inline and push to GHCR (3380)

24.1.1

=========================
Bug fix release in the 24.1.x series.

Precomputed functional derivatives were not being correctly detected,
and a couple fixes for rare issues.

* FIX: Remove checks for unit zooms and symmetric rotations in template warp (3376)
* FIX: Stop excluding FS minc_modify_header used during fallback registration (3372)
* FIX: Repair search for precomputed bold references (3370)
* FIX: Repair search for precomputed transforms (3369)

24.1.0

===========================
New feature release in the 24.1.x series.

Handling of gradient echo fieldmaps is improved.

* FIX: Select volumetric dseg.tsv from recent TemplateFlow releases (3257)
* RF: Adapt to less T1w-centric smriprep (3333)
* RF: Use acres over vendored data loader (3323)
* DOC: Add benchmark page (3312)
* MAINT: Move to tox to simplify test/CI setup (3326)
* CI: Fix expected outputs for fieldmaps (3321)

24.0.1

======================
Bug fix release in the 24.0.x series.

This release resolves a bug with multi-volume single-band references.
If multiple volumes are found, they are processed in the same way as
the BOLD series is processed to produce a motion-correction reference.

* FIX: Validate and summarize multi-volume sbrefs (3320)
* DOC: Address errors/warnings in RTD builds (3325)
* DOC: Read html_baseurl from RTD environment, if available (3324)

24.0.0

======================
New feature release in the 24.0.x series.

This release is an incremental improvement on 23.2.x, with some
fixes for bugs discovered in the updated workflow.

New features include separation of HTML reports by session for subjects
with many BOLD runs, a new ``--fs-no-resume`` option to improve interoperability
with less typical FreeSurfer directories, such as those generated by longitudinal
FreeSurfer or FastSurfer, and adoption of DatasetLinks and BIDS-URIs, to follow
the recommendations of recent versions of BIDS.

With thanks to Dimitri Papadopoulos, Basile Pinsard, Celine Provins, Taylor Salo
and Wang Hao-Ting for their contributions!

* FIX: Add "double" type to allowed DisplacementFieldTransform (3287)
* FIX: Require recent templateflow, select correct aparc dseg.tsv (3256)
* FIX: Ensure proper templates are retrieved with sloppy (3251)
* FIX: Delete summary from functional report when separated by sessions (3223)
* FIX: Support lists in bids filter file containing ``null`` or ``*`` (3215)
* FIX: Re-enable anat fasttrack for dataset without t1w (3202)
* ENH: Use BIDSURI in init_ds_boldmask_wf (3297)
* ENH: Add templateflow to DatasetLinks (3267)
* ENH: Track proximal sources of functional GIFTIs (3263)
* ENH: Support named derivative paths (3264)
* ENH: Track Sources for standard-space outputs (3262)
* ENH: Add --fs-no-resume option to reuse existing FreeSurfer outputs without resuming (3142)
* ENH: Use BIDS URIs to track Sources in sidecars (3255)
* ENH: Ignore unselected subjects in BIDSLayoutIndexer (3236)
* ENH: Add metadata for motion parameters (3245)
* ENH: Separate anatomical and functional reports per session for densely sampled dataset (3191)
* ENH: Leverage T2w if available for BOLD -> anat coregistration (3208)
* RF: Fix ITK warp conversion to nitransforms format (3300)
* RF: Load report assembler from nireports (3177)
* DOC: Clarify ``--dvars-spike-threshold`` uses standardized DVARS (3205)
* TST: Update test to reflect new report generation behavior (3210)
* STY: Manual conversions to f-strings (3241)
* STY: Apply ruff/pyupgrade rule UP031 (3280)
* STY: Lint and style check full repository (3221)
* STY: Adopt ruff for linting and formatting (3206)
* MNT: Pin libitk 5.3 and note dependencies (3298)
* MNT: Upgrade ruff pre-commit, add fixing checks (3283)
* MNT: Complete transition from flake8/black to ruff (3279)
* MNT: Apply Repo-Review suggestions (3194)
* MNT: Verbatim copy of Apache license 2.0 (3259)
* MNT: Bump cryptography from 41.0.7 to 42.0.4 (3234)
* MNT: Drop copyright year, unused dunder fields (3247)
* MNT: Update environment pins (3226)
* MNT: Bump codecov/codecov-action from 3 to 4 (3219)
* DOCKER: Restore mincinfo binary (3249)
* CI: Move to new circle machine tags (3248)
* CI: Avoid ruff warning (3244)
* CI: Pass ruff tests (3243)

23.2.3

=====================
Bug fix release in the 23.2.x series.

Writes brain masks in ``space-boldref`` with ``--level minimal``,
bringing behavior in line with documentation.

* FIX: Write out boldref-space brain mask with minimal level (3292)

Page 1 of 23

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.