File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ 1.1.6 (November 26, 2018)
2
+ =========================
3
+
4
+ * [FIX] MapNodes fail when ``MultiProcPlugin`` passed by instance (https://github.com/nipy/nipype/pull/2786)
5
+ * [FIX] --fineTune arguments order for MeshFix command (https://github.com/nipy/nipype/pull/2780)
6
+ * [ENH] Add mp_context plugin arg for MultiProc (https://github.com/nipy/nipype/pull/2778)
7
+ * [ENH] Create a crashfile even if 'stop_on_first_crash' is set (https://github.com/nipy/nipype/pull/2774)
8
+ * [DOC] use https in css stylesheet url (https://github.com/nipy/nipype/pull/2779)
9
+ * [MAINT] Outsource ``get_filecopy_info()`` from interfaces (https://github.com/nipy/nipype/pull/2798)
10
+ * [MAINT] Import only Sequence to avoid DeprecationWarning (https://github.com/nipy/nipype/pull/2793)
11
+ * [MAINT] One less DeprecationWarning (configparser) (https://github.com/nipy/nipype/pull/2794)
12
+ * [MAINT] DeprecationWarning: use ``HasTraits.trait_set`` instead (https://github.com/nipy/nipype/pull/2792)
13
+ * [MAINT] Stop using deprecated ``logger.warn()`` (https://github.com/nipy/nipype/pull/2788)
14
+ * [MAINT] Move ``interfaces.base.run_command`` to ``nipype.utils.subprocess`` (https://github.com/nipy/nipype/pull/2777)
15
+ * [MAINT] Force numpy>=1.15.4 when Python>=3.7 (https://github.com/nipy/nipype/pull/2775)
16
+
17
+
1
18
1.1.5 (November 08, 2018)
2
19
=========================
3
20
You can’t perform that action at this time.
0 commit comments