|
| 1 | +1.1.7 (December 17, 2018) |
| 2 | +========================= |
| 3 | + |
| 4 | + * FIX: Copy node list before generating a flat graph (https://github.com/nipy/nipype/pull/2828) |
| 5 | + * FIX: Update pytest req'd version to 3.6 (https://github.com/nipy/nipype/pull/2827) |
| 6 | + * FIX: Set ResourceMonitor.fname to an absolute path (https://github.com/nipy/nipype/pull/2824) |
| 7 | + * FIX: Order of SPM.NewSegment channel_info boolean tuple is (Field, Corrected) (https://github.com/nipy/nipype/pull/2817) |
| 8 | + * FIX: Indices were swapped for memory and cpu profile data (https://github.com/nipy/nipype/pull/2816) |
| 9 | + * FIX: ``status_callback`` not called with ``stop_on_first_crash`` (https://github.com/nipy/nipype/pull/2810) |
| 10 | + * FIX: Change undefined ScriptError on LFS plugin to IOError (https://github.com/nipy/nipype/pull/2803) |
| 11 | + * ENH: Enable cnr_maps and residuals outputs for FSL eddy (https://github.com/nipy/nipype/pull/2750) |
| 12 | + * ENH: Improve ``str2bool`` + doctests (https://github.com/nipy/nipype/pull/2807) |
| 13 | + * TST: Improve py.test configuration of doctests (https://github.com/nipy/nipype/pull/2802) |
| 14 | + * DOC: Update DOI badge to point to all versions (https://github.com/nipy/nipype/pull/2804) |
| 15 | + * MAINT: Reduce minimal code redundancy in filemanip.get_dependencies (https://github.com/nipy/nipype/pull/2782) |
| 16 | + * MAINT: Delayed imports to reduce import time (https://github.com/nipy/nipype/pull/2809) |
| 17 | + |
| 18 | + |
1 | 19 | 1.1.6 (November 26, 2018)
|
2 | 20 | =========================
|
3 | 21 |
|
4 | 22 | ##### [Full changelog](https://github.com/nipy/nipype/milestone/27?closed=1)
|
5 | 23 |
|
6 |
| - * [FIX] MapNodes fail when ``MultiProcPlugin`` passed by instance (https://github.com/nipy/nipype/pull/2786) |
7 |
| - * [FIX] --fineTune arguments order for MeshFix command (https://github.com/nipy/nipype/pull/2780) |
8 |
| - * [ENH] Add mp_context plugin arg for MultiProc (https://github.com/nipy/nipype/pull/2778) |
9 |
| - * [ENH] Create a crashfile even if 'stop_on_first_crash' is set (https://github.com/nipy/nipype/pull/2774) |
10 |
| - * [ENH] Add ExtractedBrainN4 output to ANTs CorticalThickness interface (https://github.com/nipy/nipype/pull/2784) |
11 |
| - * [STY] Combine split import (https://github.com/nipy/nipype/pull/2801) |
12 |
| - * [DOC] use https in css stylesheet url (https://github.com/nipy/nipype/pull/2779) |
13 |
| - * [MAINT] Outsource ``get_filecopy_info()`` from interfaces (https://github.com/nipy/nipype/pull/2798) |
14 |
| - * [MAINT] Import only Sequence to avoid DeprecationWarning (https://github.com/nipy/nipype/pull/2793) |
15 |
| - * [MAINT] One less DeprecationWarning (configparser) (https://github.com/nipy/nipype/pull/2794) |
16 |
| - * [MAINT] DeprecationWarning: use ``HasTraits.trait_set`` instead (https://github.com/nipy/nipype/pull/2792) |
17 |
| - * [MAINT] Stop using deprecated ``logger.warn()`` (https://github.com/nipy/nipype/pull/2788) |
18 |
| - * [MAINT] Move ``interfaces.base.run_command`` to ``nipype.utils.subprocess`` (https://github.com/nipy/nipype/pull/2777) |
19 |
| - * [MAINT] Force numpy>=1.15.4 when Python>=3.7 (https://github.com/nipy/nipype/pull/2775) |
| 24 | + * FIX: MapNodes fail when ``MultiProcPlugin`` passed by instance (https://github.com/nipy/nipype/pull/2786) |
| 25 | + * FIX: --fineTune arguments order for MeshFix command (https://github.com/nipy/nipype/pull/2780) |
| 26 | + * ENH: Add mp_context plugin arg for MultiProc (https://github.com/nipy/nipype/pull/2778) |
| 27 | + * ENH: Create a crashfile even if 'stop_on_first_crash' is set (https://github.com/nipy/nipype/pull/2774) |
| 28 | + * ENH: Add ExtractedBrainN4 output to ANTs CorticalThickness interface (https://github.com/nipy/nipype/pull/2784) |
| 29 | + * STY: Combine split import (https://github.com/nipy/nipype/pull/2801) |
| 30 | + * DOC: use https in css stylesheet url (https://github.com/nipy/nipype/pull/2779) |
| 31 | + * MAINT: Outsource ``get_filecopy_info()`` from interfaces (https://github.com/nipy/nipype/pull/2798) |
| 32 | + * MAINT: Import only Sequence to avoid DeprecationWarning (https://github.com/nipy/nipype/pull/2793) |
| 33 | + * MAINT: One less DeprecationWarning (configparser) (https://github.com/nipy/nipype/pull/2794) |
| 34 | + * MAINT: DeprecationWarning: use ``HasTraits.trait_set`` instead (https://github.com/nipy/nipype/pull/2792) |
| 35 | + * MAINT: Stop using deprecated ``logger.warn()`` (https://github.com/nipy/nipype/pull/2788) |
| 36 | + * MAINT: Move ``interfaces.base.run_command`` to ``nipype.utils.subprocess`` (https://github.com/nipy/nipype/pull/2777) |
| 37 | + * MAINT: Force numpy>=1:15:4 when Python>=3:7 (https://github.com/nipy/nipype/pull/2775) |
20 | 38 |
|
21 | 39 |
|
22 | 40 | 1.1.5 (November 08, 2018)
|
|
0 commit comments