diff --git a/.circleci/config.yml b/.circleci/config.yml index a5d59eb75b..3fc27bf663 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -339,6 +339,7 @@ jobs: - run: name: Check pypi preconditions command: | + pyenv local 3.6.5 pip install --upgrade pip twine future wheel readme_renderer setuptools python setup.py sdist bdist_wheel twine check dist/* @@ -353,7 +354,7 @@ jobs: - run: name: Validate Python 3 installation command: | - pyenv local 3.5.2 + pyenv local 3.6.5 pip install --upgrade pip pip install dist/nipype-*-py2.py3-none-any.whl # Futures should not install in Python 3 @@ -388,6 +389,7 @@ jobs: - run: name: Deploy to PyPI command: | + pyenv local 3.6.5 pip install --upgrade twine future wheel readme_renderer setuptools python setup.py check -r -s python setup.py sdist bdist_wheel diff --git a/.zenodo.json b/.zenodo.json index ac9972984b..4973827ae7 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -73,6 +73,10 @@ "affiliation": "Shattuck Lab, UCLA Brain Mapping Center", "name": "Wong, Jason" }, + { + "affiliation": "Concordia University", + "name": "Benderoff, Erin" + }, { "name": "Modat, Marc" }, @@ -141,10 +145,6 @@ { "name": "Berleant, Shoshana" }, - { - "affiliation": "Concordia University", - "name": "Benderoff, Erin" - }, { "affiliation": "Dartmouth College: Hanover, NH, United States", "name": "Halchenko, Yaroslav O.", @@ -379,6 +379,9 @@ { "name": "Millman, Jarrod" }, + { + "name": "Lai, Jeff" + }, { "name": "Zhou, Dale" }, @@ -401,9 +404,9 @@ "name": "Liu, Siqi" }, { - "affiliation": "University of Pennsylvania", - "name": "Kahn, Ari E.", - "orcid": "0000-0002-2127-0507" + "affiliation": "Korea Advanced Institute of Science and Technology", + "name": "Kim, Sin", + "orcid": "0000-0003-4652-3758" }, { "affiliation": "Leibniz Institute for Neurobiology", @@ -411,9 +414,14 @@ "orcid": "0000-0003-4313-129X" }, { - "affiliation": "Korea Advanced Institute of Science and Technology", - "name": "Kim, Sin", - "orcid": "0000-0003-4652-3758" + "affiliation": "University of Pennsylvania", + "name": "Kahn, Ari E.", + "orcid": "0000-0002-2127-0507" + }, + { + "affiliation": "Yale University; New Haven, CT, United States", + "name": "Sisk, Lucinda M.", + "orcid": "0000-0003-4900-9770" }, { "affiliation": "University College London", @@ -437,11 +445,6 @@ { "name": "Hallquist, Michael" }, - { - "affiliation": "Yale University; New Haven, CT, United States", - "name": "Sisk, Lucinda M.", - "orcid": "0000-0003-4900-9770" - }, { "affiliation": "TIB \u2013 Leibniz Information Centre for Science and Technology and University Library, Hannover, Germany", "name": "Leinweber, Katrin", @@ -499,6 +502,11 @@ "name": "Cooper, Gavin", "orcid": "0000-0002-7186-5293" }, + { + "affiliation": "National Institute on Aging, Baltimore, MD, USA", + "name": "Bilgel, Murat", + "orcid": "0000-0001-5042-7422" + }, { "name": "Inati, Souheil" }, @@ -506,15 +514,6 @@ "affiliation": "Boston University", "name": "Perkins, L. Nathan" }, - { - "name": "Marina, Ana" - }, - { - "name": "Mattfeld, Aaron" - }, - { - "name": "Noel, Maxime" - }, { "affiliation": "University of Amsterdam", "name": "Lukas Snoek", @@ -524,9 +523,18 @@ "affiliation": "Institute of Imaging & Computer Vision, RWTH Aachen University, Germany", "name": "Weninger, Leon" }, + { + "name": "Marina, Ana" + }, + { + "name": "Mattfeld, Aaron" + }, { "name": "Matsubara, K" }, + { + "name": "Noel, Maxime" + }, { "affiliation": "University of Pennsylvania", "name": "Junhao WEN", @@ -538,6 +546,10 @@ { "name": "Urchs, Sebastian" }, + { + "affiliation": "Dept of Medical Biophysics, Univeristy of Western Ontario", + "name": "Stanley, Olivia" + }, { "affiliation": "Department of Psychology, Stanford University; Parietal, INRIA", "name": "Durnez, Joke", @@ -578,6 +590,9 @@ { "name": "Weinstein, Alejandro" }, + { + "name": "Tambini, Arielle" + }, { "affiliation": "Duke University", "name": "Broderick, William", @@ -600,11 +615,6 @@ { "name": "Khanuja, Ranjeet" }, - { - "affiliation": "National Institute on Aging, Baltimore, MD, USA", - "name": "Bilgel, Murat", - "orcid": "0000-0001-5042-7422" - }, { "name": "Schlamp, Kai" }, @@ -619,9 +629,6 @@ { "name": "Tarbert, Claire" }, - { - "name": "Tambini, Arielle" - }, { "name": "Nickson, Thomas" }, diff --git a/doc/changelog/1.X.X-changelog b/doc/changelog/1.X.X-changelog index 82747d9903..a487638f3c 100644 --- a/doc/changelog/1.X.X-changelog +++ b/doc/changelog/1.X.X-changelog @@ -1,3 +1,18 @@ +1.3.0 (To Be Determined) +======================== + +##### [Full changelog](https://github.com/nipy/nipype/milestone/34?closed=1) + + * FIX: Remove asynchronous chdir callback (https://github.com/nipy/nipype/pull/3060) + * FIX: Minimize scope for directory changes while loading results file (https://github.com/nipy/nipype/pull/3061) + * ENH: Delay etelemetry for non-interactive sessions, report bad versions (https://github.com/nipy/nipype/pull/3049) + * ENH: Run memoized check_version at REPL import, Node/Workflow/Interface init (https://github.com/nipy/nipype/pull/30) + * RF: Provide functions to augment old Path.mkdir, Path.resolve methods (https://github.com/nipy/nipype/pull/3050) + * TST: Skip dcm2niix test if data fails to download (https://github.com/nipy/nipype/pull/3059) + * TST: dcm2niix test fix (https://github.com/nipy/nipype/pull/3058) + * MNT: Drop Python 3.4 support (https://github.com/nipy/nipype/pull/3062) + + 1.2.3 (September 23, 2019) ========================== diff --git a/doc/conf.py b/doc/conf.py index 10ac3c36db..c49f20e514 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -82,7 +82,7 @@ # The short X.Y version. version = nipype.__version__ # The full version, including alpha/beta/rc tags. -release = "1.2.3" +release = "1.3.0-rc1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/nipype/info.py b/nipype/info.py index 9ba12193ea..aa8f460688 100644 --- a/nipype/info.py +++ b/nipype/info.py @@ -9,7 +9,7 @@ # nipype version information # Remove -dev for release -__version__ = '1.3.0-dev' +__version__ = '1.3.0-rc1' def get_nipype_gitversion():