From abb32b75cc5c2f1b8bbf15078e8f40d1df1346b7 Mon Sep 17 00:00:00 2001 From: Pratik Gupte Date: Mon, 7 Oct 2024 14:44:13 +0100 Subject: [PATCH] Bump to v0.0.17; see also #34 --- DESCRIPTION | 2 +- NEWS.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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()`.