1
- 1.8.7 (May 06, 2024)
2
- ====================
3
1
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.
5
6
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)
6
10
* FIX: Add cropped files to dcm2niix output (https://github.com/nipy/nipype/pull/3609)
7
11
* FIX: Deduplicate dcm2niix output (https://github.com/nipy/nipype/pull/3610)
8
12
* 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.
16
20
* FIX: update merge_imgs input type of dcm2niix Node (https://github.com/nipy/nipype/pull/3548)
17
21
* FIX: update sample_random_points and random_seed type of ProbTrackXBaseInputSpec (https://github.com/nipy/nipype/pull/3556)
18
22
* 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)
19
26
* ENH: Add functions to mrtrix3 interface (https://github.com/nipy/nipype/pull/3613)
20
27
* ENH: Update PETsurfer interface (https://github.com/nipy/nipype/pull/3602)
21
28
* 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.
25
32
* ENH: add contrast outputs for EstimatedModel (https://github.com/nipy/nipype/pull/3577)
26
33
* ENH: Issue 3345: Adding FreeSurfer longitudinal interfaces (https://github.com/nipy/nipype/pull/3529)
27
34
* 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)
28
36
* REF: io.open() → open() (https://github.com/nipy/nipype/pull/3575)
29
37
* 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)
30
39
* DOC/FIX: Fix wrong name, should be al_ea (https://github.com/nipy/nipype/pull/3629)
31
40
* 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)
32
57
* STY: Apply ruff/pyupgrade rules (https://github.com/nipy/nipype/pull/3647)
33
58
* STY: Adjusted variable names for clarity and codespell false positives (https://github.com/nipy/nipype/pull/3627)
34
59
* STY: Remove duplicated trait in EddyOutputSpec (https://github.com/nipy/nipype/pull/3568)
35
60
* 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)
36
65
* MNT: Configure dependabot to update GH workflows (https://github.com/nipy/nipype/pull/3597)
37
66
* MNT: Replace deprecated locale.getdefaultlocale (https://github.com/nipy/nipype/pull/3590)
38
67
* MNT: Require Python 3.8+, auto-upgrade syntax (https://github.com/nipy/nipype/pull/3588)
0 commit comments