-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
183 lines (89 loc) · 3.17 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
Version 0.9.36 (2024/06/22)
* Update dependencies
* Support R 4.4.1
Version 0.9.35 (2023/08/20)
* Update dependencies
* Fix setting outputs dependent on probability of presence of CD4 count observations
Version 0.9.34 (2023/06/11)
* Update dependencies
* Support R 4.3.0
Version 0.9.33 (2022/12/04)
* Change dependency management to pak
* Update dependencies
Version 0.9.32 (2022/11/02)
* Update dependencies
Version 0.9.31 (2022/05/20)
* Support specifying precomputed incidence curve as input to FitModel function.
Version 0.9.30 (2022/05/03)
* Update dependencies
Version 0.9.29 (2022/02/27)
* Allow loading a single file
* Update dependencies
Version 0.9.28 (2021/11/30)
* Update dependencies
Version 0.9.27 (2021/10/20)
* Fix performing main fit when fixing thetas
Version 0.9.26 (2021/09/29)
* Update dependencies
Version 0.9.25 (2021/07/14)
* Update dependencies
Version 0.9.24 (2021/05/30)
* Perform sanity checks when loading input data
Version 0.9.22 (2021/04/26)
* Print goodness of fit with running auto-Theta fix
Version 0.9.21 (2021/04/12)
* Update param Theta after fixing small thetas to 0
* Update dependencies
Version 0.9.20 (2021/03/04)
* Update dependencies
Version 0.9.16 (2020/10/05)
* Do not use cli processes (they interfere with shiny app)
Version 0.9.15 (2020/06/16)
* Support silencing messages
* Support run timeout
* Improve performance
* Fix problems with automatic rerunning of simplified models
Version 0.9.14 (2020/04/19)
* Update dependencies
* Improve performance
Version 0.9.13 (2020/02/16)
* Support providing starting beta and thetaF to the main fit
Version 0.9.12 (2020/02/15)
* Support intervals specification as input
* Support loading XML models
* Support risk groups processing
* Support data specified directly in context
* Support fitting model to provided "beta" and "theta" parameters
* Properly initialize "param" and "info" objects for non-NL data
Version 0.9.11 (2019/11/27)
* Remove hard-coded years from ReadInputData
Version 0.9.10 (2019/09/11)
* Support loading data from zipped files/folders
* Support creating plots with and without bootstrap iterations
Version 0.9.9 (2019/08/19)
* Improve performance of fitting
* Support Poisson distribution in boostrap iterations
* Implement computing confidence intervals
* Implement creating output plots
Version 0.4.7 (2019/08/16)
* Improve performance of FitLLMain
* Implement parallel computation of bootstrap iterations
Version 0.4.6 (2019/07/28)
* Implement bootstrap iterations
Version 0.4.5 (2019/07/24)
* Fix calculation of outputs of the main fit
Version 0.4.4 (2019/07/18)
* Calculation of all outputs implemented
* Model run time reduced by 30% compared to version 0.4.2
Version 0.4.3 (2019/06/18)
* Add automated code check and linting using Travis online service
* Reorganize parameters and settings to support providing more input arguments
* Support Negative Binomial distribution
* Implement overdisperion optimization
* Calculate and return model outputs
Version 0.4.2 (2019/05/29)
* Model run time reduced by 30% compared to version 0.4.1
Version 0.4.1 (2019/05/25)
* Main fit run implemented
Version 0.1 (2019/02/18)
* Project intialization