Skip to content

Commit 57a4d24

Browse files
committed
rel: changes and bumping version
1 parent c9315ca commit 57a4d24

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

doc/changelog/1.X.X-changelog

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
1.0.3 (April 26, 2018)
2+
======================
3+
4+
###### [Full changelog](https://github.com/nipy/nipype/milestone/19?closed=1)
5+
6+
* FIX: Return non-enhanced volumes from dwi_flirt (https://github.com/nipy/nipype/pull/2547)
7+
* FIX: Skip filename generation when required fields are missing (https://github.com/nipy/nipype/pull/2549)
8+
* FIX: Fix Afni's Allineate hashing and out_file (https://github.com/nipy/nipype/pull/2502)
9+
* FIX: Replace deprecated ``HasTraits.get`` with ``trait_get`` (https://github.com/nipy/nipype/pull/2534)
10+
* FIX: Typo in "antsRegistrationSyNQuick.sh" (https://github.com/nipy/nipype/pull/2544)
11+
* FIX: DTITK Interface (https://github.com/nipy/nipype/pull/2514)
12+
* FIX: Add ``-mas`` argument to fsl.utils.ImageMaths (https://github.com/nipy/nipype/pull/2529)
13+
* FIX: Build cmdline from working directory (https://github.com/nipy/nipype/pull/2521)
14+
* FIX: FSL orthogonalization bug (https://github.com/nipy/nipype/pull/2523)
15+
* FIX: Re-enable dcm2niix source_names (https://github.com/nipy/nipype/pull/2550)
16+
* ENH: Add an activation count map interface (https://github.com/nipy/nipype/pull/2522)
17+
* ENH: Revise the implementation of FuzzyOverlap (https://github.com/nipy/nipype/pull/2530)
18+
* ENH: Add MultiObject, ensure/simplify_list; alias old names for 1.x compatibility (https://github.com/nipy/nipype/pull/2517)
19+
* ENH: Add LibraryBaseInterface (https://github.com/nipy/nipype/pull/2538)
20+
* ENH: Define default output file template for afni.CatMatvec (https://github.com/nipy/nipype/pull/2527)
21+
* MAINT: Deprecate terminal_output and ignore_exception from CommandLine (https://github.com/nipy/nipype/pull/2552)
22+
* MAINT: Set traits default values properly (https://github.com/nipy/nipype/pull/2533)
23+
* MAINT: use RawConfigParser (https://github.com/nipy/nipype/pull/2542)
24+
* MAINT: Minor autotest cleanups (https://github.com/nipy/nipype/pull/2519)
25+
* CI: Add retry script for Docker commands (https://github.com/nipy/nipype/pull/2516)
26+
127
1.0.2 (March 27, 2018)
228
======================
329

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# The short X.Y version.
8383
version = nipype.__version__
8484
# The full version, including alpha/beta/rc tags.
85-
release = "1.0.2"
85+
release = "1.0.3"
8686

8787
# The language for content autogenerated by Sphinx. Refer to documentation
8888
# for a list of supported languages.

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# full release. '.dev' as a version_extra string means this is a development
1212
# version
1313
# Remove -dev for release
14-
__version__ = '1.0.3-dev'
14+
__version__ = '1.0.3'
1515

1616

1717
def get_nipype_gitversion():

0 commit comments

Comments
 (0)