Skip to content

Commit e7c5ba1

Browse files
committed
edit changelog
1 parent fed2953 commit e7c5ba1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## [0.6] - Development version
44

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.
66
- 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.
77
- 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.
810
- Fixed crash in option --noise_est local_std when --cores 1 was also supplied.
911
- setup.py and requirements.txt will now fetch spams v2.6, with patches for numpy 1.12 support.
1012
- The GSL library and associated headers are now bundled for all platforms.

0 commit comments

Comments
 (0)