-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNEWS
107 lines (59 loc) · 2.39 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
CHANGES IN VERSION 1.12.5
-------------------------
o enable RCPP_PARALLEL_USE_TBB=1 on Windows
CHANGES IN VERSION 1.12.4
-------------------------
o fix the compiling issue on ARM64
(see https://github.com/AbbVie-ComputationalGenomics/SAIGEgds/issues/8)
CHANGES IN VERSION 1.12.1
-------------------------
o fix the memory issue because of using deprecated tbb::task_scheduler_init
in RcppParallel
CHANGES IN VERSION 1.6.0
-------------------------
o `seqFitNullGLMM_SPA()` can use imputed dosages directly without
converting the dosages to the best-guess genotypes
o new function `glmmHeritability()` for approximate heritability estimates
CHANGES IN VERSION 1.4.0
-------------------------
o set-based tests: burden, ACAT-V
CHANGES IN VERSION 1.2.2
-------------------------
o update the citation
o work around gcc-10
CHANGES IN VERSION 1.2.0
-------------------------
o `seqAssocGLMM_SPA()` can save to a RDS file
CHANGES IN VERSION 1.0.2
-------------------------
o fix an issue when there is no covariate in the formula (e.g., y ~ 1)
CHANGES IN VERSION 1.0.1
-------------------------
o add a new option for the threshold of missing variant to
`seqAssocGLMM_SPA()`
o change the output column 'AC.alt' to 'mac' in `seqAssocGLMM_SPA()`
o retry model fitting at least 10 times if matrix is singular or not
positive definite, or large variance is observed
CHANGES IN VERSION 1.0.0
-------------------------
o first Bioconductor release
CHANGES IN VERSION 0.99.0 (10-02-2019)
-------------------------
o package submitted to Bioconductor
CHANGES IN VERSION 0.9.10 (08-12-2019)
-------------------------
o SAIGE algorithm implementation for quantitative outcomes
CHANGES IN VERSION 0.9.9 (07-24-2019)
-------------------------
o add a vignette to the package
o the default of random number generator changes in R: "Rounding" was the
default in `RNGkind()` prior to R_3.6.0, but "Rejection" is used in
R (>= v3.6.0). For reproduction of the results created by R (< v3.6.0),
please use `RNGkind("Mersenne-Twister", "Inversion", "Rounding")` in
R (>= v3.6.0)
CHANGES IN VERSION 0.9.7 (06-08-2019)
-------------------------
o seqAssocGLMM_SPA(): load balancing in parallel
CHANGES IN VERSION 0.9.0 (01-07-2019)
-------------------------
o first version of SAIGEgds