File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ 1.7.1 (April 04, 2022)
2
+ ======================
3
+
4
+ (`Full changelog <https://github.com/nipy/nipype/milestone/1.7.1?closed=1 >`__)
5
+
6
+ * FIX: Allow ``ConvertScalarImageToRGBInputSpec.mask_file `` to be ``"none" `` (https://github.com/nipy/nipype/pull/3364)
7
+ * FIX: Use a more robust strategy for detecting ANTs version (https://github.com/nipy/nipype/pull/3444)
8
+ * FIX: Retry renaming pkl(z) files on failure (https://github.com/nipy/nipype/pull/3404)
9
+ * FIX: Escape metacharacters when parsing dcm2niix outputs (https://github.com/nipy/nipype/pull/3417)
10
+ * FIX: Import error for nipype.interfaces.dipy.base (https://github.com/nipy/nipype/pull/3414)
11
+ * FIX: ``ValueError `` when using ``ResourceMonitor `` (https://github.com/nipy/nipype/pull/3419)
12
+ * FIX: Improve error handling of ``CommandLine `` interfaces (https://github.com/nipy/nipype/pull/3395)
13
+ * FIX: Bugs in ApplyVDM interface (https://github.com/nipy/nipype/pull/3396)
14
+ * ENH: Enable BidsDataGrabber to load saved layouts (https://github.com/nipy/nipype/pull/3421)
15
+ * ENH: ROBEX interface (https://github.com/nipy/nipype/pull/3443)
16
+ * ENH: Include several operations to ANTs's ImageMath interface, including ReplicateImage and ReplicateDisplacement (https://github.com/nipy/nipype/pull/3435)
17
+ * ENH: Add "GenericLabel" to antsRegistration interpolation option. (https://github.com/nipy/nipype/pull/3424)
18
+ * ENH: added Apply VDM functionality to FieldMap SPM interface (https://github.com/nipy/nipype/pull/3394)
19
+ * DOC: Side bar and main page fixes (https://github.com/nipy/nipype/pull/3397)
20
+ * TEST: Allow SVD columns to flip sign (https://github.com/nipy/nipype/pull/3405)
21
+ * MNT: rename dipy ``move_streamlines `` to ``transform_tracking_output `` (https://github.com/nipy/nipype/pull/3412)
22
+ * MNT: Test on Python 3.10 (https://github.com/nipy/nipype/pull/3438)
23
+ * MNT: Added ORCID iD (https://github.com/nipy/nipype/pull/3436)
24
+
25
+
1
26
1.7.0 (October 20, 2021)
2
27
========================
3
28
You can’t perform that action at this time.
0 commit comments