diff --git a/.zenodo.json b/.zenodo.json index 046d51e6..3991f6c6 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -144,6 +144,10 @@ "name": "DuPre, Elizabeth", "orcid": "0000-0003-1358-196X" }, + { + "name": "Khan, Ali", + "orcid": "0000-0002-0760-8647" + }, { "name": "Janke, Andrew", "orcid": "0000-0002-6314-9027" @@ -233,10 +237,6 @@ "affiliation": "CEA, Inria", "name": "Thual, Alexis" }, - { - "name": "Khan, Ali", - "orcid": "0000-0002-0760-8647" - }, { "affiliation": "University of Montréal, Montréal, Canada", "name": "Pinsard, Basile", diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2b08388b..0979b88f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,20 @@ Changelog ========= +Version 0.18.0 (November 12, 2024) +---------------------------------- + +New feature release in the 0.18.x series. + +No actual new features, but this version moves test data out of the +installed distribution and ratchets its dependencies on Python and +the Scientific Python stack, justifying a minor release. + +* FIX: Improve compatibility with cloud paths (#1094) +* MNT: Transition to src/ layout (#1099) +* MNT: Update minimum Python (3.9) and dependencies (SPEC 0 + 1yr) (#1092) +* MNT: Update test for BIDS-MRS (#1089) + Version 0.17.2 (September 19, 2024) ----------------------------------- diff --git a/tools/prep_zenodo.py b/tools/prep_zenodo.py index ecb43ffc..d4a2d914 100755 --- a/tools/prep_zenodo.py +++ b/tools/prep_zenodo.py @@ -1,4 +1,10 @@ #!/usr/bin/env python3 +# /// script +# requires-python = ">=3.9" +# dependencies = [ +# "gitpython", +# ] +# /// import git import json from subprocess import run, PIPE, CalledProcessError