-
Notifications
You must be signed in to change notification settings - Fork 11
/
NEWS
107 lines (84 loc) · 3.73 KB
/
NEWS
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
==============
LESYMAP v0.0.0.9221 (Release date: 2019-07-30)
- Fixed compatibility with ANTsR: is.na(mask) -> is.na(c(mask))
- Minor display info fix
==============
LESYMAP v0.0.0.9220 (Release date: 2019-07-19)
- Added compiled TTfast function, 60x faster on full matrices
- Enabled default faster runs for method='ttest'
- Added slower method='ttestslow' for backward compatibility
- Added lesymap.predict to make predictions of new cases using lesymap model
- Enabled analyses of non-binary (continuous) voxel values
- Switched to default binaryCheck=TRUE
- Fixed bug that didn't allow method='svr' calls
==============
LESYMAP v0.0.0.9210 (Release date: 2019-03-15)
- Added method='svr' - Support Vector Regression (experimental)
- Added assumption checks for t-test analysis
- Fixed missing 'rawWeights.img' in SCCAN output
- Fixed missing 'sccan.ccasummary' in save.lesymap printout
- Switched default method from "BM" to "sccan"
- Main arguments are now case insensitive ('FDR' same as 'fdr')
- Enabled correctLesSize='both' (voxel + behavior)
- New 'printInfo' function to route information display
- Documentation corrections
==============
LESYMAP v0.0.0.9202 (Release date: 2019-01-29)
Attempting to fix error in save.lesymap() from Issue #12
==============
LESYMAP v0.0.0.9201 (Release date: 2018-09-14)
This is a major update, the default SCCAN output has changed:
- SCCAN weights now show relationship with behavior
- SCCAN weights can now range -1 to 1
- added 'directionalSCCAN' argument for back compatbility
- default sparseness range is now -0.9 to 0.9
- removed pval.img output from SCCAN output
- removed rawStat argument from SCCAN
- raw SCCAN weights always returned in rawWeights.img output
- new outputs returned from SCCAN: eig2 and ccasummary
- removed sccan.BehaviorWeight output, info now in eig2 output
- added sparseness.behav argument to lsm_sccan
- changed names for lowerSparseness, upperSparseness, nFolds, etc.
- overall info display improvements
- increased 'cvRepetitions' automatically for small samples
- lesymap screen output now captured in printedOutput variable
- save.lesymap() now saving printed output
- changed warnings to cat for proper output capture
==============
LESYMAP v0.0.0.9009 (Release date: 2018-09-03)
Enabled maxBased SCCAN approach (experimental)
Added new output to SCCAN results: sccan.BehaviorWeight
Removed 'caret' requirement in optimize_SCCANsparseness
==============
LESYMAP v0.0.0.9008 (Release date: 2018-08-09)
Fixed getLesionSize bug, now accepting filenames
Removed direct 4D image operations, now converting to list
More checks for filenames with 255 valued lesions
==============
LESYMAP v0.0.0.9007 (Release date: 2017-11-05)
Enabled voxel-wise permutations in BMfast
Removed nparcomp package dependency
==============
LESYMAP v0.0.0.9006 (Release date: 2017-10-29)
Fixed zmap.val bug for Brunner-Munzel tests
Putting 1 instead of 0 for pval.img background
==============
LESYMAP v0.0.0.9005 (Release date: 2017-10-23)
Added automatic new version check.
==============
LESYMAP v0.0.0.9004 (Release date: 2017-10-23)
New tool to bring lesions in template space: registerLesionToTemplate
Added new template: MNI152_ICBM2009c
Bug fix: no threshold when multipleComparison='none'
==============
LESYMAP v0.0.0.9003 (Release date: 2017-06-07)
Fixed correct zscore sign computation.
Verified zscores of BM and ttest match MRIcron results (N=131).
Documentation and example enhancements.
==============
LESYMAP v0.0.0.9002 (Release date: 2017-06-05) John Muschelli
Prepended naked calls with package name.
Fixed travis requirements.
==============
LESYMAP v0.0.0.9001 (Release date: 2017-05-31)
First commit.