Releases: kingaa/pomp
Releases · kingaa/pomp
5.5.1.0
5.5.0.0
5.4.1.0
5.4.0.0
5.3.1.3
5.3.1.2
5.3.1.0
5.2.5.1
Changes in pomp version 5.2.5:
- The new option
on_load
allows one to specify a C snippet that will be executed at the time the C snippet library is loaded. - Internally, the
userdata
are made available via calls topompLoad
rather than within each call to a pomp workhorse.
5.2.4.3
- The data frames returned by
cond_logLik
andeff_sample_size
whenformat="data.frame"
have been improved. In particular, they contain (as variabletime
) the times (rather than the index of the time vector as before). - Changes to the report generated by
spy
. - Some documentation improvements.