File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 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+
1201.1.0 (July 04, 2018)
221=====================
322
Original file line number Diff line number Diff line change 8282# The short X.Y version.
8383version = nipype .__version__
8484# The full version, including alpha/beta/rc tags.
85- release = "1.1.0 "
85+ release = "1.1.1 "
8686
8787# The language for content autogenerated by Sphinx. Refer to documentation
8888# for a list of supported languages.
Original file line number Diff line number Diff line change 1111# full release. '.dev' as a version_extra string means this is a development
1212# version
1313# Remove -dev for release
14- __version__ = '1.1.1-dev '
14+ __version__ = '1.1.1'
1515
1616
1717def get_nipype_gitversion ():
You can’t perform that action at this time.
0 commit comments