-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathchange.log
More file actions
45 lines (34 loc) · 1.33 KB
/
change.log
File metadata and controls
45 lines (34 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#change.log
v0.2.2.1 (30.04.2020)
- bugfix Issue #8: tolerance increased
v0.2.2 (29.04.2020)
- bugfix Issue #8: integartion underflow produced NaNs at low values with low-smoothness images
v0.2.1 (05.06.2019)
- bugfix: devtools::use_package during install error fixed
v0.2.0 (05.06.2019)
- performance patch: eliminated an unneccessary normalisation from the bottleneck of numerical integrations
v0.1.3 (01.02.2019)
- parameter order changed (might cause backward compatibility issues)
- documentation improved
- examples updated
v0.1.2 (16.01.2019)
- warning message when 4D-residual but no dof specified
- output NIfTI data type forced to FLOAT32
v0.1.1 (22.10.2018)
- smoothness can be estimnated based on 4D residual data
(https://github.com/spisakt/pTFCE/wiki/Some-important-notes-on-smoothness-estimation)
v0.1.0 (22.10.2018)
- post-publication releaase
- compatibility to the pTFCE SPM Toolbox (https://github.com/spisakt/pTFCE/wiki/4.-SPM-Toolbox)
- citation added
v0.0.5.0 (19.08.2018)
- parameter 'length.out' renamed to 'Nh'
- deafult value for Nh=100
v0.0.4.0 (10.08.2018)
- copying inpout image header to output images
- handling NAs and INFs in image (with warning)
v0.0.3.0 (10.06.2018)
- pTFCE fully functional
- unit test system fully functional
- FSL-like smoothness estimation implemented
- FWER rate correction implemented