From eafcd6c3cc3611ed3b9dea0c43c2bc80851695fc Mon Sep 17 00:00:00 2001 From: Alejandro de la Vega Date: Tue, 13 Apr 2021 23:37:45 -0500 Subject: [PATCH 1/5] DOC: Update changelog --- CHANGELOG.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b1d0fd768..318c42f07 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,21 @@ Changelog ========= +Version 0.13 (April 14, 2021) +----------------------------- + +* FIX: Resample to n_vols for sampling_rate == 'TR' (#713) +* FIX: Lazily load metadata, skip when missing data files are missing sidecars (#711) +* FIX: Ensure indicator matrix is boolean when indexing in Split transformation (#710) +* FIX: Correctly pair metadata file when creating association records (#699) +* FIX: Resolve side-effects of new testfile in #682 (#695) +* FIX: BIDSLayout -- TypeError: unhashable type: 'dict' (#682) +* ENH: Add res/den entities to derivatives.json (#709) +* ENH: Update datatypes (#708) +* ENH: add more informative validation error message for dataset_description.json (#705) +* CI: Run packaging tests on main repository only (#696) +* CI: Migrate to GH actions (#691) + Version 0.12.4 (November 10, 2020) ---------------------------------- From 689d743f9dfb2fda786b6b69bde0806aa7c9fe56 Mon Sep 17 00:00:00 2001 From: Alejandro de la Vega Date: Tue, 13 Apr 2021 23:40:29 -0500 Subject: [PATCH 2/5] Update zenodo --- .zenodo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.zenodo.json b/.zenodo.json index 569a245fd..63b0776ac 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -184,6 +184,11 @@ "name": "Staden, Isla", "orcid": "0000-0002-0795-1154" }, + { + "affiliation": "University of Texas at Austin", + "orcid": "0000-0002-4892-2659", + "name": "James Kent" + }, { "affiliation": "Universit\u00e9 catholique de Louvain", "name": "Gau, Remi", @@ -194,6 +199,9 @@ "name": "Rokem, Ariel", "orcid": "0000-0003-0679-1985" }, + { + "name": "Azeez Adebimpe" + }, { "affiliation": "INRIA", "name": "Thirion, Bertrand", @@ -237,6 +245,9 @@ "name": "Blair, Ross", "orcid": "0000-0003-3007-1056" }, + { + "name": "Shashank Bansal" + }, { "name": "Sundaravadivelu, Suganya" } From b79083e72faed3779f9e173db455ea50a42e28d8 Mon Sep 17 00:00:00 2001 From: Alejandro de la Vega Date: Wed, 14 Apr 2021 11:11:19 -0500 Subject: [PATCH 3/5] MNT: Update zenodo --- .zenodo.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 63b0776ac..4da312065 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -246,7 +246,9 @@ "orcid": "0000-0003-3007-1056" }, { - "name": "Shashank Bansal" + "name": "Shashank Bansal", + "affiliation": "Stanford University", + "orcid": "0000-0002-1252-8772 " }, { "name": "Sundaravadivelu, Suganya" From f9ed9c793f568f1e30cb4f2b3bfe6b117f5ad0b0 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 14 Apr 2021 12:21:36 -0400 Subject: [PATCH 4/5] Update .zenodo.json --- .zenodo.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 4da312065..c874222fe 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -200,7 +200,9 @@ "orcid": "0000-0003-0679-1985" }, { - "name": "Azeez Adebimpe" + "affiliation": "University of Pennsylvania", + "name": "Azeez Adebimpe", + "orcid": "0000-0001-9049-0135" }, { "affiliation": "INRIA", From 418c4cc10cb284681eb9e522a545067122d6699e Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 15 Apr 2021 21:51:01 -0400 Subject: [PATCH 5/5] Apply suggestions from code review --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 318c42f07..dba8b4942 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,7 @@ Version 0.13 (April 14, 2021) * ENH: Add res/den entities to derivatives.json (#709) * ENH: Update datatypes (#708) * ENH: add more informative validation error message for dataset_description.json (#705) +* ENH: Add flip, inv, mt, and part entities (#688) * CI: Run packaging tests on main repository only (#696) * CI: Migrate to GH actions (#691)