|
1 |
| -Upcoming release (0.14.1) |
2 |
| -========================= |
| 1 | +Upcoming release (1.0.0) |
| 2 | +======================== |
3 | 3 |
|
| 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) |
4 | 9 | * FIX: Errors parsing ``$DISPLAY`` (https://github.com/nipy/nipype/pull/2363)
|
5 | 10 | * 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) |
6 | 14 | * 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) |
8 | 17 | * 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) |
11 | 18 | * 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) |
12 | 22 | * STY: Cleanup of PEP8 violations (https://github.com/nipy/nipype/pull/2358)
|
13 | 23 | * 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) |
14 | 25 |
|
15 | 26 | 0.14.0 (November 29, 2017)
|
16 | 27 | ==========================
|
|
0 commit comments