Skip to content

Commit

Permalink
DOC: Update 1.8.7 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Mar 20, 2024
1 parent 605db9e commit 06ff579
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions doc/changelog/1.X.X-changelog.rst
Original file line number Diff line number Diff line change
@@ -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)
======================

Expand Down

0 comments on commit 06ff579

Please sign in to comment.