-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS.html
More file actions
488 lines (315 loc) · 11.6 KB
/
NEWS.html
File metadata and controls
488 lines (315 loc) · 11.6 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
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html><html><head><title>R: News for the 'panelPomp' package</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.3/dist/katex.min.css">
<script type="text/javascript">
const macros = { "\\R": "\\textsf{R}", "\\code": "\\texttt"};
function processMathHTML() {
var l = document.getElementsByClassName('reqn');
for (let e of l) { katex.render(e.textContent, e, { throwOnError: false, macros }); }
return;
}</script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.3/dist/katex.min.js"
onload="processMathHTML();"></script>
<link rel="stylesheet" type="text/css" href="R.css" />
</head><body><div class="container"><main>
<table style="width: 100%;"><tr><td>NEWS</td><td style="text-align: right;">R Documentation</td></tr></table>
<h2>News for the <span class="pkg">panelPomp</span> package</h2>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.7.0.0</h3>
<ul>
<li><p>Internal updates for <code>plot</code> warning messages and tests.
</p>
</li>
<li><p>Release matching CRAN version 1.7.0.0
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.6.1.0</h3>
<ul>
<li><p>Modified the <code>plot</code> function to allow subsetting of units. This function works for objects of class <code>panelPomp</code>, <code>pfilterd.ppomp</code>, and <code>mif2d.ppomp</code>
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.6.0.0</h3>
<ul>
<li><p>Removed deprecated functions.
</p>
</li>
<li><p>Release matching CRAN version 1.6.0.0
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.5.0.2</h3>
<ul>
<li><p> Created internal functions for in-place modification of <code>pparamArray</code> within the <code>mif2</code> function. When the number of units and particles is large, this change results in substantial improvements in computational speed by avoiding unecessary memory creation and garbage collection.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.5.0.1</h3>
<ul>
<li><p> Removed unused variables.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.5.0.0</h3>
<ul>
<li><p> Streamlined <code>panelPomp-methods</code> documentation.
</p>
</li>
<li><p> Added <code>panelMeasles</code> to <code>panelPomp</code> models documentation family.
</p>
</li>
<li><p> Fixed redirected link in documentation.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.4.1.0</h3>
<ul>
<li><p> Added two new datasets: <code>twentycities</code> and <code>uk_measles</code>. These data contain measles incidence data from 20 UK cities.
</p>
</li>
<li><p> Added a new <code>panelPomp</code> model example: <code>panelMeasles</code>.
</p>
</li>
<li><p> Added Aaron Abkemeier as a package contributor.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.4.0.1</h3>
<ul>
<li><p> Added Jesse Wheeler as one of the package authors in citation file.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.4.0.0</h3>
<ul>
<li><p> Changed package maintainers
</p>
</li>
<li><p> Updated package governance file and website
</p>
</li>
<li><p> Standardized package version numbering system to four point system.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.3.1</h3>
<ul>
<li><p> Fixed broken links in function documentation.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.3.0</h3>
<ul>
<li><p> Changed the default <code>cooling.type</code> argument in the <code>mif2()</code> function to be <code>"geometric"</code> in order to be consistent with the <code>pomp</code> package.
</p>
</li>
<li><p> Added <code>format</code> argument to <code>coef.panelPomp</code> method, with options <code>c("vector", "list")</code>. This functionality makes the <code>pparams</code> function obsolete, so it has been removed from the package in this version.
</p>
</li>
<li><p> Changed the <code>pParams()</code> function name to <code>toParamList()</code>.
</p>
</li>
<li><p> Modified the <code>toVectorPparams()</code> function so that it returns a vector instead of a <code>data.frame</code> object with a single row. The name of the function was also changed to <code>toParamVec()</code>, and is a near inverse of the <code>toParamList()</code> function.
</p>
</li>
<li><p> Updated unit tests and documentation.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.2.0</h3>
<ul>
<li><p> Change the generic <code>unitlogLik</code> to <code>unitLogLik</code> to match camel-case style of package. The original function is deprecated in this version and will be removed in future updates.
</p>
</li>
<li><p> Changed <code>panelPomp</code> S4 object slot name from <code>unit.objects</code> to <code>unit_objects</code> in order to be consistent with <code>pomp</code> pacakge. Corresponding getter and setter methods for this slot have also been changed from <code>unitobjects()</code> to <code>unit_objects()</code>.
</p>
</li>
<li><p> Added generics <code>shared()</code>, <code>shared()<-</code>, <code>specific()</code>, and <code>specific()<-</code>. These generics provide convinient access to parameters of a <code>panelPomp</code> object, but the setter methods also allow for changing a parameter type between shared and unit-specific.
</p>
</li>
<li><p> Added function <code>runif_panel_design()</code>, which is useful for generating design matrices for PanelPOMP models.
</p>
</li>
<li><p> Minor typo fixes to package and function documentation.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.1.0.2</h3>
<ul>
<li><p> Added a type check for the <code>params</code> arguement of the
<code>pfilter</code> function in order to throw more user friendly error.
</p>
</li>
<li><p> A more user friendly error is thrown when the user specifies a
parameter as both shared and unit specific in the <code>mif2</code> function.
</p>
</li>
<li><p> Added a <code>match.arg</code> call in <code>mif2.internal</code>; this will
allow the default option for the <code>cooling.type</code> argument in
<code>mif2</code> to no longer throw an error, and mimics the behaviour of the
<code>mif2</code> function in the <code>pomp</code> package.
</p>
</li>
<li><p> The <code>pParams</code> function no longer changes the order of the unit
specific parameter names; this was causing an error because the
<code>barycentric</code> parameter transformation requires that the parameters
are adjacent to one another in the parameter vector.
</p>
</li>
<li><p> Improved documentation for <code>panel_logmeanexp</code>.
</p>
</li>
<li><p> More robust input checking for the <code>pfilter</code> function with
user friendly error messages.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.1.0</h3>
<ul>
<li><p> Improved documentation and tests.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 1.0.0</h3>
<ul>
<li><p> Submitted to CRAN.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.18.0</h3>
<ul>
<li><p> Fixed bug in <code>fromVectorPparams()</code> to make it a true inverse of <code>toVectorPparams()</code>.
</p>
</li>
<li><p> Homogenized documentation; added examples.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.15.0</h3>
<ul>
<li><p> New coercion to <code>pompList</code> and update to list.
</p>
</li>
<li> <p><code>panelGompertzLikelihood</code> replaces <code>kalman_gompertz.R</code>.
</p>
</li>
<li><p> expunged <code>panelPompExample</code>.
</p>
</li>
<li><p> Names added to plot; <code>pfilter</code> matches units by name.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.14.0</h3>
<ul>
<li><p> New <code>simulate</code> function.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.13.0</h3>
<ul>
<li><p> New <code>panelRandomWalk</code> example.
</p>
</li>
<li> <p><code>panelPompExample</code> is now deprecated and will be removed in the
near future.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.12.0</h3>
<ul>
<li><p> New <code>plot</code> method for <code>panelPomp</code> objects.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.11.0</h3>
<ul>
<li><p> Additional functions implementing Kalman filtering to panels and to the Gompertz model.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.10.2.0</h3>
<ul>
<li><p> Minor improvements to the interface.
</p>
</li>
<li><p> Additional examples: <span class="pkg">contacts()</span> and <span class="pkg">panelGompertz()</span>.
</p>
</li>
<li><p> The minimum version of <span class="pkg">pomp</span> supported is now <code>2.7</code>.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.9.1</h3>
<ul>
<li><p> The minimum version of <span class="pkg">pomp</span> supported is now <code>2.1</code>. While
this is likely to imply substantial changes in <span class="pkg">pomp</span> objects (on which
<span class="pkg">panelPomp</span> objects rely) there are only three fundamental changes that
break panelPomp's backwards compatibility:
</p>
</li>
<li><p> The first argument <code>pfilter(object, ...)</code> changes to <code>data</code>.
</p>
</li>
<li><p> The first argument <code>mif2(object, ...)</code> changes to <code>data</code>.
</p>
</li>
<li><p> The ‘conv.rec’ method has been deprecated, replaced by the new
‘traces’ method.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.8.3</h3>
<ul>
<li><p> Improvements to the interface.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.7</h3>
<ul>
<li><p> A new <code>conv.rec</code> method.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.6</h3>
<ul>
<li><p> Many improvements to the interface.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.5.6</h3>
<ul>
<li> <p><code>panelPompExamples()</code> now allows creating <code>panelPomp</code> objects that come with the package.
</p>
</li>
<li><p> New documentation and tests.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.5.5</h3>
<ul>
<li><p> New documentation and tests.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.5.4</h3>
<ul>
<li><p> New documentation and tests.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.5.3</h3>
<ul>
<li><p> New documentation and additional tests.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.5</h3>
<ul>
<li><p> New documentation and additional tests and coverage.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.4</h3>
<ul>
<li><p> New tests added.
</p>
</li>
<li><p> New methods.
</p>
</li>
<li><p> A bug in <code>pfilter</code> and <code>mif2</code> has been fixed (<code>pomp</code>'s default filtering tolerance <code>tol=1e-17</code> was used instead of values specified by the user). Thanks to Aaron King for finding it.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.2</h3>
<ul>
<li><p> New tests added.
</p>
</li>
<li><p> Eliminate need to protect <code>rw.sd</code> from being evaluated.
</p>
</li></ul>
<h3>Changes in <span class="pkg">panelPomp</span> version 0.1</h3>
<ul>
<li><p> Unused variable purged.
</p>
</li>
<li> <p><code>pPfilter.internal</code> streamlined.
</p>
</li>
<li><p> Test for reproducibility of pfilter calculations added.
</p>
</li></ul>
</main>
</div>
</body></html>