File tree 4 files changed +21
-4
lines changed
4 files changed +21
-4
lines changed Original file line number Diff line number Diff line change
1
+ 1.1.0 (July 03, 2018)
2
+ =====================
3
+
4
+ ###### [Full changelog](https://github.com/nipy/nipype/milestone/21?closed=1)
5
+
6
+ * RF: Futures-based MultiProc (https://github.com/nipy/nipype/pull/2598)
7
+ * FIX: Avoid closing file descriptors on Windows (https://github.com/nipy/nipype/pull/2617)
8
+ * MAINT: Play nice with external logging (https://github.com/nipy/nipype/pull/2611)
9
+ * MAINT: Remove ignore_exception and terminal_output traits from input specs (https://github.com/nipy/nipype/pull/2618)
10
+ * MAINT: Converge autotest names (https://github.com/nipy/nipype/pull/2610)
11
+ * ENH: Add versioning metadata to crash files (https://github.com/nipy/nipype/pull/2626)
12
+ * ENH add -dsort option to TProject (https://github.com/nipy/nipype/pull/2623)
13
+ * ENH: Add Rescale interface (https://github.com/nipy/nipype/pull/2599)
14
+ * DOC: Improve documentation for ANTs/FSL interfaces (https://github.com/nipy/nipype/pull/2593)
15
+ * CI: Stop using Miniconda on Travis (https://github.com/nipy/nipype/pull/2600)
16
+ * CI: Add PyPI validation on rel/* branches (https://github.com/nipy/nipype/pull/2603)
17
+
1
18
1.0.4 (May 29, 2018)
2
19
====================
3
20
Original file line number Diff line number Diff line change 82
82
# The short X.Y version.
83
83
version = nipype .__version__
84
84
# The full version, including alpha/beta/rc tags.
85
- release = "1.0.4 "
85
+ release = "1.1.0 "
86
86
87
87
# The language for content autogenerated by Sphinx. Refer to documentation
88
88
# for a list of supported languages.
Original file line number Diff line number Diff line change 11
11
# full release. '.dev' as a version_extra string means this is a development
12
12
# version
13
13
# Remove -dev for release
14
- __version__ = '1.1.0-dev '
14
+ __version__ = '1.1.0'
15
15
16
16
17
17
def get_nipype_gitversion ():
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ def test_AntsJointFusion_inputs():
52
52
hash_files = False ,
53
53
),
54
54
out_label_post_prob_name_format = dict (
55
- requires = ['out_label_fusion' ,
56
- 'out_intensity_fusion_name_format' ], ),
55
+ requires = ['out_label_fusion' , 'out_intensity_fusion_name_format' ],
56
+ ),
57
57
patch_metric = dict (argstr = '-m %s' , ),
58
58
patch_radius = dict (
59
59
argstr = '-p %s' ,
You can’t perform that action at this time.
0 commit comments