Skip to content

Commit d77fc3c

Browse files
authored
Merge pull request #3457 from nipy/rel/1.8.0
REL: 1.8.0
2 parents e7daead + 13b5f5e commit d77fc3c

File tree

4 files changed

+56
-7
lines changed

4 files changed

+56
-7
lines changed

.mailmap

+7-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Anna Doll <[email protected]>
2222
Ariel Rokem <[email protected]>
2323
2424
Arman Eshaghi <[email protected]>
25+
Avneet Kaur <[email protected]>
26+
2527
2628
Basille Pinsard <[email protected]>
2729
@@ -84,7 +86,8 @@ Hrvoje Stojic <[email protected]>
8486
Isaac Schwabacher <[email protected]>
8587
Jakub Kaczmarzyk <[email protected]>
8688
James Kent <[email protected]>
87-
James Kent <[email protected]> Fred Mertz <[email protected]>
89+
90+
8891
Janosch Linkersdörfer <[email protected]>
8992
Jason Wong <[email protected]>
9093
@@ -114,6 +117,7 @@ Sin Kim <[email protected]>
114117
115118
Koen Helwegen <[email protected]>
116119
Kornelius Podranski <[email protected]>
120+
Kristofer Montazeri <[email protected]>
117121
Krzysztof J. Gorgolewski <[email protected]>
118122
Krzysztof J. Gorgolewski <[email protected]> <[email protected]>
119123
Krzysztof J. Gorgolewski <[email protected]> <filo@filo-Precision-M6500.(none)>
@@ -128,6 +132,7 @@ Marcel Falkiewicz <[email protected]> <[email protected]>
128132
Maria de Fatima Dias <[email protected]>
129133
Maria de Fatima Dias <[email protected]> <[email protected]>
130134
Martin Perez-Guevara <[email protected]>
135+
Martin Norgaard <[email protected]>
131136
132137
133138
@@ -189,6 +194,7 @@ Steven Giavasis <[email protected]> <[email protected]
189194
190195
191196
Sulantha Mathotaarachchi <[email protected]>
197+
Sunjae Shim <[email protected]>
192198
Tim Robert-Fitzgerald <[email protected]>
193199
Tom Close <[email protected]>
194200

.zenodo.json

+25-5
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
{
8585
"name": "Loney, Fred"
8686
},
87+
{
88+
"affiliation": "Department of Psychology, Stanford University",
89+
"name": "Norgaard, Martin",
90+
"orcid": "0000-0003-2131-5688"
91+
},
8792
{
8893
"affiliation": "Florida International University",
8994
"name": "Salo, Taylor",
@@ -171,6 +176,11 @@
171176
"affiliation": "National Institutes of Health",
172177
"name": "Clark, Michael G. "
173178
},
179+
{
180+
"affiliation": "Neuroscience Program, University of Iowa",
181+
"name": "Kent, James D.",
182+
"orcid": "0000-0002-4892-2659"
183+
},
174184
{
175185
"affiliation": "Concordia University",
176186
"name": "Benderoff, Erin"
@@ -183,11 +193,6 @@
183193
"name": "Dias, Maria de Fatima",
184194
"orcid": "0000-0001-8878-1750"
185195
},
186-
{
187-
"affiliation": "Neuroscience Program, University of Iowa",
188-
"name": "Kent, James D.",
189-
"orcid": "0000-0002-4892-2659"
190-
},
191196
{
192197
"affiliation": "Otto-von-Guericke-University Magdeburg, Germany",
193198
"name": "Hanke, Michael",
@@ -694,6 +699,11 @@
694699
"name": "Lerma-Usabiaga, Garikoitz",
695700
"orcid": "0000-0001-9800-4816"
696701
},
702+
{
703+
"affiliation": "ARAMIS Lab, Paris Brain Institute",
704+
"name": "Vaillant, Ghislain",
705+
"orcid": "0000-0003-0267-3033"
706+
},
697707
{
698708
"name": "Schwabacher, Isaac"
699709
},
@@ -774,6 +784,11 @@
774784
{
775785
"name": "Park, Anne"
776786
},
787+
{
788+
"affiliation": "Consolidated Department of Psychiatry, Harvard Medical School",
789+
"name": "Frederick, Blaise",
790+
"orcid": "0000-0001-5832-5279"
791+
},
777792
{
778793
"name": "Cheung, Brian"
779794
},
@@ -839,6 +854,11 @@
839854
{
840855
"name": "Urchs, Sebastian"
841856
},
857+
{
858+
"affiliation": "Department of Psychology, Stanford University",
859+
"name": "Shim, Sunjae",
860+
"orcid": "0000-0003-2773-0807"
861+
},
842862
{
843863
"name": "Nickson, Thomas"
844864
},

doc/changelog/1.X.X-changelog.rst

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
1.8.0 (May 10, 2022)
2+
====================
3+
4+
New feature release in the 1.8.x series.
5+
6+
The primary new features are a batch of PETSurfer interfaces.
7+
8+
This release drops support for Python < 3.7 and Numpy < 1.17, triggering a minor version bump.
9+
Additionally, matplotlib < 2.1 will stop working with some interfaces, but more recent versions
10+
will start working.
11+
12+
(`Full changelog <https://github.com/nipy/nipype/milestone/1.8.0?closed=1>`__)
13+
14+
* FIX: Change plt.hist() argument from deprecated 'normed' to 'density' (https://github.com/nipy/nipype/pull/3455)
15+
* ENH: Add random seed option to ANTs registration (https://github.com/nipy/nipype/pull/3463)
16+
* ENH: Add PETsurfer interfaces (https://github.com/nipy/nipype/pull/3437)
17+
* ENH: Add Text2Vest and Vest2Text interfaces (https://github.com/nipy/nipype/pull/3447)
18+
* REF: Optimize ICC_rep_anova with a memoized helper function (https://github.com/nipy/nipype/pull/3454)
19+
* REF: Rearranging matmul order and using hermitian flag in ICC_rep_anova (https://github.com/nipy/nipype/pull/3453)
20+
* MNT: Drop distutils (https://github.com/nipy/nipype/pull/3458)
21+
* CI: Cache test data (https://github.com/nipy/nipype/pull/3459)
22+
23+
124
1.7.1 (April 05, 2022)
225
======================
326

nipype/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# nipype version information
77
# Remove -dev for release
8-
__version__ = "1.8.0.dev0"
8+
__version__ = "1.8.0"
99

1010

1111
def get_nipype_gitversion():

0 commit comments

Comments
 (0)