Skip to content

Commit 3ff0d31

Browse files
committed
DOC: 1.8.3 changelog
1 parent fd29fd2 commit 3ff0d31

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/changelog/1.X.X-changelog.rst

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
1.8.2 (June 06, 2022)
220
=====================
321

0 commit comments

Comments
 (0)