Skip to content

Commit

Permalink
Bump to v0.0.17; see also #34
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikunterwegs committed Oct 10, 2024
1 parent 3362706 commit abb32b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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()`.

Expand Down

0 comments on commit abb32b7

Please sign in to comment.