1- 1.8.7 (May 06, 2024)
2- ====================
31
4- Bug-fix release in the 1.8.x series.
2+ 1.9.0 (October 31, 2024)
3+ ========================
4+
5+ New feature release in the 1.9.0 series.
56
7+ * FIX: Remove exists=True from fsl.MotionOutliers output that might not exist (https://github.com/nipy/nipype/pull/1428)
8+ * FIX: Improve evaluate_connect_function errors across Python versions (https://github.com/nipy/nipype/pull/3655)
9+ * FIX: Changed inheritance of TensorMetricsInputSpec (https://github.com/nipy/nipype/pull/3663)
610 * FIX: Add cropped files to dcm2niix output (https://github.com/nipy/nipype/pull/3609)
711 * FIX: Deduplicate dcm2niix output (https://github.com/nipy/nipype/pull/3610)
812 * FIX: Parse commas in CSV fields (https://github.com/nipy/nipype/pull/3637)
@@ -16,6 +20,9 @@ Bug-fix release in the 1.8.x series.
1620 * FIX: update merge_imgs input type of dcm2niix Node (https://github.com/nipy/nipype/pull/3548)
1721 * FIX: update sample_random_points and random_seed type of ProbTrackXBaseInputSpec (https://github.com/nipy/nipype/pull/3556)
1822 * FIX: update self.inputs.optimization in outputs for GTMPVC (https://github.com/nipy/nipype/pull/3571)
23+ * ENH: Support HDF5 (mat 7.3) SPM.mat files (https://github.com/nipy/nipype/pull/3650)
24+ * ENH: FILMGLS gifti output support in surface mode (https://github.com/nipy/nipype/pull/3652)
25+ * ENH: Added available inputs for MRTrix3's 5ttgen (https://github.com/nipy/nipype/pull/3658)
1926 * ENH: Add functions to mrtrix3 interface (https://github.com/nipy/nipype/pull/3613)
2027 * ENH: Update PETsurfer interface (https://github.com/nipy/nipype/pull/3602)
2128 * ENH: Add 'hsvs' option to 5ttgen + mrtransform fix (https://github.com/nipy/nipype/pull/3630)
@@ -25,14 +32,36 @@ Bug-fix release in the 1.8.x series.
2532 * ENH: add contrast outputs for EstimatedModel (https://github.com/nipy/nipype/pull/3577)
2633 * ENH: Issue 3345: Adding FreeSurfer longitudinal interfaces (https://github.com/nipy/nipype/pull/3529)
2734 * ENH: Enable SPM voxel-based FDR (https://github.com/nipy/nipype/pull/3558)
35+ * REF: Replace deprecated pkgutil.find_loader with importlib.util.find_spec (https://github.com/nipy/nipype/pull/3692)
2836 * REF: io.open() → open() (https://github.com/nipy/nipype/pull/3575)
2937 * REF: Stop using deprecated import internally (https://github.com/nipy/nipype/pull/3561)
38+ * DOC: Patch doc/conf.py to work with latest ReadTheDocs (https://github.com/nipy/nipype/pull/3691)
3039 * DOC/FIX: Fix wrong name, should be al_ea (https://github.com/nipy/nipype/pull/3629)
3140 * DOC: Fix typos newly found by codespell (https://github.com/nipy/nipype/pull/3606)
41+ * STY: Apply ruff/pycodestyle rules (E) (https://github.com/nipy/nipype/pull/3689)
42+ * STY: Apply ruff rules (RUF) again (https://github.com/nipy/nipype/pull/3688)
43+ * STY: Apply ruff/Pyflakes rules (F) (https://github.com/nipy/nipype/pull/3681)
44+ * STY: Apply ruff/Perflint rules (PERF) again (https://github.com/nipy/nipype/pull/3687)
45+ * STY: Apply ruff/flake8-comprehensions preview rules (C4) (https://github.com/nipy/nipype/pull/3686)
46+ * STY: Apply ruff/flake8-simplify rules (SIM) (https://github.com/nipy/nipype/pull/3676)
47+ * STY: Apply ruff/flake8-bugbear rules (B) (https://github.com/nipy/nipype/pull/3671)
48+ * STY: Apply ruff/flake8-comprehensions rules (C4) (https://github.com/nipy/nipype/pull/3680)
49+ * STY: Apply ruff/Perflint rules (PERF) (https://github.com/nipy/nipype/pull/3674)
50+ * STY: Apply ruff/flake8-implicit-str-concat rules (ISC) (https://github.com/nipy/nipype/pull/3679)
51+ * STY: Apply ruff/flake8-pie rules (PIE) (https://github.com/nipy/nipype/pull/3678)
52+ * STY: Apply ruff/flake8-raise rules (RSE) (https://github.com/nipy/nipype/pull/3677)
53+ * STY: Apply ruff/flynt rules (FLY) (https://github.com/nipy/nipype/pull/3675)
54+ * STY: Apply ruff rules (RUF) (https://github.com/nipy/nipype/pull/3673)
55+ * STY: Codespell (https://github.com/nipy/nipype/pull/3672)
56+ * STY: Apply ruff/refurb rules (https://github.com/nipy/nipype/pull/3648)
3257 * STY: Apply ruff/pyupgrade rules (https://github.com/nipy/nipype/pull/3647)
3358 * STY: Adjusted variable names for clarity and codespell false positives (https://github.com/nipy/nipype/pull/3627)
3459 * STY: Remove duplicated trait in EddyOutputSpec (https://github.com/nipy/nipype/pull/3568)
3560 * STY: Black edits (https://github.com/nipy/nipype/pull/1)
61+ * MNT: Replace deprecated imghdr (https://github.com/nipy/nipype/pull/3659)
62+ * MNT: Use regular ".now" instead of ".utcnow" with UTC zone (https://github.com/nipy/nipype/pull/3670)
63+ * MNT: Apply assorted repo-review rules (https://github.com/nipy/nipype/pull/3682)
64+ * MNT: Drop traits upper bound (https://github.com/nipy/nipype/pull/3685)
3665 * MNT: Configure dependabot to update GH workflows (https://github.com/nipy/nipype/pull/3597)
3766 * MNT: Replace deprecated locale.getdefaultlocale (https://github.com/nipy/nipype/pull/3590)
3867 * MNT: Require Python 3.8+, auto-upgrade syntax (https://github.com/nipy/nipype/pull/3588)
0 commit comments