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