Releases: panelPomp-org/panelPomp
Releases · panelPomp-org/panelPomp
1.7.0.0
Updates since 1.6.0.0
- Modified the
plotfunction to allow subsetting of units. This function works for objects of classpanelPomp,pfilterd.ppomp(output of a call topfilter), andmif2d.ppomp(output of a call tomif2). - Internal updates for
plotwarning messages and unit-tests.
1.6.0.0
Updates since 1.5.0.0
- Internal changes to the
mif2function to increase computing speeds in cases where the number of unitsUand number of particlesNpis large. - Removal of some unused variables.
- Minor edits to documentation.
- Removed deprecated functions.
1.5.0.0
Updates Since V1.4.0.0
- Added a new
panelPompmodel example:panelMeasles().- This includes new datasets
uk_measlesandtwentycities.
- This includes new datasets
- Updated package documentation
New Contributors
- @AJAbkemeier made their first contribution in #6
Full Changelog: 1.4.0.0...1.5.0.0
1.4.0.0
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
pompconventions and add clarity:- The generic function
unitlogLikchanged tounitLogLik unit.objectsslot changed tounit_objects, andunitobjects()changed tounit_objects()toVectorPparams()renamed totoParamVec()pParams()renamed totoParamList()(inverse oftoParamVec()).
- The generic function
- Improved error messages to be more user friendly.
- Improved documentation
- changed package maintainer, and moved source code to GitHub organization.