From 33361d8a520c1c2fca615f43c92d0515851db9f8 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Tue, 28 Feb 2023 10:16:01 -0500 Subject: [PATCH 1/4] MNT: Update Zenodo and mailmap --- .mailmap | 1 + .zenodo.json | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.mailmap b/.mailmap index f44c9830c..50acff5c6 100644 --- a/.mailmap +++ b/.mailmap @@ -3,6 +3,7 @@ Alejandro de la Vega Alejandro de la Vega Alexander Ivanov Alexis Thual +Ankur Sinha Antonin Rovai <81312414+arovai@users.noreply.github.com> Bertrand Thirion Christopher J. Markiewicz diff --git a/.zenodo.json b/.zenodo.json index cf95c8be6..3885e89a2 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -46,16 +46,16 @@ "name": "DeStasio, Krista", "orcid": "0000-0002-3959-9060" }, - { - "affiliation": "McGill University", - "name": "Poline, Jean-Baptiste", - "orcid": "0000-0002-9794-749X" - }, { "affiliation": "Université catholique de Louvain", "name": "Gau, Remi", "orcid": "0000-0002-1535-9767" }, + { + "affiliation": "McGill University", + "name": "Poline, Jean-Baptiste", + "orcid": "0000-0002-9794-749X" + }, { "affiliation": "University of Iowa", "name": "Johnson, Hans", @@ -230,6 +230,12 @@ "name": "Staph, Jason A.", "orcid": "0000-0002-5226-3350" }, + { + "name": "Drew, William" + }, + { + "name": "Sinha, Ankur" + }, { "affiliation": "Université Libre de Bruxelles - Hôpital Erasme", "name": "Rovai, Antonin", @@ -288,6 +294,9 @@ "name": "Blair, Ross", "orcid": "0000-0003-3007-1056" }, + { + "name": "Pati, Sarthak" + }, { "name": "Sundaravadivelu, Suganya" } From a3b9822288beac2e050d32d5431c4873a9ccddd1 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Tue, 28 Feb 2023 10:21:28 -0500 Subject: [PATCH 2/4] DOC: 0.15.6 release notes --- CHANGELOG.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2294bb26e..d087f7776 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,25 @@ Changelog ========= +Version 0.15.6 (February 28, 2023) +---------------------------------- + +Bug-fix release in 0.15.x series. + +* FIX: Exclude non-Hashables from set in .get(return_type='id') (#948) +* FIX: Broken pattern matching (#936) +* FIX: Coerce oversampling parameter in convolution to int (#929) +* FIX: Allowing custom BIDS configuration files for derivative datasets (#922) +* FIX: Address change in default pandas grouping behavior (#917) +* ENH: Speed up BIDSLayout.get(return_type='id', ...) (#942) +* ENH: Update default anat filename patterns in config (#933) +* DOC: Make clear how to ignore folders (#945) +* DOC: Fix tutorial link in README (#944) +* DOC: Mention conda installation in README (#928) +* MNT: Update git submodules (#946 + #943 + #932) +* MNT: Move package metadata to pyproject.toml, unvendor versioneer (#907) +* MNT: Bump formulaic max version constraint to include 0.5.x (#916) + Version 0.15.5 (November 07, 2022) ---------------------------------- From 8f8a1b9f7a5f9baedc2906f98e6b2f391b682877 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Tue, 28 Feb 2023 10:57:07 -0500 Subject: [PATCH 3/4] Update zenodo attributions Co-authored-by: Sarthak Pati --- .zenodo.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 3885e89a2..85a152974 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -231,7 +231,9 @@ "orcid": "0000-0002-5226-3350" }, { - "name": "Drew, William" + "affiliation": "Brigham and Women's Hospital", + "name": "Drew, William", + "orcid": "0000-0002-9178-8731" }, { "name": "Sinha, Ankur" @@ -295,7 +297,9 @@ "orcid": "0000-0003-3007-1056" }, { - "name": "Pati, Sarthak" + "affiliation": "University of Pennsylvania", + "name": "Pati, Sarthak", + "orcid": "0000-0003-2243-8487" }, { "name": "Sundaravadivelu, Suganya" From b9ca7e00d7bbfdb9dd4fcdf4b3238ba5a6cb73c0 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Tue, 28 Feb 2023 11:31:00 -0500 Subject: [PATCH 4/4] Update .zenodo.json --- .zenodo.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 85a152974..f18ff554e 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -236,7 +236,9 @@ "orcid": "0000-0002-9178-8731" }, { - "name": "Sinha, Ankur" + "affiliation": "University College London", + "name": "Sinha, Ankur", + "orcid": "0000-0001-7568-7167" }, { "affiliation": "Université Libre de Bruxelles - Hôpital Erasme",