diff --git a/.zenodo.json b/.zenodo.json index f18ff554..8083d1d5 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", diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d087f777..da5fe8d0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,35 @@ Changelog ========= +Version 0.16.0 (April 26, 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) ----------------------------------