-
Notifications
You must be signed in to change notification settings - Fork 0
/
change.log
236 lines (194 loc) · 3.92 KB
/
change.log
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
v0.14.4
* optimizations
v0.14.3
* reml function for nlopt
* separate functions for forward diff
* minor changes in covstr struct
* remove syrkblas keyword
* more Optim methods
* analytical gradient was tested (commented code, no significant performance until @threads not implemented)
* LBFGS > BFGS
* spatial data
* minor changes
v0.14.2
* minor optimizations and changes
* potential bug fix
v0.14.1
* docs
* test
* minor optimization
* internal structure changes
* responce name
* raneff initial realization
* bootstrap changes (output, two-stage botstrap, api)
v0.14
* lmmformula
* Unstructured Covariance (UN)
* initial functions for analytical gradient vector
* docs
v0.13
* Bootstrap
* MI
* Changes in types
* ModelResult changes
* other changes
v0.12.4
* optimization
* random vectors
* estimates
v0.12.3
* minor fix
v0.12.2
* SPPOW
* SPGAU
* export spatials
* θ₂ check in reml
* better error handling
* experimental: random data
* test
* docs
v0.12.1
* fix SPEXP satter dof
* julia 1.7 support
* minor changes
* docs
v0.12
* remake custom types
* dispatch used
* changes in printing
* docs
v0.11.1
* optimizations
* fix potential bug
v0.11.0
* rename anova to typeiii
* New keywords for fit
* Threads with Polyester
* `estimate()` function
* sweep logdet round-off error correction (negative values)
* minor output changes
* varlink function - square and identity
* fix contrast construction for model with no intercept
* experimental contrast function
* C gradient in ModelResult
* docs
* test
* drop missings
v0.10.1
* MetidaBase 4.0
v0.10.0
* MetidaBase for abstract types
* contain DF closer to the truth
* minor changes
v0.9.2
* z matrix for random effect
* contain ddf experimental
* Experimental Spatial Exponential repeated structure
v0.9.1
* update deps
* anova table (experimental)
v0.9.0
* remove redundant code
* change in nlopt solver keyword handling
v0.8.0
* BLAS syrk REML keyword
* documentation fix
* set_zero_subnormals remove from REML function
v0.7.1
* change error handling in REML
* change rho initial
* score / ai opt function
* F value (test)
* C matrix - pinv to inv
* minor Show bugfix
* changes in tests - stable models used
* export StatsBase methods
* documentation
v0.7.0
* optimizations
* dof_satter multidim method
* lcontrast
* add test
* documentation
v0.6.2
* minor changes in validation report
v0.6.1
* add methods for dof_satter
* add settings for fit!
* add confint
* first step scoring
* initial values minor changes
* validation & documentation
v0.6.0
* rho link change
* TOEPH
* TOEPHP
* Rename methods for custom covariance type
* validation & documentation
v0.5.1
* dof_satter fix
* AbstractLMMDataBlocks type
v0.5.0
* data views structure
* api changes
v0.4.0
* Toeplitz
* ToeplitzParameterized
* CustomCovarianceType
v0.3.1
* export fix
* doc fix
v0.3.0
* effect model remake
* subject keyword removed
* vcov matrix block factor get from all subjects crossing
* changes in syntaxes
* less default var effects
* documentation
v0.2.5
* hessian isposdef fix
* check det(G)
* docs
v0.2.4
* minor optimizations
* docs remake
* split test and validation
* new test datasets
- 0.2.3
* FullDummyCoding fix
* FunctionTerm fix
* test
* docs
- 0.2.2
* random effect zero fix
* ai-like algo fix
* dof-satter
* ranx
* rholinkf
* docs
- 0.2.1
* StatsBase methods
* ARMA
* docs
- 0.2.0
* many changes in VarianceType, covariance structure
* code cleaning
* change methods names
* rmatrix / gmatrix
* StatsBase methods
* test and other
- 0.1.13
* output fix
* prepare to MetidaNLopt, MetidaCu
* docs
* logs
* code cosmetic
* fix export
* coverage
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
Experimental part completed
- 0.1.0
Initial