Skip to content

Releases: kingaa/pomp

5.1.1.0

25 Apr 21:10
14a6113
Compare
Choose a tag to compare

We no longer import from dplyr. Instead, we use data.table::rbindlist to bind data frames together.

5.1.0.0

17 Apr 17:47
73859f9
Compare
Choose a tag to compare

Identical to CRAN version 5.1.

5.0.1.2

14 Apr 11:43
05515cc
Compare
Choose a tag to compare

This is a bug-fix release.

5.0.1.1

12 Apr 12:50
d1d416a
Compare
Choose a tag to compare

In bake and stew, the archive directory will be created if it does not exist.

version 5.0.0.3

31 Mar 00:24
99c71e8
Compare
Choose a tag to compare
  • We no longer import from plyr.

  • The dimnames attributes of various arrays that appear in pomp, including arrays of observables, state variables, parameters, covariates, and so on, have been made uniform. In particular, when a dimension of an array corresponds to variables with different names, this dimension is itself named "name". Previously, its name was sometimes "variable" and sometimes "parameter". This change is meant to streamline interaction with the tidyverse.

  • Some minor bugfixes.

4.7.0.1

20 Mar 22:20
05d8658
Compare
Choose a tag to compare

Some improvements to the internal implementation and documentation of stateful objective functions.

Identical to version 4.7

04 Mar 21:30
187b2a7
Compare
Choose a tag to compare
  • Functions with names.that.contain.dots that were been deprecated in version 4.5.1 are now defunct. Attempts to use such functions will generate an error with a message indicating the replacement function.
  • plot now removes NA.

4.6.4.5

28 Jan 19:40
f965ec2
Compare
Choose a tag to compare

Changes in 'pomp' version 4.6.4:

    • Better handling of ‘listie’s (lists of ‘pomp’ objects).

    • New ‘concat’ function to turn lists of ‘pomp’ objects into
      ‘listies’.

4.6.2.1

17 Jan 12:45
2a91231
Compare
Choose a tag to compare

The ‘states’ and ‘obs’ methods take a new optional argument, format. Setting format="data.frame" causes the method to return the states or data in a convenient data-frame format.

4.6.1.0

12 Jan 00:28
666d4f8
Compare
Choose a tag to compare

When melt is applied to a list, the identifier variable is now ‘.Lx’, where x denotes the level. This applies when as.data.frame is used to coerce a list of ‘pomp’ objects, and when saved_states is used to extract the particles from a list of ‘pfilterd_pomp’ objects.