Skip to content

5.9.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 16:42
· 25 commits to master since this release
5f93084

User-visible change

As documented in the manual, basic model components have access to parameters, covariates, state variables, and in some cases, the data. To make additional elements available to the basic model components, pomp provides the "userdata" facility. From this version, such elements should be furnished to pomp functions in a list via the argument userdata. For the present, the old behavior will still work, but will generate a warning. In a future release, this will become an error.

Bug fix

A bug in covariate-table extrapolation for the case order="constant" has been fixed.

Feature enhancement

A new experimental function repair_lookup_table is provided to help eliminate unnecessary warnings about extrapolation. One can use it "repair" a covariate table that does not span the full temporal range of observations. This is simply a matter of performing the extrapolations and adding them to the lookup table. See the manual for more information and an example.

Other changes

Functions with names that include dots (.), which have been defunct since version 4.7, have now been expunged entirely.