From 9ad14741fd70a654639ba442019a6c7dce9bc8e8 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 24 Apr 2023 22:41:15 -0400 Subject: [PATCH 1/3] DOC: 0.16.0 changelog --- CHANGELOG.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d087f7776..b86650c12 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,35 @@ Changelog ========= +Version 0.16.0 (April 25, 2023) +------------------------------- + +New feature release in the 0.16.x series. + +* FIX: Adapt to SQLAlchemy 1.4+ (#985) +* FIX: Fill na with zero for VIF (#976) +* ENH: Only warn if missing values not explicitly set (#977) +* ENH: Create run reports of whole graph / create HTML reports (#918) +* ENH: Speed up Sparse to Dense BIDSVariable conversion (#969) +* ENH: Update config to support motion and nirs modalities (#965) +* REF: Add derivative subdatasets in a less ad hoc fashion (#954) +* MNT: Update minimum dependencies, add CI job to test them (#987) +* MNT: Drop jinja2/markupsafe constraints (#986) +* MNT: Fix ruff issue E712 (#981) +* MNT: A few Python3 updates (#971) +* MNT: Drop Python 3.7 EOL (#974) +* MNT: Fix repeat-word typo (#968) +* MNT: Update vendored inflect to 5.6.2 (#961) +* MNT: Fix flake8 issues found by ruff (#955) +* MNT: Remove (large) unused PNG from doc directory (#962) +* MNT: http:// → https:// (#960) +* MNT: Update git submodules (#964) +* CI: Drop codecov PyPI package and appveyor config (#979) +* CI: Add Python 3.11 (#975) +* CI: Replace custom update_submodules action with dependabot action (#967) +* CI: fix errors caused by changes in examples (#963) +* CI: Update parameters to gh-action-pypi-publish (#957) + Version 0.15.6 (February 28, 2023) ---------------------------------- From dc9dd23eb9798b0e34eaa9df35d843902f507098 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 24 Apr 2023 22:42:43 -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 f18ff554e..8083d1d5b 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -37,6 +37,14 @@ "name": "Esteban, Oscar", "orcid": "0000-0001-8435-6191" }, + { + "affiliation": "Université catholique de Louvain", + "name": "Gau, Remi", + "orcid": "0000-0002-1535-9767" + }, + { + "name": "Papadopoulos Orfanos, Dimitri" + }, { "affiliation": "University of Texas at Austin", "name": "McNamara, Quinten" @@ -46,11 +54,6 @@ "name": "DeStasio, Krista", "orcid": "0000-0002-3959-9060" }, - { - "affiliation": "Université catholique de Louvain", - "name": "Gau, Remi", - "orcid": "0000-0002-1535-9767" - }, { "affiliation": "McGill University", "name": "Poline, Jean-Baptiste", @@ -89,9 +92,6 @@ "name": "Appelhoff, Stefan", "orcid": "0000-0001-8002-0877" }, - { - "name": "Papadopoulos Orfanos, Dimitri" - }, { "affiliation": "Department of Psychology, Stanford University", "name": "Goncalves, Mathias", From f323666f5c03efb6cd18cb461c8a988d677bdc0c Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 26 Apr 2023 10:53:12 -0400 Subject: [PATCH 3/3] Update release date --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b86650c12..da5fe8d01 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -Version 0.16.0 (April 25, 2023) +Version 0.16.0 (April 26, 2023) ------------------------------- New feature release in the 0.16.x series.