File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ 1.1.1 (July 30, 2018)
2
+ =====================
3
+
4
+ ##### [Full changelog](https://github.com/nipy/nipype/milestone/22?closed=1)
5
+
6
+ * FIX: Copy FSCommand.version to ReconAll.version (https://github.com/nipy/nipype/pull/2656)
7
+ * FIX: Various BIDSDataGrabber fixes (https://github.com/nipy/nipype/pull/2651)
8
+ * FIX: changing Node._output_dir to realpath (https://github.com/nipy/nipype/pull/2639)
9
+ * FIX: Typo in DWIExtract of Mrtrix3interface (https://github.com/nipy/nipype/pull/2634)
10
+ * FIX: Typo in FSLXCommandInputSpec (https://github.com/nipy/nipype/pull/2628)
11
+ * ENH: Allow transform to be saved from AFNI 3dWarp (https://github.com/nipy/nipype/pull/2642)
12
+ * ENH: Allow BIDS-style slice timings to be passed directly to TShift (https://github.com/nipy/nipype/pull/2608)
13
+ * ENH: S3 access using instance role (https://github.com/nipy/nipype/pull/2621)
14
+ * ENH Minor improvements to PR template (https://github.com/nipy/nipype/pull/2636)
15
+ * TEST: make specs (https://github.com/nipy/nipype/pull/2653)
16
+ * DOC: update neurodocker tutorial for neurodocker version 0.4.0 (https://github.com/nipy/nipype/pull/2647)
17
+ * MAINT: Make pytest-xdist a dependency (https://github.com/nipy/nipype/pull/2649)
18
+
19
+
1
20
1.1.0 (July 04, 2018)
2
21
=====================
3
22
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.1.0 "
85
+ release = "1.1.1 "
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.1-dev '
14
+ __version__ = '1.1.1'
15
15
16
16
17
17
def get_nipype_gitversion ():
You can’t perform that action at this time.
0 commit comments