Skip to content

Commit b839bef

Browse files
committed
Merge tag '0.18.0'
0.18.0 (May 08, 2025) New feature release in the 0.18.x series. This release patches the FSL FAST interface to disable bias field correction, which is redundant with N4 and can cause problems in some populations. * FIX: Respect label order in precomputed derivatives (#478) * FIX: Set FAST bias_iters parameter to 0 (#472) * ENH: Tag structural workflows (#476) * MNT: Update pinned environment, use conda-forge connectome-workbench (#468)
2 parents 03c5435 + 4a32f63 commit b839bef

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.18.0 (May 08, 2025)
2+
=====================
3+
New feature release in the 0.18.x series.
4+
5+
This release patches the FSL FAST interface to disable bias field correction,
6+
which is redundant with N4 and can cause problems in some populations.
7+
8+
* FIX: Respect label order in precomputed derivatives (#478)
9+
* FIX: Set FAST bias_iters parameter to 0 (#472)
10+
* ENH: Tag structural workflows (#476)
11+
* MNT: Update pinned environment, use conda-forge connectome-workbench (#468)
12+
113
0.17.0 (December 19, 2024)
214
==========================
315
New feature release in the 0.17.x series.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.10",
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
18+
"Programming Language :: Python :: 3.13",
1819
]
1920
license = {file = "LICENSE"}
2021
requires-python = ">=3.10"
@@ -26,7 +27,7 @@ dependencies = [
2627
"matplotlib >= 3.5",
2728
"nibabel >= 4.0.1",
2829
"nipype >= 1.8.5",
29-
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
30+
"niworkflows >= 1.13.1",
3031
"numpy >= 1.24",
3132
"packaging >= 24",
3233
"pybids >= 0.16",

0 commit comments

Comments
 (0)