Skip to content

Commit ce926ee

Browse files
committed
doc: split changelog by major version, prepare for 1.0.1
1 parent beb2df6 commit ce926ee

File tree

5 files changed

+68
-36
lines changed

5 files changed

+68
-36
lines changed

.zenodo.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -601,11 +601,6 @@
601601
{
602602
"name": "Davison, Andrew"
603603
},
604-
{
605-
"affiliation": "MIT, HMS",
606-
"name": "Ghosh, Satrajit",
607-
"orcid": "0000-0002-5312-6729"
608-
},
609604
{
610605
"affiliation": "Vrije Universiteit Amsterdam",
611606
"name": "Ort, Eduard"
@@ -614,6 +609,11 @@
614609
"affiliation": "Technical University Munich",
615610
"name": "Molina-Romero, Miguel",
616611
"orcid": "0000-0001-8054-0426"
612+
},
613+
{
614+
"affiliation": "MIT, HMS",
615+
"name": "Ghosh, Satrajit",
616+
"orcid": "0000-0002-5312-6729"
617617
}
618618
],
619619
"keywords": [

CHANGES renamed to doc/changelog/0.X.X-changelog

-29
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
1-
1.0.0 (January 24, 2018)
2-
========================
3-
4-
###### [Full changelog](https://github.com/nipy/nipype/milestone/16?closed=1)
5-
6-
* FIX: Change to interface workdir within ``Interface.run()`` instead Node (https://github.com/nipy/nipype/pull/2384)
7-
* FIX: PBS plugin submissions (https://github.com/nipy/nipype/pull/2344)
8-
* FIX: Graph plugins submissions (https://github.com/nipy/nipype/pull/2359)
9-
* FIX: Logging error if % in interface command (https://github.com/nipy/nipype/pull/2364)
10-
* FIX: Robustly handled outputs of 3dFWHMx across different versions of AFNI (https://github.com/nipy/nipype/pull/2373)
11-
* FIX: Cluster threshold in randomise + change default prefix (https://github.com/nipy/nipype/pull/2369)
12-
* FIX: Errors parsing ``$DISPLAY`` (https://github.com/nipy/nipype/pull/2363)
13-
* FIX: MultiProc starting workers at dubious wd (https://github.com/nipy/nipype/pull/2368)
14-
* FIX: Explicitly collect MultiProc job IDs (https://github.com/nipy/nipype/pull/2378)
15-
* FIX: Correct Windows environment canonicalization (https://github.com/nipy/nipype/pull/2328)
16-
* FIX: Linked libraries (https://github.com/nipy/nipype/pull/2322)
17-
* REF+FIX: Move BIDSDataGrabber to `interfaces.io` + fix correct default behavior (https://github.com/nipy/nipype/pull/2336)
18-
* REF+MAINT: Simplify hashing (https://github.com/nipy/nipype/pull/2383)
19-
* MAINT: Cleanup Interfaces base (https://github.com/nipy/nipype/pull/2387)
20-
* MAINT: Cleanup EngineBase (https://github.com/nipy/nipype/pull/2376)
21-
* MAINT: Cleaning / simplify ``Node`` (https://github.com/nipy/nipype/pull/2325)
22-
* MAINT+ENH: Update and extend MRtrix3 interfaces (https://github.com/nipy/nipype/pull/2338)
23-
* ENH: Add AFNI interface for 3dConvertDset (https://github.com/nipy/nipype/pull/2337)
24-
* ENH: Allow specific interface command prefixes (https://github.com/nipy/nipype/pull/2379)
25-
* STY: Cleanup of PEP8 violations (https://github.com/nipy/nipype/pull/2358)
26-
* STY: Cleanup of trailing spaces and adding of missing newlines at end of files (https://github.com/nipy/nipype/pull/2355)
27-
* STY: Apply yapf to codebase (https://github.com/nipy/nipype/pull/2371)
28-
* DOC: Updated guide for contributing (https://github.com/nipy/nipype/pull/2393)
29-
301
0.14.0 (November 29, 2017)
312
==========================
323

doc/changelog/1.X.X-changelog

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
1.0.1 (February 26, 2018)
2+
=========================
3+
4+
###### [Full changelog](https://github.com/nipy/nipype/milestone/16?closed=1)
5+
6+
* FIX: Small bug in freesurfer label2annot fill_thresh specs [#2377](https://github.com/nipy/nipype/pull/2377)
7+
* FIX: Error creating gradients in DTIRecon [#2460](https://github.com/nipy/nipype/pull/2460)
8+
* FIX: improve matlab_cmd [#2452](https://github.com/nipy/nipype/pull/2452)
9+
* FIX: Extract unit information from image header in CompCor [#2458](https://github.com/nipy/nipype/pull/2458)
10+
* FIX: Update pybids data directory, unbundle out-of-date numpydoc [#2437](https://github.com/nipy/nipype/pull/2437)
11+
* FIX: Out_file bugs in Afni.Zcat and Afni.Merge interfaces [#2424](https://github.com/nipy/nipype/pull/2424)
12+
* FIX: Re-enable spm.Realign to take lists of lists of files [#2409](https://github.com/nipy/nipype/pull/2409)
13+
* FIX: Remove deprecated output from ICC interface [#2422](https://github.com/nipy/nipype/pull/2422)
14+
* FIX: Argstr for mask in Afni.BlurToFWHM [#2418](https://github.com/nipy/nipype/pull/2418)
15+
* FIX: Default value for sbatch_args (SLURMGraph) [#2417](https://github.com/nipy/nipype/pull/2417)
16+
* FIX: Ortvec argstr for Afni.Deconvolve [#2415](https://github.com/nipy/nipype/pull/2415)
17+
* FIX: Bug fixes for afni.model [#2398](https://github.com/nipy/nipype/pull/2398)
18+
* DOC: Add brief neurodocker tutorial [#2464](https://github.com/nipy/nipype/pull/2464)
19+
* DOC: Fix tutorials [#2459](https://github.com/nipy/nipype/pull/2459)
20+
* ENH: antsRegistrationSyNQuick interface [#2453](https://github.com/nipy/nipype/pull/2453)
21+
* ENH: Automate updates of CHANGES [#2440](https://github.com/nipy/nipype/pull/2440)
22+
* ENH: Add SPM Fieldmap Tool wrapper [#1905](https://github.com/nipy/nipype/pull/1905)
23+
* ENH: Additional option for DataGrabber [#1915](https://github.com/nipy/nipype/pull/1915)
24+
* ENH: Add 3dTproject AFNI interface, Fix OneDToolPy, Add -noFDR flag to 3dDeconvolve [#2426](https://github.com/nipy/nipype/pull/2426)
25+
* ENH: c3d/c4d interface [#2430](https://github.com/nipy/nipype/pull/2430)
26+
* ENH: Allow input weight for AFNI's volreg. [#2396](https://github.com/nipy/nipype/pull/2396)
27+
* ENH: Delay crashing if exception is raised in local hash check [#2410](https://github.com/nipy/nipype/pull/2410)
28+
* CI: Add doctests to pytest script [#2449](https://github.com/nipy/nipype/pull/2449)
29+
* CI: Ignore tests in calculating coverage [#2443](https://github.com/nipy/nipype/pull/2443)
30+
* CI: Saturate Circle workflow [#2386](https://github.com/nipy/nipype/pull/2386)
31+
* REF: Update and factor mount table parsing [#2444](https://github.com/nipy/nipype/pull/2444)
32+
* REF: Make ignore_exception a class attribute [#2414](https://github.com/nipy/nipype/pull/2414)
33+
34+
1.0.0 (January 24, 2018)
35+
========================
36+
37+
###### [Full changelog](https://github.com/nipy/nipype/milestone/16?closed=1)
38+
39+
* FIX: Change to interface workdir within ``Interface.run()`` instead Node (https://github.com/nipy/nipype/pull/2384)
40+
* FIX: PBS plugin submissions (https://github.com/nipy/nipype/pull/2344)
41+
* FIX: Graph plugins submissions (https://github.com/nipy/nipype/pull/2359)
42+
* FIX: Logging error if % in interface command (https://github.com/nipy/nipype/pull/2364)
43+
* FIX: Robustly handled outputs of 3dFWHMx across different versions of AFNI (https://github.com/nipy/nipype/pull/2373)
44+
* FIX: Cluster threshold in randomise + change default prefix (https://github.com/nipy/nipype/pull/2369)
45+
* FIX: Errors parsing ``$DISPLAY`` (https://github.com/nipy/nipype/pull/2363)
46+
* FIX: MultiProc starting workers at dubious wd (https://github.com/nipy/nipype/pull/2368)
47+
* FIX: Explicitly collect MultiProc job IDs (https://github.com/nipy/nipype/pull/2378)
48+
* FIX: Correct Windows environment canonicalization (https://github.com/nipy/nipype/pull/2328)
49+
* FIX: Linked libraries (https://github.com/nipy/nipype/pull/2322)
50+
* REF+FIX: Move BIDSDataGrabber to `interfaces.io` + fix correct default behavior (https://github.com/nipy/nipype/pull/2336)
51+
* REF+MAINT: Simplify hashing (https://github.com/nipy/nipype/pull/2383)
52+
* MAINT: Cleanup Interfaces base (https://github.com/nipy/nipype/pull/2387)
53+
* MAINT: Cleanup EngineBase (https://github.com/nipy/nipype/pull/2376)
54+
* MAINT: Cleaning / simplify ``Node`` (https://github.com/nipy/nipype/pull/2325)
55+
* MAINT+ENH: Update and extend MRtrix3 interfaces (https://github.com/nipy/nipype/pull/2338)
56+
* ENH: Add AFNI interface for 3dConvertDset (https://github.com/nipy/nipype/pull/2337)
57+
* ENH: Allow specific interface command prefixes (https://github.com/nipy/nipype/pull/2379)
58+
* STY: Cleanup of PEP8 violations (https://github.com/nipy/nipype/pull/2358)
59+
* STY: Cleanup of trailing spaces and adding of missing newlines at end of files (https://github.com/nipy/nipype/pull/2355)
60+
* STY: Apply yapf to codebase (https://github.com/nipy/nipype/pull/2371)
61+
* DOC: Updated guide for contributing (https://github.com/nipy/nipype/pull/2393)

doc/conf.py

+1-1
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.0"
85+
release = "1.0.1"
8686

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

nipype/info.py

+1-1
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.1-dev'
14+
__version__ = '1.0.1'
1515

1616

1717
def get_nipype_gitversion():

0 commit comments

Comments
 (0)