Skip to content

Releases: kingaa/pomp

4.5.2.1

05 Jan 00:53
01d4152
Compare
Choose a tag to compare
  • A new format argument has been added to the extractor functions cond_logLik, eff_sample_size, filter_mean, filter_traj, forecast, pred_mean, pred_var, and saved_states. This allows the user to extract the relevant elements in data-frame format if desired.

  • pomp no longer depends on the superseded packages reshape2 or plyr.

  • pomp has a new dependency on the package dplyr.

  • The magrittr pipe %>% is no longer re-exported by pomp: use the native R pipe, |>, instead.

  • The package now requires R version 4.1 at least.

4.5.1.2

27 Dec 18:13
ad759b7
Compare
Choose a tag to compare
  • All pomp functions with names.that.contain.dots have been deprecated in favor of functions in snake_case. This is to avoid anticipated problems with CRAN checks, which (falsely) assume that certain functions with dotted.names are S3 methods. From this point, no expored pomp function has such a name.

  • The dimnames attributes for some of the arrays computed in pfilter and pmcmc computations have changed. In particular, whereas in previous versions, the time dimension was given names that were character strings composed of decimal representations of the time (difficult to work with and prone to roundoff error), the time dimension now is not given names.

  • A bug that resulted in gompertz giving different simulations on Windows machines has been fixed.

4.5.0.0

20 Dec 22:01
f1fd072
Compare
Choose a tag to compare

Identical with CRAN version 4.5.

4.4.3.0

08 Dec 01:22
e4206ee
Compare
Choose a tag to compare

This release fixes a bug in trajectory computation for deterministic, discrete-time maps. Thanks to Felicia Magpantay for finding the bug and reporting it!

In addition, this release includes

  • changes that allow one to extract weighted as well as unweighted particles from a pfilter computation and
  • changes to the wquant function for estimating quantiles given weighted samples.

As ever, the release can be installed by executing

install.packages("pomp",repos="https://kingaa.github.io")

in an R session.

4.4.0.0

21 Nov 17:38
e267154
Compare
Choose a tag to compare

Identical to version 4.4

4.3.4.0

02 Aug 03:04
428e5f9
Compare
Choose a tag to compare
improve wquant

4.3.3.1

31 Jul 19:28
421466e
Compare
Choose a tag to compare
update testing

4.3.2.0

22 Jul 13:10
6b68fb8
Compare
Choose a tag to compare
update r-cmd-check action

4.3.1.4

12 Jul 12:55
55ea116
Compare
Choose a tag to compare
document linking to C libraries

4.3.0.0

06 Jul 19:35
f4ff8ec
Compare
Choose a tag to compare
v4.3.0.0