Skip to content

4.5.1.2

Compare
Choose a tag to compare
@kingaa kingaa released this 27 Dec 18:13
· 232 commits to master since this release
ad759b7
  • 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.