File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ 1.8.3 (July 14, 2022)
2
+ =====================
3
+
4
+ Bug-fix release in the 1.8.x series.
5
+
6
+ This release includes compatibility fixes for nibabel 4.x and resolves a denial-of-service
7
+ bug when the etelemetry server is down that resulted in excessive (blocking) network hits that
8
+ would cause any tools using nipype interfaces to take a very long time.
9
+
10
+ (`Full changelog <https://github.com/nipy/nipype/milestone/1.8.3?closed=1 >`__)
11
+
12
+ * FIX: Argument order to ``numpy.save() `` (https://github.com/nipy/nipype/pull/3485)
13
+ * FIX: Add tolerance parameter to ComputeDVARS (https://github.com/nipy/nipype/pull/3489)
14
+ * FIX: Delay access of nibabel.trackvis until actually needed (https://github.com/nipy/nipype/pull/3488)
15
+ * FIX: Avoid excessive etelemetry pings (https://github.com/nipy/nipype/pull/3484)
16
+ * ENH: Added outputs' generation to DWIBiascorrect interface (https://github.com/nipy/nipype/pull/3476)
17
+
18
+
1
19
1.8.2 (June 06, 2022)
2
20
=====================
3
21
You can’t perform that action at this time.
0 commit comments