Changelog
Source:NEWS.md
bpmodels 0.3.2
Model
-
chain_sim()
now ensures that the parameters of the negative binomial offspring are not both zero else returns an informative error.
bpmodels 0.3.1
Unit tests and input validation
- The following internal functions now have input validation:
rborel()
,dborel()
,complementary_logprob()
, andrnbinom_mean_disp()
. - Code coverage has been improved with more tests on the following functions:
rborel()
,dborel()
,chain_sim()
,rnbinom_mean_disp()
,complementary_logprob()
,rgen_length()
, andrbinom_size()
.
bpmodels 0.3.0
Website
- The website has been updated to use bootstrap 5. This means it has a slightly new look.
- Exported functions under “references” have been grouped into topics.
Vignettes
- A new vignette has been added to compile a bibliography of papers that apply branching processes to infectious disease epidemiology.
- The “quickstart” section of the README has been moved to the “Getting started” section of the website.
- The README now only provides a quick description of the core functions in the package and users are referred to the website for a quick start.
bpmodels 0.2.1
Minor functionality change
-
chain_sim()
now throws a warning, instead of an error, whentree
is set toFALSE
withserial
also specified. We assume that providing a serial interval means you want the tree of transmissions to be simulated, sochain_sim()
internally setstree = TRUE
and throws a warning explaining what happened. This behaviour should not break any simulations with previous versions withbpmodels
, but if it does, please submit an issue. To remove the warning, the user should explicitly settree = TRUE
when they specifyserial
.
bpmodels 0.2.0
Documentation
chain_sim()
’s help file has been updated with more details. In particular, we describe in detail how to specify theserial
argument as a function. We have also added more examples.A new vignette describing how to project COVID-19 incidence with
chain_sim()
has been added and can be accessed on the bpmodels website under “Articles”.The README’s “quick start” section has been updated with what was previously the introduction vignette.