From 3a105b5d09b0eb74dd4f993076b8c0b91eb29688 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Tue, 26 Apr 2022 21:43:16 -0400 Subject: [PATCH 1/4] DOC: 1.8.0 release notes --- doc/changelog/1.X.X-changelog.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/doc/changelog/1.X.X-changelog.rst b/doc/changelog/1.X.X-changelog.rst index 4e656441b0..03caebaa27 100644 --- a/doc/changelog/1.X.X-changelog.rst +++ b/doc/changelog/1.X.X-changelog.rst @@ -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 `__) + + * 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) ====================== From ecac8e16cc9ef15deee4cc6425350ddd6eac188b Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Tue, 26 Apr 2022 21:43:51 -0400 Subject: [PATCH 2/4] MNT: Update Zenodo ordering --- .zenodo.json | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index b04e08cbfb..d7cacccedd 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -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", @@ -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" @@ -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", @@ -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" }, @@ -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" }, @@ -839,6 +854,11 @@ { "name": "Urchs, Sebastian" }, + { + "affiliation": "Department of Psychology, Stanford University", + "name": "Shim, Sunjae", + "orcid": "0000-0003-2773-0807" + }, { "name": "Nickson, Thomas" }, From e0d7e3d3e86812524ead8c644dbddc2634dce45f Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Tue, 26 Apr 2022 21:47:25 -0400 Subject: [PATCH 3/4] MNT: Update mailmap --- .mailmap | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index e512a6f025..71b3ebe14b 100644 --- a/.mailmap +++ b/.mailmap @@ -22,6 +22,8 @@ Anna Doll <45283972+AnnaD15@users.noreply.github.com> Ariel Rokem Ariel Rokem Arman Eshaghi +Avneet Kaur +Avneet Kaur Ashely Gillman Basille Pinsard Basille Pinsard @@ -84,7 +86,8 @@ Hrvoje Stojic Isaac Schwabacher Jakub Kaczmarzyk James Kent -James Kent Fred Mertz +James Kent +James Kent Janosch Linkersdörfer Jason Wong Jason Wong @@ -114,6 +117,7 @@ Sin Kim Sin Kim Koen Helwegen Kornelius Podranski +Kristofer Montazeri Krzysztof J. Gorgolewski Krzysztof J. Gorgolewski Krzysztof J. Gorgolewski @@ -128,6 +132,7 @@ Marcel Falkiewicz Maria de Fatima Dias Maria de Fatima Dias Martin Perez-Guevara +Martin Norgaard Mathias Goncalves Mathias Goncalves Mathieu Dubois @@ -189,6 +194,7 @@ Steven Giavasis Steven Tilley Sulantha Mathotaarachchi +Sunjae Shim <85246533+sjshim@users.noreply.github.com> Tim Robert-Fitzgerald Tom Close Tom Close From 13b5f5e5c90ca155b634442b0268acebc9f6e809 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Tue, 26 Apr 2022 21:55:41 -0400 Subject: [PATCH 4/4] MNT: 1.8.0 --- nipype/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipype/info.py b/nipype/info.py index 3309752d92..4fe067b9b6 100644 --- a/nipype/info.py +++ b/nipype/info.py @@ -5,7 +5,7 @@ # nipype version information # Remove -dev for release -__version__ = "1.8.0.dev0" +__version__ = "1.8.0" def get_nipype_gitversion():