Skip to content

Commit

Permalink
Merge pull request #1100 from bids-standard/rel/0.18.0
Browse files Browse the repository at this point in the history
REL: 0.18.0
  • Loading branch information
effigies authored Nov 12, 2024
2 parents 2934208 + 1ce62e7 commit 0ea4bca
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
-----------------------------------

Expand Down
6 changes: 6 additions & 0 deletions tools/prep_zenodo.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0ea4bca

Please sign in to comment.