Skip to content

REL: 1.2.2 (revised) #3021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,11 @@
"orcid": "0000-0002-7796-8795"
},
{
"name": "Heinsfeld, Anibal S\u00f3lon",
"orcid": "0000-0002-2050-0614"
"name": "Kent, James"
},
{
"name": "Kent, James"
"name": "Heinsfeld, Anibal S\u00f3lon",
"orcid": "0000-0002-2050-0614"
},
{
"name": "Watanabe, Aimi"
Expand Down
4 changes: 2 additions & 2 deletions doc/changelog/1.X.X-changelog
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
* FIX: ``loadpkl`` failed when pklz file contained versioning info (https://github.com/nipy/nipype/pull/3017)
* FIX: Update mne.WatershedBEM command line (https://github.com/nipy/nipype/pull/3007)
* FIX: Specify correct stop criterion flag in PETPVC (https://github.com/nipy/nipype/pull/3010)
* ENH: add interface for AFNI 3dTsmooth (https://github.com/nipy/nipype/pull/2948)
* ENH: Add interface for AFNI ``3dTsmooth`` (https://github.com/nipy/nipype/pull/2948)
* ENH: Additional arguments to ANTs N4BiasFieldCorrection (https://github.com/nipy/nipype/pull/3012)
* ENH: Add ``--rescale-intensities`` and name_source to N4BiasFieldCorrection (https://github.com/nipy/nipype/pull/3011)
* ENH: Add index_mask_file input to ImageStats (https://github.com/nipy/nipype/pull/3005)
* RF: Remove versioning from loadpkl (https://github.com/nipy/nipype/pull/3019)
* RF: Remove versioning from ``loadpkl`` (https://github.com/nipy/nipype/pull/3019)
* MAINT: Add ``python_requires`` to package metadata (https://github.com/nipy/nipype/pull/3006)

1.2.1 (August 19, 2019)
Expand Down