Skip to content

Commit

Permalink
Merge pull request #3457 from nipy/rel/1.8.0
Browse files Browse the repository at this point in the history
REL: 1.8.0
  • Loading branch information
effigies authored May 10, 2022
2 parents e7daead + 13b5f5e commit d77fc3c
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 7 deletions.
8 changes: 7 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Anna Doll <[email protected]>
Ariel Rokem <[email protected]>
Ariel Rokem <[email protected]> <[email protected]>
Arman Eshaghi <[email protected]>
Avneet Kaur <[email protected]>
Avneet Kaur <[email protected]> <[email protected]>
Ashely Gillman <[email protected]> <[email protected]>
Basille Pinsard <[email protected]>
Basille Pinsard <[email protected]> <[email protected]>
Expand Down Expand Up @@ -84,7 +86,8 @@ Hrvoje Stojic <[email protected]>
Isaac Schwabacher <[email protected]>
Jakub Kaczmarzyk <[email protected]>
James Kent <[email protected]>
James Kent <[email protected]> Fred Mertz <[email protected]>
James Kent <[email protected]> <[email protected]>
James Kent <[email protected]> <[email protected]>
Janosch Linkersdörfer <[email protected]>
Jason Wong <[email protected]>
Jason Wong <[email protected]> <[email protected]>
Expand Down Expand Up @@ -114,6 +117,7 @@ Sin Kim <[email protected]>
Sin Kim <[email protected]> <[email protected]>
Koen Helwegen <[email protected]>
Kornelius Podranski <[email protected]>
Kristofer Montazeri <[email protected]>
Krzysztof J. Gorgolewski <[email protected]>
Krzysztof J. Gorgolewski <[email protected]> <[email protected]>
Krzysztof J. Gorgolewski <[email protected]> <filo@filo-Precision-M6500.(none)>
Expand All @@ -128,6 +132,7 @@ Marcel Falkiewicz <[email protected]> <[email protected]>
Maria de Fatima Dias <[email protected]>
Maria de Fatima Dias <[email protected]> <[email protected]>
Martin Perez-Guevara <[email protected]>
Martin Norgaard <[email protected]>
Mathias Goncalves <[email protected]> <[email protected]>
Mathias Goncalves <[email protected]> <[email protected]>
Mathieu Dubois <[email protected]> <[email protected]>
Expand Down Expand Up @@ -189,6 +194,7 @@ Steven Giavasis <[email protected]> <[email protected]
Steven Giavasis <[email protected]> <[email protected]>
Steven Tilley <[email protected]> <[email protected]>
Sulantha Mathotaarachchi <[email protected]>
Sunjae Shim <[email protected]>
Tim Robert-Fitzgerald <[email protected]>
Tom Close <[email protected]>
Tom Close <[email protected]> <[email protected]>
Expand Down
30 changes: 25 additions & 5 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
{
"name": "Loney, Fred"
},
{
"affiliation": "Department of Psychology, Stanford University",
"name": "Norgaard, Martin",
"orcid": "0000-0003-2131-5688"
},
{
"affiliation": "Florida International University",
"name": "Salo, Taylor",
Expand Down Expand Up @@ -171,6 +176,11 @@
"affiliation": "National Institutes of Health",
"name": "Clark, Michael G. "
},
{
"affiliation": "Neuroscience Program, University of Iowa",
"name": "Kent, James D.",
"orcid": "0000-0002-4892-2659"
},
{
"affiliation": "Concordia University",
"name": "Benderoff, Erin"
Expand All @@ -183,11 +193,6 @@
"name": "Dias, Maria de Fatima",
"orcid": "0000-0001-8878-1750"
},
{
"affiliation": "Neuroscience Program, University of Iowa",
"name": "Kent, James D.",
"orcid": "0000-0002-4892-2659"
},
{
"affiliation": "Otto-von-Guericke-University Magdeburg, Germany",
"name": "Hanke, Michael",
Expand Down Expand Up @@ -694,6 +699,11 @@
"name": "Lerma-Usabiaga, Garikoitz",
"orcid": "0000-0001-9800-4816"
},
{
"affiliation": "ARAMIS Lab, Paris Brain Institute",
"name": "Vaillant, Ghislain",
"orcid": "0000-0003-0267-3033"
},
{
"name": "Schwabacher, Isaac"
},
Expand Down Expand Up @@ -774,6 +784,11 @@
{
"name": "Park, Anne"
},
{
"affiliation": "Consolidated Department of Psychiatry, Harvard Medical School",
"name": "Frederick, Blaise",
"orcid": "0000-0001-5832-5279"
},
{
"name": "Cheung, Brian"
},
Expand Down Expand Up @@ -839,6 +854,11 @@
{
"name": "Urchs, Sebastian"
},
{
"affiliation": "Department of Psychology, Stanford University",
"name": "Shim, Sunjae",
"orcid": "0000-0003-2773-0807"
},
{
"name": "Nickson, Thomas"
},
Expand Down
23 changes: 23 additions & 0 deletions doc/changelog/1.X.X-changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
1.8.0 (May 10, 2022)
====================

New feature release in the 1.8.x series.

The primary new features are a batch of PETSurfer interfaces.

This release drops support for Python < 3.7 and Numpy < 1.17, triggering a minor version bump.
Additionally, matplotlib < 2.1 will stop working with some interfaces, but more recent versions
will start working.

(`Full changelog <https://github.com/nipy/nipype/milestone/1.8.0?closed=1>`__)

* FIX: Change plt.hist() argument from deprecated 'normed' to 'density' (https://github.com/nipy/nipype/pull/3455)
* ENH: Add random seed option to ANTs registration (https://github.com/nipy/nipype/pull/3463)
* ENH: Add PETsurfer interfaces (https://github.com/nipy/nipype/pull/3437)
* ENH: Add Text2Vest and Vest2Text interfaces (https://github.com/nipy/nipype/pull/3447)
* REF: Optimize ICC_rep_anova with a memoized helper function (https://github.com/nipy/nipype/pull/3454)
* REF: Rearranging matmul order and using hermitian flag in ICC_rep_anova (https://github.com/nipy/nipype/pull/3453)
* MNT: Drop distutils (https://github.com/nipy/nipype/pull/3458)
* CI: Cache test data (https://github.com/nipy/nipype/pull/3459)


1.7.1 (April 05, 2022)
======================

Expand Down
2 changes: 1 addition & 1 deletion nipype/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# nipype version information
# Remove -dev for release
__version__ = "1.8.0.dev0"
__version__ = "1.8.0"


def get_nipype_gitversion():
Expand Down

0 comments on commit d77fc3c

Please sign in to comment.