Skip to content

Commit 70209ee

Browse files
committed
Merge tag '24.0.1'
24.0.1 (July 16, 2024) Bug fix release in the 24.0.x series. This release resolves a bug with multi-volume single-band references. If multiple volumes are found, they are processed in the same way as the BOLD series is processed to produce a motion-correction reference. * FIX: Validate and summarize multi-volume sbrefs (#3320) * DOC: Address errors/warnings in RTD builds (#3325) * DOC: Read html_baseurl from RTD environment, if available (#3324)
2 parents 46c91cd + 87f16c1 commit 70209ee

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGES.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
24.0.0 (June 17, 2024)
1+
24.0.1 (July 16, 2024)
22
======================
3+
Bug fix release in the 24.0.x series.
4+
5+
This release resolves a bug with multi-volume single-band references.
6+
If multiple volumes are found, they are processed in the same way as
7+
the BOLD series is processed to produce a motion-correction reference.
8+
9+
* FIX: Validate and summarize multi-volume sbrefs (#3320)
10+
* DOC: Address errors/warnings in RTD builds (#3325)
11+
* DOC: Read html_baseurl from RTD environment, if available (#3324)
312

13+
14+
24.0.0 (June 17, 2024)
15+
======================
416
New feature release in the 24.0.x series.
517

618
This release is an incremental improvement on 23.2.x, with some

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ NiPreps = "https://www.nipreps.org/"
5555
doc = [
5656
"pydot >= 1.2.3",
5757
"sphinx >= 5",
58-
"sphinx-argparse",
58+
"sphinx-argparse !=0.5.0",
5959
"sphinx_rtd_theme>=0.5.2",
6060
]
6161
dev = [

0 commit comments

Comments
 (0)