diff --git a/.mailmap b/.mailmap index 954c63e41..f44c9830c 100644 --- a/.mailmap +++ b/.mailmap @@ -1,6 +1,8 @@ Alejandro de la Vega Alejandro de la Vega +Alejandro de la Vega Alexander Ivanov +Alexis Thual Antonin Rovai <81312414+arovai@users.noreply.github.com> Bertrand Thirion Christopher J. Markiewicz @@ -12,6 +14,7 @@ Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.c Dylan M. Nielson Dylan M. Nielson Evgenii Kalenkovich +Gal Ben-Zvi Gregory Kiar Isla Staden James D. Kent diff --git a/.zenodo.json b/.zenodo.json index 79e236058..c4c375c70 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -51,16 +51,16 @@ "name": "Poline, Jean-Baptiste", "orcid": "0000-0002-9794-749X" }, - { - "affiliation": "University of Iowa", - "name": "Johnson, Hans", - "orcid": "0000-0001-9513-2660" - }, { "affiliation": "Université catholique de Louvain", "name": "Gau, Remi", "orcid": "0000-0002-1535-9767" }, + { + "affiliation": "University of Iowa", + "name": "Johnson, Hans", + "orcid": "0000-0001-9513-2660" + }, { "name": "Kalenkovich, Evgenii", "orcid": "0000-0002-4606-4179" @@ -74,6 +74,11 @@ "name": "Nielson, Dylan M.", "orcid": "0000-0003-4613-6643" }, + { + "affiliation": "University of Texas at Austin", + "orcid": "0000-0002-4892-2659", + "name": "James Kent" + }, { "affiliation": "Neuroscience Program, University of Iowa", "name": "Kent, James D.", @@ -84,11 +89,6 @@ "name": "Appelhoff, Stefan", "orcid": "0000-0001-8002-0877" }, - { - "affiliation": "University of Texas at Austin", - "orcid": "0000-0002-4892-2659", - "name": "James Kent" - }, { "affiliation": "Department of Psychology, Stanford University", "name": "Goncalves, Mathias", @@ -212,6 +212,9 @@ "name": "Mumford, Jeanette", "orcid": "0000-0002-0926-3531" }, + { + "name": "Thual, Alexis" + }, { "affiliation": "Berkeley Institute for Data Science; University of California at Berkeley", "name": "Holdgraf, Chris", @@ -251,6 +254,11 @@ "name": "Dickie, Erin W", "orcid": "0000-0003-3028-9864" }, + { + "affiliation": "Sagol School of Neuroscience, Tel Aviv University", + "name": "Ben-Zvi, Gal", + "orcid": "0000-0002-5655-9423" + }, { "affiliation": "NIMH IRP", "name": "Lee, John A.", diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 72ee569c8..77d554816 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,23 @@ Changelog ========= +Version 0.15.3 (September 12, 2022) +----------------------------------- + +Bug-fix release in 0.15.x series. + +* FIX: Test and update sync_kwargs class variable on transformations (#891) +* FIX: Filtering of DM columns (#892) +* ENH: Enable using participants.tsv, scans.tsv & session.tsv values as grouping variables (#894) +* REF: Rename incoming single contrast column to intercept (#886) +* DOC: Update references to nistats with references to nilearn in docs (#882) +* TST: some sort of QA for derivatives' default_path_patterns (#879) +* MNT: Update git submodules (#887) +* MNT: Codespell errors (#885) +* MNT: Update git submodules (#884) +* MNT: Update git submodules (#883) +* CI: Update actions versions (#897) + Version 0.15.2 (July 25, 2022) ------------------------------