1- 1.8.7 (May 06 , 2024)
2- ====================
1+ 1.9.0 (October 31 , 2024)
2+ ========================
33
4- Bug-fix release in the 1.8.x series.
4+ New feature release in the 1.9.0 series.
55
6+ * FIX: Changed inheritance of TensorMetricsInputSpec (https://github.com/nipy/nipype/pull/3663)
67 * FIX: Add cropped files to dcm2niix output (https://github.com/nipy/nipype/pull/3609)
78 * FIX: Deduplicate dcm2niix output (https://github.com/nipy/nipype/pull/3610)
89 * FIX: Parse commas in CSV fields (https://github.com/nipy/nipype/pull/3637)
@@ -16,6 +17,8 @@ Bug-fix release in the 1.8.x series.
1617 * FIX: update merge_imgs input type of dcm2niix Node (https://github.com/nipy/nipype/pull/3548)
1718 * FIX: update sample_random_points and random_seed type of ProbTrackXBaseInputSpec (https://github.com/nipy/nipype/pull/3556)
1819 * FIX: update self.inputs.optimization in outputs for GTMPVC (https://github.com/nipy/nipype/pull/3571)
20+ * ENH: FILMGLS gifti output support in surface mode (https://github.com/nipy/nipype/pull/3652)
21+ * ENH: Added available inputs for MRTrix3's 5ttgen (https://github.com/nipy/nipype/pull/3658)
1922 * ENH: Add functions to mrtrix3 interface (https://github.com/nipy/nipype/pull/3613)
2023 * ENH: Update PETsurfer interface (https://github.com/nipy/nipype/pull/3602)
2124 * ENH: Add 'hsvs' option to 5ttgen + mrtransform fix (https://github.com/nipy/nipype/pull/3630)
@@ -25,14 +28,36 @@ Bug-fix release in the 1.8.x series.
2528 * ENH: add contrast outputs for EstimatedModel (https://github.com/nipy/nipype/pull/3577)
2629 * ENH: Issue 3345: Adding FreeSurfer longitudinal interfaces (https://github.com/nipy/nipype/pull/3529)
2730 * ENH: Enable SPM voxel-based FDR (https://github.com/nipy/nipype/pull/3558)
31+ * REF: Replace deprecated pkgutil.find_loader with importlib.util.find_spec (https://github.com/nipy/nipype/pull/3692)
2832 * REF: io.open() → open() (https://github.com/nipy/nipype/pull/3575)
2933 * REF: Stop using deprecated import internally (https://github.com/nipy/nipype/pull/3561)
34+ * DOC: Patch doc/conf.py to work with latest ReadTheDocs (https://github.com/nipy/nipype/pull/3691)
3035 * DOC/FIX: Fix wrong name, should be al_ea (https://github.com/nipy/nipype/pull/3629)
3136 * DOC: Fix typos newly found by codespell (https://github.com/nipy/nipype/pull/3606)
37+ * STY: Apply ruff/pycodestyle rules (E) (https://github.com/nipy/nipype/pull/3689)
38+ * STY: Apply ruff rules (RUF) again (https://github.com/nipy/nipype/pull/3688)
39+ * STY: Apply ruff/Pyflakes rules (F) (https://github.com/nipy/nipype/pull/3681)
40+ * STY: Apply ruff/Perflint rules (PERF) again (https://github.com/nipy/nipype/pull/3687)
41+ * STY: Apply ruff/flake8-comprehensions preview rules (C4) (https://github.com/nipy/nipype/pull/3686)
42+ * STY: Apply ruff/flake8-simplify rules (SIM) (https://github.com/nipy/nipype/pull/3676)
43+ * STY: Apply ruff/flake8-bugbear rules (B) (https://github.com/nipy/nipype/pull/3671)
44+ * STY: Apply ruff/flake8-comprehensions rules (C4) (https://github.com/nipy/nipype/pull/3680)
45+ * STY: Apply ruff/Perflint rules (PERF) (https://github.com/nipy/nipype/pull/3674)
46+ * STY: Apply ruff/flake8-implicit-str-concat rules (ISC) (https://github.com/nipy/nipype/pull/3679)
47+ * STY: Apply ruff/flake8-pie rules (PIE) (https://github.com/nipy/nipype/pull/3678)
48+ * STY: Apply ruff/flake8-raise rules (RSE) (https://github.com/nipy/nipype/pull/3677)
49+ * STY: Apply ruff/flynt rules (FLY) (https://github.com/nipy/nipype/pull/3675)
50+ * STY: Apply ruff rules (RUF) (https://github.com/nipy/nipype/pull/3673)
51+ * STY: Codespell (https://github.com/nipy/nipype/pull/3672)
52+ * STY: Apply ruff/refurb rules (https://github.com/nipy/nipype/pull/3648)
3253 * STY: Apply ruff/pyupgrade rules (https://github.com/nipy/nipype/pull/3647)
3354 * STY: Adjusted variable names for clarity and codespell false positives (https://github.com/nipy/nipype/pull/3627)
3455 * STY: Remove duplicated trait in EddyOutputSpec (https://github.com/nipy/nipype/pull/3568)
3556 * STY: Black edits (https://github.com/nipy/nipype/pull/1)
57+ * MNT: Replace deprecated imghdr (https://github.com/nipy/nipype/pull/3659)
58+ * MNT: Use regular ".now" instead of ".utcnow" with UTC zone (https://github.com/nipy/nipype/pull/3670)
59+ * MNT: Apply assorted repo-review rules (https://github.com/nipy/nipype/pull/3682)
60+ * MNT: Drop traits upper bound (https://github.com/nipy/nipype/pull/3685)
3661 * MNT: Configure dependabot to update GH workflows (https://github.com/nipy/nipype/pull/3597)
3762 * MNT: Replace deprecated locale.getdefaultlocale (https://github.com/nipy/nipype/pull/3590)
3863 * MNT: Require Python 3.8+, auto-upgrade syntax (https://github.com/nipy/nipype/pull/3588)
0 commit comments