Skip to content

REL: 1.3.0-rc1 #3068

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

Closed
wants to merge 5 commits into from
Closed
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
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
71 changes: 39 additions & 32 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
"affiliation": "Shattuck Lab, UCLA Brain Mapping Center",
"name": "Wong, Jason"
},
{
"affiliation": "Concordia University",
"name": "Benderoff, Erin"
},
{
"name": "Modat, Marc"
},
Expand Down Expand Up @@ -141,10 +145,6 @@
{
"name": "Berleant, Shoshana"
},
{
"affiliation": "Concordia University",
"name": "Benderoff, Erin"
},
{
"affiliation": "Dartmouth College: Hanover, NH, United States",
"name": "Halchenko, Yaroslav O.",
Expand Down Expand Up @@ -379,6 +379,9 @@
{
"name": "Millman, Jarrod"
},
{
"name": "Lai, Jeff"
},
{
"name": "Zhou, Dale"
},
Expand All @@ -401,19 +404,24 @@
"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",
"name": "Stadler, J\u00f6rg",
"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",
Expand All @@ -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",
Expand Down Expand Up @@ -499,22 +502,18 @@
"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"
},
{
"affiliation": "Boston University",
"name": "Perkins, L. Nathan"
},
{
"name": "Marina, Ana"
},
{
"name": "Mattfeld, Aaron"
},
{
"name": "Noel, Maxime"
},
{
"affiliation": "University of Amsterdam",
"name": "Lukas Snoek",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -578,6 +590,9 @@
{
"name": "Weinstein, Alejandro"
},
{
"name": "Tambini, Arielle"
},
{
"affiliation": "Duke University",
"name": "Broderick, William",
Expand All @@ -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"
},
Expand All @@ -619,9 +629,6 @@
{
"name": "Tarbert, Claire"
},
{
"name": "Tambini, Arielle"
},
{
"name": "Nickson, Thomas"
},
Expand Down
15 changes: 15 additions & 0 deletions doc/changelog/1.X.X-changelog
Original file line number Diff line number Diff line change
@@ -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)
==========================

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion nipype/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down