Skip to content

Commit b385720

Browse files
authored
Merge pull request #3392 from nipy/rel/1.7.0
REL: 1.7.0
2 parents bb3c312 + 550f1fa commit b385720

File tree

6 files changed

+75
-21
lines changed

6 files changed

+75
-21
lines changed

.mailmap

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Alexander Schaefer <[email protected]> <[email protected]>
1010
Alexander Schaefer <[email protected]> <aschaefer@aschaefer-U36SD.(none)>
1111
Alexandre M. Savio <[email protected]>
1212
Alexandre M. Savio <[email protected]> <[email protected]>
13+
Andrea Dell'Orco <[email protected]>
1314
Andrew Floren <[email protected]>
1415
Andrey Chetverikov <[email protected]>
1516
Andrey Chetverikov <[email protected]> <[email protected]>
@@ -144,6 +145,7 @@ Michael Waskom <[email protected]> <[email protected]>
144145
Miguel Molina-Romero <[email protected]>
145146
146147
148+
Ole Numssen <[email protected]>
147149
148150
Olivia Stanley <[email protected]>
149151
Oscar Esteban <[email protected]>

.zenodo.json

+29-14
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@
148148
"name": "Visconti di Oleggio Castello, Matteo",
149149
"orcid": "0000-0001-7931-5272"
150150
},
151-
{
152-
"affiliation": "Shattuck Lab, UCLA Brain Mapping Center",
153-
"name": "Wong, Jason"
154-
},
155151
{
156152
"affiliation": "University of Texas at Austin",
157153
"name": "De La Vega, Alejandro",
158154
"orcid": "0000-0001-9062-3778"
159155
},
156+
{
157+
"affiliation": "Shattuck Lab, UCLA Brain Mapping Center",
158+
"name": "Wong, Jason"
159+
},
160160
{
161161
"affiliation": "MIT",
162162
"name": "Kaczmarzyk, Jakub",
@@ -217,6 +217,11 @@
217217
"name": "de Hollander, Gilles",
218218
"orcid": "0000-0003-1988-5091"
219219
},
220+
{
221+
"affiliation": "Charit\u00e8 Universit\u00e4tsmedizin Berlin, Germany",
222+
"name": "Dell'Orco, Andrea",
223+
"orcid": "0000-0002-3964-8360"
224+
},
220225
{
221226
"affiliation": "University College London",
222227
"name": "Eshaghi, Arman",
@@ -251,6 +256,11 @@
251256
{
252257
"name": "Mordom, David"
253258
},
259+
{
260+
"affiliation": "Charite Universitatsmedizin Berlin, Germany",
261+
"name": "Waller, Lea",
262+
"orcid": "0000-0002-3239-6957"
263+
},
254264
{
255265
"affiliation": "CIBIT, UC",
256266
"name": "Machado, F\u00e1tima",
@@ -261,11 +271,6 @@
261271
"name": "Guillon, Je\u0301re\u0301my",
262272
"orcid": "0000-0002-2672-7510"
263273
},
264-
{
265-
"affiliation": "Charite Universitatsmedizin Berlin, Germany",
266-
"name": "Waller, Lea",
267-
"orcid": "0000-0002-3239-6957"
268-
},
269274
{
270275
"affiliation": "Indiana University, IN, USA",
271276
"name": "Koudoro, Serge"
@@ -726,6 +731,11 @@
726731
"affiliation": "Universidad de Guadalajara",
727732
"name": "Gonz\u00e1lez Orozco, Abel A."
728733
},
734+
{
735+
"affiliation": "ARAMIS Lab",
736+
"name": "Routier, Alexandre",
737+
"orcid": "0000-0003-1603-8049"
738+
},
729739
{
730740
"name": "Marina, Ana"
731741
},
@@ -794,9 +804,19 @@
794804
"name": "Pannetier, Nicolas",
795805
"orcid": "0000-0002-0744-5155"
796806
},
807+
{
808+
"affiliation": "Max Planck Institute for Human Cognitive and Brain Sciences",
809+
"name": "Numssen, Ole",
810+
"orcid": "0000-0001-7164-2682"
811+
},
797812
{
798813
"name": "Khanuja, Ranjeet"
799814
},
815+
{
816+
"affiliation": "University of Waterloo",
817+
"name": "Mukhometzianov, Rinat",
818+
"orcid": "0000-0003-1274-4827"
819+
},
800820
{
801821
"name": "Urchs, Sebastian"
802822
},
@@ -835,11 +855,6 @@
835855
"affiliation": "MIT, HMS",
836856
"name": "Ghosh, Satrajit",
837857
"orcid": "0000-0002-5312-6729"
838-
},
839-
{
840-
"affiliation": "Charitè Universitätsmedizin Berlin, Germany",
841-
"name": "Dell\'Orco, Andrea",
842-
"orcid": "0000-0002-3964-8360"
843858
}
844859
],
845860
"keywords": [

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

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
1.7.0 (October 20, 2021)
2+
========================
3+
4+
(`Full changelog <https://github.com/nipy/nipype/milestone/1.7.0?closed=1>`__)
5+
6+
* FIX: Make ants.LaplacianThickness output_image a string, not file (https://github.com/nipy/nipype/pull/3393)
7+
* FIX: coord for mrconvert (https://github.com/nipy/nipype/pull/3369)
8+
* FIX: ``antsRegistration`` allows the ``restrict_deformation`` to be float (https://github.com/nipy/nipype/pull/3387)
9+
* FIX: Also allow `errno.EBUSY` during `emptydirs` on NFS (https://github.com/nipy/nipype/pull/3357)
10+
* FIX: Removed exists=True from MathsOutput (https://github.com/nipy/nipype/pull/3385)
11+
* FIX: Extension not extensions, after pybids v0.9 (https://github.com/nipy/nipype/pull/3380)
12+
* ENH: Add CAT12 SANLM denoising filter (https://github.com/nipy/nipype/pull/3374)
13+
* ENH: Add expected steps for FreeSurfer 7 recon-all (https://github.com/nipy/nipype/pull/3389)
14+
* ENH: Stop printing false positive differences when logging cached nodes (https://github.com/nipy/nipype/pull/3376)
15+
* ENH: Add new flags to MRtrix/preprocess.py (DWI2Tensor, MRtransform) (https://github.com/nipy/nipype/pull/3365)
16+
* ENH: ``verbose`` input should not be hashed in ``ants.Registration`` (https://github.com/nipy/nipype/pull/3377)
17+
* REF: Clean-up the BaseInterface ``run()`` function using context (https://github.com/nipy/nipype/pull/3347)
18+
* DOC: Fix typo in README (https://github.com/nipy/nipype/pull/3386)
19+
* STY: Make private member name consistent with the rest of them (https://github.com/nipy/nipype/pull/3346)
20+
* MNT: Simplify interface execution and better error handling of ``Node`` (https://github.com/nipy/nipype/pull/3349)
21+
* MNT: Add user name and email to Docker to appease git/annex/datalad (https://github.com/nipy/nipype/pull/3378)
22+
* CI: Update CircleCI machine image (https://github.com/nipy/nipype/pull/3391)
23+
124
1.6.1 (June 16, 2021)
225
=====================
326

doc/interfaces.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Interfaces and Workflows
88
:Release: |version|
99
:Date: |today|
1010

11-
Previous versions: `1.6.0 <http://nipype.readthedocs.io/en/1.6.0/>`_ `1.5.1 <http://nipype.readthedocs.io/en/1.5.1/>`_
11+
Previous versions: `1.6.1 <http://nipype.readthedocs.io/en/1.6.1/>`_ `1.6.0 <http://nipype.readthedocs.io/en/1.6.0/>`_
1212

1313
Workflows
1414
---------

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.6.1"
8+
__version__ = "1.7.0"
99

1010

1111
def get_nipype_gitversion():

tools/update_changes.sh

+19-5
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,30 @@ UPCOMING=$?
2323
HEADER="$1 ($(date '+%B %d, %Y'))"
2424
echo $HEADER >> newchanges
2525
echo $( printf "%${#HEADER}s" | tr " " "=" ) >> newchanges
26+
echo >> newchanges
2627

2728
if [[ "x$2" != "x" ]]; then
28-
echo "(\`Full changelog <https://github.com/nipy/nipype/milestone/$2?closed=1>\`__)" >> newchanges
29+
echo "(\`Full changelog <https://github.com/nipy/nipype/milestone/$2?closed=1>\`__)" >> newchanges
30+
echo >> newchanges
2931
fi
3032

3133
# Search for PRs since previous release
32-
git log --grep="Merge pull request" `git describe --tags --abbrev=0`..HEAD --pretty='format: * %b %s' | sed 's+Merge pull request \#\([^\d]*\)\ from\ .*+(https://github.com/nipy/nipype/pull/\1)+' >> newchanges
33-
echo "" >> newchanges
34-
echo "" >> newchanges
34+
MERGE_COMMITS=$( git log --grep="Merge pull request\|(#.*)$" `git describe --tags --abbrev=0`..HEAD --pretty='format:%h' )
35+
for COMMIT in ${MERGE_COMMITS//\n}; do
36+
SUB=$( git log -n 1 --pretty="format:%s" $COMMIT )
37+
if ( echo $SUB | grep "^Merge pull request" ); then
38+
# Merge commit
39+
PR=$( echo $SUB | sed -e "s/Merge pull request \#\([0-9]*\).*/\1/" )
40+
TITLE=$( git log -n 1 --pretty="format:%b" $COMMIT )
41+
else
42+
# Squashed merge
43+
PR=$( echo $SUB | sed -e "s/.*(\#\([0-9]*\))$/\1/" )
44+
TITLE=$( echo $SUB | sed -e "s/\(.*\)(\#[0-9]*)$/\1/" )
45+
fi
46+
echo " * $TITLE (https://github.com/nipy/nipype/pull/$PR)" >> newchanges
47+
done
48+
echo >> newchanges
49+
echo >> newchanges
3550

3651
# Append old CHANGES
3752
if [[ "$UPCOMING" == "0" ]]; then
@@ -43,4 +58,3 @@ fi
4358

4459
# Replace old CHANGES with new file
4560
mv newchanges $CHANGES
46-

0 commit comments

Comments
 (0)