diff --git a/DESCRIPTION b/DESCRIPTION index 191b2b5..315f87d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: daedalus Title: Model health, social, and economic costs of a pandemic using _DAEDALUS_ -Version: 0.0.16 +Version: 0.0.17 Authors@R: c( person("Pratik", "Gupte", , "p.gupte24@imperial.ac.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5294-7819")), diff --git a/NEWS.md b/NEWS.md index f5bb1f9..75cb8f6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,12 @@ -# daedalus 0.0.18 +# daedalus 0.0.17 + +This patch removes dual implementation levels for response strategies. The "elimination" strategy has a "high" implementation level, while all other strategies keep their "light" implementation level. + +- The `daedalus()` argument `implementation_level` has been removed. + +- Tests and documentation have been updated to remove references to implementation levels. + +# daedalus 0.0.16 This patch fixes an issue where vaccination start was tied to the `response_time`; it is now correctly controlled by the vaccine investment level passed to `daedalus()`.