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: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
3
3
## [0.6] - Development version
4
4
5
-
- PIESNO will now warn if less than 1% of noisy voxels were identified, which might indicate that something have gone wrong during the noise estimation.
5
+
- PIESNO will now warn if less than 1% of noisy voxels were identified, which might indicate that something has gone wrong during the noise estimation.
6
6
- On python >= 3.4, --mp_method [a_valid_start_method](https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods) can now be used to control behavior in the multiprocessing loop.
7
7
- A new option --split_b0s can be specified to split the b0s equally amongst the training data.
8
+
- A new (kind of experimental) option --use_f32 can be specified to use the float32 mode of spams.
9
+
- A new option --use_threading can be specified to disable python multiprocessing and solely rely on threading capabilities of the linear algebra libs during denoising.
8
10
- Fixed crash in option --noise_est local_std when --cores 1 was also supplied.
9
11
- setup.py and requirements.txt will now fetch spams v2.6, with patches for numpy 1.12 support.
10
12
- The GSL library and associated headers are now bundled for all platforms.
0 commit comments