Skip to content

Commit 3e9ebcc

Browse files
committed
rel: 0.14.0 (rc1)
1 parent d892072 commit 3e9ebcc

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

.zenodo.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -514,11 +514,6 @@
514514
{
515515
"name": "Shachnev, Dmitry"
516516
},
517-
{
518-
"affiliation": "MIT, HMS",
519-
"name": "Ghosh, Satrajit",
520-
"orcid": "0000-0002-5312-6729"
521-
},
522517
{
523518
"affiliation": "University of Amsterdam",
524519
"name": "Lukas Snoek",
@@ -538,6 +533,11 @@
538533
"affiliation": "MIT",
539534
"name": "Kaczmarzyk, Jakub",
540535
"orcid": "0000-0002-5544-7577"
536+
},
537+
{
538+
"affiliation": "MIT, HMS",
539+
"name": "Ghosh, Satrajit",
540+
"orcid": "0000-0002-5312-6729"
541541
}
542542
],
543543
"keywords": [

CHANGES

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
Upcoming release (0.14.0)
2-
================
1+
Upcoming release (0.14.1)
2+
=========================
33

4+
0.14.0 (November 20, 2017)
5+
==========================
6+
7+
* ENH: Generate Dockerfiles with neurodocker (https://github.com/nipy/nipype/pull/2202)
8+
* ENH: FLAIR options for recon-all (https://github.com/nipy/nipype/pull/2279)
9+
* ENH: Config option for setting maxtasksperchild when multiprocessing (https://github.com/nipy/nipype/pull/2284)
410
* FIX: Testing maintainance and improvements (https://github.com/nipy/nipype/pull/2252)
511
* ENH: Add elapsed_time and final metric_value to ants.Registration (https://github.com/nipy/nipype/pull/1985)
612
* ENH: Improve terminal_output feature (https://github.com/nipy/nipype/pull/2209)
@@ -17,7 +23,7 @@ Upcoming release (0.14.0)
1723
* MAINT: Additional Windows support (https://github.com/nipy/nipype/pull/2085)
1824
* ENH: Output realignment matrices from TOPUP (https://github.com/nipy/nipype/pull/2084)
1925
* ENH: Additional AFNI interfaces: 3dZcat, 3dZeropad, 3dedge3, 3dDeconvolve, 3dQwarp, 1dCat, 3dNwarpApply, 3daxialize,
20-
3dREMLfit, 3dUndump, 3dCM, 3dSynthesize + more (https://github.com/nipy/nipype/pull/2087, https://github.com/nipy/nipype/pull/2090,
26+
3dREMLfit, 3dUndump, 3dCM, 3dSynthesize + more (https://github.com/nipy/nipype/pull/2087, https://github.com/nipy/nipype/pull/2090,
2127
https://github.com/nipy/nipype/pull/2095, https://github.com/nipy/nipype/pull/2099, https://github.com/nipy/nipype/pull/2103,
2228
https://github.com/nipy/nipype/pull/2114, https://github.com/nipy/nipype/pull/2135, https://github.com/nipy/nipype/pull/2186,
2329
https://github.com/nipy/nipype/pull/2201, https://github.com/nipy/nipype/pull/2210)

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 = "0.13.1"
85+
release = "0.14.0"
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
@@ -10,7 +10,7 @@
1010
# full release. '.dev' as a version_extra string means this is a development
1111
# version
1212
# Remove -dev for release
13-
__version__ = '1.0.0-dev'
13+
__version__ = '0.14.0'
1414

1515

1616
def get_nipype_gitversion():

0 commit comments

Comments
 (0)