From 06ff57974ad119a9b8ca0b9e2cd5399f44ac941c Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 20 Mar 2024 16:41:52 -0400 Subject: [PATCH] DOC: Update 1.8.7 changelog --- doc/changelog/1.X.X-changelog.rst | 40 +++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/doc/changelog/1.X.X-changelog.rst b/doc/changelog/1.X.X-changelog.rst index f1d6bc92d3..0697dca034 100644 --- a/doc/changelog/1.X.X-changelog.rst +++ b/doc/changelog/1.X.X-changelog.rst @@ -1,3 +1,43 @@ +1.8.7 (March 21, 2024) +====================== + +Bug-fix release in the 1.8.x series. + + * FIX: Parse commas in CSV fields (https://github.com/nipy/nipype/pull/3637) + * FIX: MRTrix3 change inputs position for MRTransform (https://github.com/nipy/nipype/pull/3611) + * FIX: Use out_prefix instead of "w" in spm.Normalize12 (https://github.com/nipy/nipype/pull/3600) + * FIX: Fix typo in spm.Normalize12 process (https://github.com/nipy/nipype/pull/3599) + * FIX: DWIPreproc issue (https://github.com/nipy/nipype/pull/3596) + * FIX: DWIPreproc issue (https://github.com/nipy/nipype/pull/3596) + * FIX: Fix bugs with ``fsl_out=True`` and ``lta_out=True`` (https://github.com/nipy/nipype/pull/3583) + * FIX: Test failures (https://github.com/nipy/nipype/pull/3587) + * FIX: update merge_imgs input type of dcm2niix Node (https://github.com/nipy/nipype/pull/3548) + * FIX: update sample_random_points and random_seed type of ProbTrackXBaseInputSpec (https://github.com/nipy/nipype/pull/3556) + * FIX: update self.inputs.optimization in outputs for GTMPVC (https://github.com/nipy/nipype/pull/3571) + * ENH: Add functions to mrtrix3 interface (https://github.com/nipy/nipype/pull/3613) + * ENH: Update PETsurfer interface (https://github.com/nipy/nipype/pull/3602) + * ENH: Add 'hsvs' option to 5ttgen + mrtransform fix (https://github.com/nipy/nipype/pull/3630) + * ENH: add STC PVC to PETPVC interface (https://github.com/nipy/nipype/pull/3634) + * ENH: Add GenericLabel to ANTS ApplyTransforms. (https://github.com/nipy/nipype/pull/3617) + * ENH: Issue 3553 add mvecs to dcm2niix (https://github.com/nipy/nipype/pull/3554) + * ENH: add contrast outputs for EstimatedModel (https://github.com/nipy/nipype/pull/3577) + * ENH: Issue 3345: Adding FreeSurfer longitudinal interfaces (https://github.com/nipy/nipype/pull/3529) + * ENH: Enable SPM voxel-based FDR (https://github.com/nipy/nipype/pull/3558) + * REF: io.open() → open() (https://github.com/nipy/nipype/pull/3575) + * REF: Stop using deprecated import internally (https://github.com/nipy/nipype/pull/3561) + * DOC/FIX: Fix wrong name, should be al_ea (https://github.com/nipy/nipype/pull/3629) + * DOC: Fix typos newly found by codespell (https://github.com/nipy/nipype/pull/3606) + * STY: Adjusted variable names for clarity and codespell false positives (https://github.com/nipy/nipype/pull/3627) + * STY: Remove duplicated trait in EddyOutputSpec (https://github.com/nipy/nipype/pull/3568) + * STY: Black edits (https://github.com/nipy/nipype/pull/1) + * MNT: Configure dependabot to update GH workflows (https://github.com/nipy/nipype/pull/3597) + * MNT: Replace deprecated locale.getdefaultlocale (https://github.com/nipy/nipype/pull/3590) + * MNT: Require Python 3.8+, auto-upgrade syntax (https://github.com/nipy/nipype/pull/3588) + * CI: Test Python 3.12 support (https://github.com/nipy/nipype/pull/3638) + * CI: Test on Python 3.11 (https://github.com/nipy/nipype/pull/3589) + * CI/FIX: configure codespell, add workflow, typos fixed (https://github.com/nipy/nipype/pull/3549) + + 1.8.6 (April 05, 2023) ======================