Tags: thoernst/fmriprep
Tags
23.0.1 (March 24, 2023) Bug fix release in the 23.0.x series. This release fixes issues with detecting partial fieldmaps, emitting a warning instead of an error. A small change in sMRIPrep fixes the name of a workflow, which may cause a duplication in a reused work directory from 23.0.0, but should not break any workflows or produce a change in derivatives.
23.0.0 (March 13, 2023) New feature release in the 23.0.x series. This release adds improvements for workflows targeting the fsLR grayordinate space. Namely, morphometric (curvature, sulcal depth and cortical thickness) measures are output as ``.dscalar.nii`` files and high-variance voxels can be excluded from the resampling step using ``--project-goodvoxels``. Additionally, T2w images are now resampled to the T1w-defined subject space if FreeSurfer reconstruction is used. If multiple T2w images are provided, they are merged into a single image first. PEPolar fieldmaps with R/L phase-encoding directions or in non-standard orientations are now better supported. We continue to work toward better support for more SDC configurations. 23.0.0 supports FreeSurfer 7.3.2, which is now bundled in the Docker image. ICA-AROMA support will be removed in 23.1.0. With thanks to Thomas Madison, Greg Conan, Celine Provins, Robert Smith and Yaroslav Halchenko for contributions. Thanks also to Steve Giavasis and colleagues at the Child Mind Institute for feedback on SDC processing. * FIX: Pass reference image to unwarp_wf, use reference fieldwarp for single shot (nipreps#2945) * FIX: Pass fmap filters to sdcflows (nipreps#2932) * ENH: Resample morphometrics to fsLR dscalar CIFTI-2 files if ``--cifti-output`` is used (nipreps#2959) * ENH: Add option to exclude projecting high variance voxels to surface (update of nipreps#2855) (nipreps#2956) * ENH: Separate deep from shallow WM+CSF in the carpetplot (nipreps#2744) * ENH: Merge T2w images and coregister to T1w template (nipreps#2941) * RF: Use DataFrame.rename instead of ad hoc process (nipreps#2937) * DOC: Update the description of the carpetplot in the sample report (nipreps#2950) * DOC: Altered CLI option grouping (nipreps#2944) * DOC: Update lesion ROI documentation, warn in docs and app about upcoming changes (nipreps#2943) * DOC: Update docs following read-through (nipreps#2930) * DOC: Update carpetplot in "Outputs of fMRIPrep" (nipreps#2923) * MNT: Codespell config, action + some typo fixups (nipreps#2958) * MNT: Warn that AROMA support will be removed in a future version (nipreps#2940) * MNT: Update Ubuntu, FreeSurfer, AFNI and Convert3D (nipreps#2931) * MNT: Switch to hatch build backend and update package metadata (nipreps#2914 + nipreps#2939) * MNT: Rotate CircleCI secrets and setup up org-level context (nipreps#2928) * CI: Minor updates to CircleCI config to improve resilience (nipreps#2957) * CI: Weekly docker build from scratch (nipreps#2938)
23.0.0rc0 (March 6, 2023) New feature release in the 23.0.x series. This release adds improvements for workflows targeting the fsLR grayordinate space. Namely, morphometric (curvature, sulcal depth and cortical thickness) measures are output as ``.dscalar.nii`` files and high-variance voxels can be excluded from the resampling step using ``--project-goodvoxels``. Additionally, T2w images are now resampled to the T1w-defined subject space if FreeSurfer reconstruction is used. If multiple T2w images are provided, they are merged into a single image first. 23.0.0 supports FreeSurfer 7.3.2, which is now bundled in the Docker image. ICA-AROMA support will be removed in 23.1.0. With thanks to Thomas Madison, Greg Conan, Celine Provins, Robert Smith and Yaroslav Halchenko for contributions. Thanks also to Steve Giavasis and colleagues at the Child Mind Institute for feedback on SDC processing. * FIX: Pass reference image to unwarp_wf, use reference fieldwarp for single shot (nipreps#2945) * FIX: Pass fmap filters to sdcflows (nipreps#2932) * ENH: Resample morphometrics to fsLR dscalar CIFTI-2 files if ``--cifti-output`` is used (nipreps#2959) * ENH: Add option to exclude projecting high variance voxels to surface (update of nipreps#2855) (nipreps#2956) * ENH: Separate deep from shallow WM+CSF in the carpetplot (nipreps#2744) * ENH: Merge T2w images and coregister to T1w template (nipreps#2941) * RF: Use DataFrame.rename instead of ad hoc process (nipreps#2937) * DOC: Update the description of the carpetplot in the sample report (nipreps#2950) * DOC: Altered CLI option grouping (nipreps#2944) * DOC: Update lesion ROI documentation, warn in docs and app about upcoming changes (nipreps#2943) * DOC: Update docs following read-through (nipreps#2930) * DOC: Update carpetplot in "Outputs of fMRIPrep" (nipreps#2923) * MNT: Codespell config, action + some typo fixups (nipreps#2958) * MNT: Warn that AROMA support will be removed in a future version (nipreps#2940) * MNT: Update Ubuntu, FreeSurfer, AFNI and Convert3D (nipreps#2931) * MNT: Switch to hatch build backend and update package metadata (nipreps#2914 + nipreps#2939) * MNT: Rotate CircleCI secrets and setup up org-level context (nipreps#2928) * CI: Minor updates to CircleCI config to improve resilience (nipreps#2957) * CI: Weekly docker build from scratch (nipreps#2938)
22.1.1 (January 04, 2023) Bug fix release in the 22.1.x series. This release fixes the reported version in the distributed Docker image, and depends on SDCFlows 2.2.2, which fixes a bug affecting SDC estimation in some oblique datasets. * FIX: Ensure version installed in Docker file is clean (nipreps#2922)
22.1.0 (December 12, 2022) New feature release in the 22.1.x series. This is an incremental improvement on the 22.0.x series, including features and fixes that are backwards incompatible with the 22.0.x work tree. Several significant issues with susceptibility distortion correction (SDC) have been fixed in SDCFlows 2.2.0, in addition to the changes listed below. If you have been seeing issues with SDC in 21.0.x or 22.0.x, please test out this version and submit issues. Additionally, this version includes improvements to structural preprocessing, generating morphometric ``.shape.gii`` files from FreeSurfer derivatives. Finally, this release introduces a method for estimating the carbon footprint of using fMRIPrep. Add ``--track-carbon`` to your command to try this out. Note that it does not work in Docker containers, but should work for Singularity containers. With thanks to Nikhil Bhagwat for contributions. * FIX: Conform --reports-only to match post-run report generation (nipreps#2900) * FIX: Remove cortex masking during vol2surf sampling (nipreps#2879) * FIX: Do not attempt to calculate TA if SliceTiming is degenerate (nipreps#2901) * FIX: Pass CrownCompCor components to GatherConfounds (nipreps#2897) * FIX: Output brain mask and boldref in BOLD space if individual echos requested (nipreps#2852) * FIX: Check for empty ACompCor results before trying to rename (nipreps#2851) * FIX: Filter sbrefs by BIDS filters if available (nipreps#2843) * ENH: Provide free memory estimate to unwarp_wf for better resources allocation (nipreps#2910) * ENH: Add migas telemetry in addition to sentry (nipreps#2817) * ENH: Tag memory based on data shape, annotate T2SMap (nipreps#2898) * ENH: Add of carbon tracker to estimate workflow emissions (nipreps#2834) * ENH: Output BOLD HMC transforms and reference volume (nipreps#2860) * RF: CIFTI generation (nipreps#2884) * DOC: Correct description of --longitudinal behavior (nipreps#2905) * MNT: Update fast track outputs, use latest smriprep (nipreps#2894) * MNT: Deprecate ``--topup-max-vols`` (nipreps#2881) * MNT: Add a ``--debug pdb`` to allow easier line-by-line debugging (nipreps#2871) * MNT: Generate more verbose reports (here, showing fieldmaps) if running in debug mode (nipreps#2872) * DOCKER: Build wheel and install in two-stage build (nipreps#2859) * CI: Various updates (nipreps#2899) * CI: Test on Python 3.10, bump actions versions (nipreps#2895) * CI: Fix non-fasttrack outputs for maint/21.0.x (nipreps#2866)
21.0.4 (September 29, 2022) Bug-fix release in the 21.0.x series. * FIX: Output brain mask and boldref in BOLD space if individual echos requested (nipreps#2852) * FIX: Check for empty ACompCor results before trying to rename (nipreps#2851) * CI: Fix non-fasttrack outputs for maint/21.0.x (nipreps#2866)
22.0.2 (September 27, 2022) A patch release in the 22.0.x series. This release increases the minimum Nipype version to include better error messages on failures. Additionally, this includes a fix to allow SyN distortion correction in combination with the `--ignore fieldmaps` option. * MAINT: Add `pre-commit`, dev installation for consistent styling (nipreps#2857) * CI: Upgrade docker orb (nipreps#2858)
22.0.1 (September 13, 2022) =========================== Patch release in the 22.0.x series. This release includes relaxed tolerance in the case where fieldmap affines slightly differed, and a fix for running FreeSurfer 7 with an outdated fsaverage folder. * ENH: Add check to ensure latest fsaverage folder is used (nipreps#2847) * FIX: Filter sbrefs by BIDS filters if available (nipreps#2843) * FIX: Avoid crashing on empty ACompCor results (nipreps#2850)
21.0.3 (September 6, 2022) Bug-fix release in the 21.0.x series. This release includes a fix for `--bids-filter-file` not respecting `sbref` filtering.\ * FIX: Filter sbrefs by BIDS filters if available (nipreps#2843)
22.0.0 (July 28, 2022) New feature release in the 22.0.x series. This release has been tested to work with Python 3.9 and FreeSurfer 7.2, which are now bundled in the Docker image. This release also features improvements to T2\* and carpetplot reporting. For the next release, we are investigating issues with susceptibility distortion correction (SDC). Please check your results carefully and report any issues you find. * FIX: Update wrapper python path (nipreps#2783) * FIX: Preserve ``collect_data`` behavior by using named args (nipreps#2754) * FIX: Update *fMRIPrep* version in bibliography at run time (nipreps#2738) * FIX: Plot carpetplot with CIFTI-specific colorbar (nipreps#2737) * FIX: Two minor typos in report spec (nipreps#2708) * ENH: Clip T2\* values at 100ms to keep consistent histogram axes (nipreps#2781) * ENH: Plot histogram of T2\* values in gray-matter mask (nipreps#2778) * ENH: Save T2starmap files in all requested output spaces, if calculated (nipreps#2776) * ENH: Compare T2\* map to BOLD reference (nipreps#2751) * ENH: Add edge-regressors to confounds & crown to carpetplot (nipreps#2621) * ENH: Add major/minor versions to base workflow name (nipreps#2716) * DOC: Fix JSON typo in config in FAQ (nipreps#2771) * DOC: Clarify calculation of confounding signals (nipreps#2724) * MNT: Build on Python 3.9 environment (nipreps#2782) * MNT: Seed ignore-revs file and script to tag new hashes with log entries (nipreps#2748) * MNT: Require PyBIDS 0.15+ to allow fMRIPrep to preserve zero-padding in run entity (nipreps#2745) * MNT: Upload artifacts after each step of Circle's workflow (nipreps#2736) * MNT: Normalize code style of ``workflows.confounds`` (nipreps#2729) * MNT: Ask for fmriprep-docker RUNNING line (nipreps#2670) * DOCKER: Bundle FreeSurfer 7 (nipreps#2779) * CI: Touch up CircleCI configuration (nipreps#2764) * CI: Update package builds to use python -m build (nipreps#2746)
PreviousNext