Skip to content

Releases: panelPomp-org/panelPomp

1.7.0.0

09 May 16:37
e04c7ae

Choose a tag to compare

Updates since 1.6.0.0

  • Modified the plot function to allow subsetting of units. This function works for objects of class panelPomp, pfilterd.ppomp (output of a call to pfilter), and mif2d.ppomp (output of a call to mif2).
  • Internal updates for plot warning messages and unit-tests.

1.6.0.0

03 Apr 20:28
2d3c573

Choose a tag to compare

Updates since 1.5.0.0

  • Internal changes to the mif2 function to increase computing speeds in cases where the number of units U and number of particles Np is large.
  • Removal of some unused variables.
  • Minor edits to documentation.
  • Removed deprecated functions.

1.5.0.0

09 Dec 14:09
b0f1840

Choose a tag to compare

Updates Since V1.4.0.0

  • Added a new panelPomp model example: panelMeasles().
    • This includes new datasets uk_measles and twentycities.
  • Updated package documentation

New Contributors

Full Changelog: 1.4.0.0...1.5.0.0

1.4.0.0

12 Sep 14:10
cdf4c47

Choose a tag to compare

This package is identical to version 1.4 on CRAN.

Updates since the last CRAN release (1.1)

  • Introduced new functions and generics:
    • shared()
    • shared()<-
    • specific()
    • specific()<-
    • runif_panel_design()
  • Renamed some functions to match pomp conventions and add clarity:
    • The generic functionunitlogLik changed to unitLogLik
    • unit.objects slot changed to unit_objects, and unitobjects() changed to unit_objects()
    • toVectorPparams() renamed to toParamVec()
    • pParams() renamed to toParamList() (inverse of toParamVec()).
  • Improved error messages to be more user friendly.
  • Improved documentation
  • changed package maintainer, and moved source code to GitHub organization.