You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,22 @@
1
-
24.0.0 (TBD)
2
-
============
1
+
24.0.0 (August 29, 2024)
2
+
========================
3
3
This major release includes a substantial refactoring of the pipeline.
4
4
5
5
One key addition is the addition of the `--level` flag, which can take the arguments minimal, resampling or full. The default is full, which should produce nearly the same results as previous versions. minimal will produce only the minimum necessary to deterministically generate the remaining derivatives. resampling will produce some additional derivatives, intended to simplify resampling with other tools.
6
6
7
7
The `--derivatives` flag was altered to take arguments in the form `name=/path/to/dir`.
8
8
For each directory provided, if a derivative is found - it will be used instead of computing it from scratch. If a derivative is not found, NiBabies will compute it and proceed as usual.
9
9
10
-
Taken together, these features can allow a dataset provider to run a minimal NiBabies run, targeting many output spaces, while a user can then run a --derivatives run to generate additional derivatives in only the output spaces they need. Another use case is to provide an precomputed derivative to override the default NiBabies behavior, enabling easier workarounds for bugs or experimentation with alternatives.
10
+
Taken together, these features can allow a dataset provider to run a minimal NiBabies run, targeting many output spaces, while a user can then run a `--derivatives` run to generate additional derivatives in only the output spaces they need. Another use case is to provide an precomputed derivative to override the default NiBabies behavior, enabling easier workarounds for bugs or experimentation with alternatives.
11
11
12
-
Another new feature is a dynamic anatomical reference, which is set based on surface reconstruction method or through the `--reference-anatomical` flag. Previously, T1w was the default output space.
12
+
Another new feature is a dynamic anatomical reference, which is set based on surface reconstruction method or through the `--reference-anatomical` flag. Previously, T1w was the default output space. Now, the reference anatomical is determined based on the surface reconstruction method.
13
13
14
14
Additionally, minor adjustments have been made to MCRIBS surface reconstruction to address failure rates. This is still an on-going investigation, but preliminary results look promising.
15
15
16
16
This release resolves a number of issues with fieldmaps inducing distortions during correction. Phase difference and direct fieldmaps are now masked correctly, preventing the overestimation of distortions outside the brain. Additionally, we now implement Jacobian weighting during unwarping, which corrects for compression and expansion effects on signal intensity. To disable Jacobian weighting, add `fmap-jacobian` to the `--ignore` argument.
17
17
18
18
Finally, a new resampling method has been added, to better account for susceptibility distortion and motion in a single shot resampling to a volumetric target space. We anticipate extending this to surface targets in the future.
19
19
20
-
## 24.0.0rc0 (August 01, 2024)
21
20
* RF: Move to fit/apply workflow (#360)
22
21
* FIX: nest pathlib import in fix_multi_source_name (#365)
23
22
* FIX: Avoid retrieving multiple templates from latest TF (#353)
@@ -32,13 +31,12 @@ Finally, a new resampling method has been added, to better account for susceptib
32
31
* FIX: Catch nonexistent derivatives, clean up subworkflow logic (#336)
33
32
* Use fsLR reg sphere for MCRIBS morphometrics resampling (#334)
34
33
* FIX: Multiple T2ws, coerce reference to string (#333)
35
-
36
-
## 24.0.0a1
37
34
* MAINT: Update to latest migas API (#326)
38
35
* FIX: T2star map MNI scaling (#320)
39
36
* ENH: Alter outputs when MCRIBS reconstruction is used (#329)
40
37
* ENH: Use nireports for Report generation + add reportlet per reconstruction (#328)
41
38
39
+
42
40
23.1.0 (November 22, 2023)
43
41
============
44
42
The next minor release of *NiBabies*, this release includes a number of new goodies, including:
0 commit comments