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: Improve evaluate_connect_function errors across Python versions (https://github.com/nipy/nipype/pull/3655)
7+ * FIX: Changed inheritance of TensorMetricsInputSpec (https://github.com/nipy/nipype/pull/3663)
68 * FIX: Add cropped files to dcm2niix output (https://github.com/nipy/nipype/pull/3609)
79 * FIX: Deduplicate dcm2niix output (https://github.com/nipy/nipype/pull/3610)
810 * FIX: Parse commas in CSV fields (https://github.com/nipy/nipype/pull/3637)
@@ -16,6 +18,9 @@ Bug-fix release in the 1.8.x series.
1618 * FIX: update merge_imgs input type of dcm2niix Node (https://github.com/nipy/nipype/pull/3548)
1719 * FIX: update sample_random_points and random_seed type of ProbTrackXBaseInputSpec (https://github.com/nipy/nipype/pull/3556)
1820 * FIX: update self.inputs.optimization in outputs for GTMPVC (https://github.com/nipy/nipype/pull/3571)
21+ * ENH: Support HDF5 (mat 7.3) SPM.mat files (https://github.com/nipy/nipype/pull/3650)
22+ * ENH: FILMGLS gifti output support in surface mode (https://github.com/nipy/nipype/pull/3652)
23+ * ENH: Added available inputs for MRTrix3's 5ttgen (https://github.com/nipy/nipype/pull/3658)
1924 * ENH: Add functions to mrtrix3 interface (https://github.com/nipy/nipype/pull/3613)
2025 * ENH: Update PETsurfer interface (https://github.com/nipy/nipype/pull/3602)
2126 * ENH: Add 'hsvs' option to 5ttgen + mrtransform fix (https://github.com/nipy/nipype/pull/3630)
@@ -25,14 +30,36 @@ Bug-fix release in the 1.8.x series.
2530 * ENH: add contrast outputs for EstimatedModel (https://github.com/nipy/nipype/pull/3577)
2631 * ENH: Issue 3345: Adding FreeSurfer longitudinal interfaces (https://github.com/nipy/nipype/pull/3529)
2732 * ENH: Enable SPM voxel-based FDR (https://github.com/nipy/nipype/pull/3558)
33+ * REF: Replace deprecated pkgutil.find_loader with importlib.util.find_spec (https://github.com/nipy/nipype/pull/3692)
2834 * REF: io.open() → open() (https://github.com/nipy/nipype/pull/3575)
2935 * REF: Stop using deprecated import internally (https://github.com/nipy/nipype/pull/3561)
36+ * DOC: Patch doc/conf.py to work with latest ReadTheDocs (https://github.com/nipy/nipype/pull/3691)
3037 * DOC/FIX: Fix wrong name, should be al_ea (https://github.com/nipy/nipype/pull/3629)
3138 * DOC: Fix typos newly found by codespell (https://github.com/nipy/nipype/pull/3606)
39+ * STY: Apply ruff/pycodestyle rules (E) (https://github.com/nipy/nipype/pull/3689)
40+ * STY: Apply ruff rules (RUF) again (https://github.com/nipy/nipype/pull/3688)
41+ * STY: Apply ruff/Pyflakes rules (F) (https://github.com/nipy/nipype/pull/3681)
42+ * STY: Apply ruff/Perflint rules (PERF) again (https://github.com/nipy/nipype/pull/3687)
43+ * STY: Apply ruff/flake8-comprehensions preview rules (C4) (https://github.com/nipy/nipype/pull/3686)
44+ * STY: Apply ruff/flake8-simplify rules (SIM) (https://github.com/nipy/nipype/pull/3676)
45+ * STY: Apply ruff/flake8-bugbear rules (B) (https://github.com/nipy/nipype/pull/3671)
46+ * STY: Apply ruff/flake8-comprehensions rules (C4) (https://github.com/nipy/nipype/pull/3680)
47+ * STY: Apply ruff/Perflint rules (PERF) (https://github.com/nipy/nipype/pull/3674)
48+ * STY: Apply ruff/flake8-implicit-str-concat rules (ISC) (https://github.com/nipy/nipype/pull/3679)
49+ * STY: Apply ruff/flake8-pie rules (PIE) (https://github.com/nipy/nipype/pull/3678)
50+ * STY: Apply ruff/flake8-raise rules (RSE) (https://github.com/nipy/nipype/pull/3677)
51+ * STY: Apply ruff/flynt rules (FLY) (https://github.com/nipy/nipype/pull/3675)
52+ * STY: Apply ruff rules (RUF) (https://github.com/nipy/nipype/pull/3673)
53+ * STY: Codespell (https://github.com/nipy/nipype/pull/3672)
54+ * STY: Apply ruff/refurb rules (https://github.com/nipy/nipype/pull/3648)
3255 * STY: Apply ruff/pyupgrade rules (https://github.com/nipy/nipype/pull/3647)
3356 * STY: Adjusted variable names for clarity and codespell false positives (https://github.com/nipy/nipype/pull/3627)
3457 * STY: Remove duplicated trait in EddyOutputSpec (https://github.com/nipy/nipype/pull/3568)
3558 * STY: Black edits (https://github.com/nipy/nipype/pull/1)
59+ * MNT: Replace deprecated imghdr (https://github.com/nipy/nipype/pull/3659)
60+ * MNT: Use regular ".now" instead of ".utcnow" with UTC zone (https://github.com/nipy/nipype/pull/3670)
61+ * MNT: Apply assorted repo-review rules (https://github.com/nipy/nipype/pull/3682)
62+ * MNT: Drop traits upper bound (https://github.com/nipy/nipype/pull/3685)
3663 * MNT: Configure dependabot to update GH workflows (https://github.com/nipy/nipype/pull/3597)
3764 * MNT: Replace deprecated locale.getdefaultlocale (https://github.com/nipy/nipype/pull/3590)
3865 * MNT: Require Python 3.8+, auto-upgrade syntax (https://github.com/nipy/nipype/pull/3588)
0 commit comments