From a083bf9d4c5c3b3f7bf29da75fece2eb81efc914 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Tue, 29 Mar 2022 16:03:15 -0400 Subject: [PATCH 1/3] DOC: 0.15.1 changelog --- CHANGELOG.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 091450d13..2ebe3fb31 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,16 @@ Changelog ========= +Version 0.15.1 (April 04, 2022) +------------------------------- + +Bug-fix release in the 0.15.x series. + +* RF/FIX: Decompose filter construction for special queries and lists (#826) +* ENH: Relax group_by rules, allowing any entity to be used (#829) +* MNT: Replace deprecated DataFrame.append call (#833) +* DOC: Fresh rerun of entire pybids_tutorial.ipynb (#832) + Version 0.15.0 (March 28, 2022) ------------------------------- From b374900f49dfbfb75058cde9fd6441d8f728afe5 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Tue, 29 Mar 2022 16:03:31 -0400 Subject: [PATCH 2/3] MNT: Update Zenodo ordering --- .zenodo.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 8ec659245..dd31b46fe 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -183,6 +183,10 @@ "name": "Hanke, Michael", "orcid": "0000-0001-6398-6370" }, + { + "affiliation": "Polytechnique Montr\u00e9al", + "name": "Guenther, Nick" + }, { "affiliation": "Stanford University", "name": "Poldrack, Russell", @@ -198,10 +202,6 @@ "name": "Boulay, Chadwick", "orcid": "0000-0003-1747-3931" }, - { - "affiliation": "Polytechnique Montr\u00e9al", - "name": "Guenther, Nick" - }, { "affiliation": "Berkeley Institute for Data Science; University of California at Berkeley", "name": "Holdgraf, Chris", @@ -217,6 +217,10 @@ "orcid": "0000-0002-4892-2659", "name": "James Kent" }, + { + "name": "Staph, Jason A.", + "orcid": "0000-0002-5226-3350" + }, { "affiliation": "University of Pennsylvania", "name": "Azeez Adebimpe", @@ -237,10 +241,6 @@ "name": "Dickie, Erin W", "orcid": "0000-0003-3028-9864" }, - { - "name": "Staph, Jason A.", - "orcid": "0000-0002-5226-3350" - }, { "affiliation": "NIMH IRP", "name": "Lee, John A.", From ceb3273c574a96fd630775db69ddf2ab9116c931 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Tue, 29 Mar 2022 16:10:53 -0400 Subject: [PATCH 3/3] MNT: Relax formulaic constraint --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6c6c2f574..bdf8953b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ install_requires = scipy nibabel >=2.1 pandas >=0.23 - formulaic ~=0.2.4 + formulaic >=0.2.4, <0.4 # Tested on 0.2.4 and 0.3.2 sqlalchemy <1.4.0.dev0 bids-validator num2words