Skip to content

Commit 0ea4bca

Browse files
authored
Merge pull request #1100 from bids-standard/rel/0.18.0
REL: 0.18.0
2 parents 2934208 + 1ce62e7 commit 0ea4bca

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

.zenodo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@
144144
"name": "DuPre, Elizabeth",
145145
"orcid": "0000-0003-1358-196X"
146146
},
147+
{
148+
"name": "Khan, Ali",
149+
"orcid": "0000-0002-0760-8647"
150+
},
147151
{
148152
"name": "Janke, Andrew",
149153
"orcid": "0000-0002-6314-9027"
@@ -233,10 +237,6 @@
233237
"affiliation": "CEA, Inria",
234238
"name": "Thual, Alexis"
235239
},
236-
{
237-
"name": "Khan, Ali",
238-
"orcid": "0000-0002-0760-8647"
239-
},
240240
{
241241
"affiliation": "University of Montréal, Montréal, Canada",
242242
"name": "Pinsard, Basile",

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
Version 0.18.0 (November 12, 2024)
5+
----------------------------------
6+
7+
New feature release in the 0.18.x series.
8+
9+
No actual new features, but this version moves test data out of the
10+
installed distribution and ratchets its dependencies on Python and
11+
the Scientific Python stack, justifying a minor release.
12+
13+
* FIX: Improve compatibility with cloud paths (#1094)
14+
* MNT: Transition to src/ layout (#1099)
15+
* MNT: Update minimum Python (3.9) and dependencies (SPEC 0 + 1yr) (#1092)
16+
* MNT: Update test for BIDS-MRS (#1089)
17+
418
Version 0.17.2 (September 19, 2024)
519
-----------------------------------
620

tools/prep_zenodo.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/usr/bin/env python3
2+
# /// script
3+
# requires-python = ">=3.9"
4+
# dependencies = [
5+
# "gitpython",
6+
# ]
7+
# ///
28
import git
39
import json
410
from subprocess import run, PIPE, CalledProcessError

0 commit comments

Comments
 (0)