Skip to content

Commit 50b8500

Browse files
authored
doc: update changelog
1 parent 8043fc6 commit 50b8500

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

CHANGES

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
1-
Upcoming release (0.14.1)
2-
=========================
1+
Upcoming release (1.0.0)
2+
========================
33

4+
* FIX: PBS plugin submissions (https://github.com/nipy/nipype/pull/2344)
5+
* FIX: Graph plugins submissions (https://github.com/nipy/nipype/pull/2359)
6+
* FIX: Logging error if % in interface command (https://github.com/nipy/nipype/pull/2364)
7+
* FIX: Robustly handled outputs of 3dFWHMx across different versions of AFNI (https://github.com/nipy/nipype/pull/2373)
8+
* FIX: Cluster threshold in randomise + change default prefix (https://github.com/nipy/nipype/pull/2369)
49
* FIX: Errors parsing ``$DISPLAY`` (https://github.com/nipy/nipype/pull/2363)
510
* FIX: MultiProc starting workers at dubious wd (https://github.com/nipy/nipype/pull/2368)
11+
* FIX: Explicitly collect MultiProc job IDs (https://github.com/nipy/nipype/pull/2378)
12+
* FIX: Correct Windows environment canonicalization (https://github.com/nipy/nipype/pull/2328)
13+
* FIX: Linked libraries (https://github.com/nipy/nipype/pull/2322)
614
* REF+FIX: Move BIDSDataGrabber to `interfaces.io` + fix correct default behavior (https://github.com/nipy/nipype/pull/2336)
7-
* ENH: Add AFNI interface for 3dConvertDset (https://github.com/nipy/nipype/pull/2337)
15+
* REF+MAINT: Simplify hashing (https://github.com/nipy/nipype/pull/2383)
16+
* MAINT: Cleanup Interfaces base (https://github.com/nipy/nipype/pull/2387)
817
* MAINT: Cleanup EngineBase (https://github.com/nipy/nipype/pull/2376)
9-
* FIX: Robustly handled outputs of 3dFWHMx across different versions of AFNI (https://github.com/nipy/nipype/pull/2373)
10-
* FIX: Cluster threshold in randomise + change default prefix (https://github.com/nipy/nipype/pull/2369)
1118
* MAINT: Cleaning / simplify ``Node`` (https://github.com/nipy/nipype/pull/2325)
19+
* MAINT+ENH: Update and extend MRtrix3 interfaces (https://github.com/nipy/nipype/pull/2338)
20+
* ENH: Add AFNI interface for 3dConvertDset (https://github.com/nipy/nipype/pull/2337)
21+
* ENH: Allow specific interface command prefixes (https://github.com/nipy/nipype/pull/2379)
1222
* STY: Cleanup of PEP8 violations (https://github.com/nipy/nipype/pull/2358)
1323
* STY: Cleanup of trailing spaces and adding of missing newlines at end of files (https://github.com/nipy/nipype/pull/2355)
24+
* STY: Apply yapf to codebase (https://github.com/nipy/nipype/pull/2371)
1425

1526
0.14.0 (November 29, 2017)
1627
==========================

0 commit comments

Comments
 (0)