Skip to content

Commit

Permalink
Add realistic vaccination countdowns. (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
roecla authored Mar 23, 2021
1 parent 86daeaf commit 66edaa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all releases are available on `Anaconda.org
<https://anaconda.org/covid-19-impact-lab/sid>`_.


0.0.2 - 2021-xx-xx
0.0.2 - 2021-03-23
------------------

- :gh:`59` removes the ``optional_state_columns`` which is now controlled by
Expand All @@ -32,6 +32,8 @@ all releases are available on `Anaconda.org
- :gh:`85` adds seeds to events.
- :gh:`86` renames the package such that it is published on PyPI and Anaconda as
sid-dev.
- :gh:`88` adds models to vaccinate individuals.
- :gh:`91` adds realistic parameters for when vaccines become effective.


0.0.1 - 2021-01-05
Expand Down
4 changes: 3 additions & 1 deletion src/sid/covid_epi_params.csv
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,6 @@ cd_received_test_result_true,all,4,0.07
cd_knows_immune_false,all,-1,1
cd_knows_infectious_false,all,-1,1
cd_ever_infected,all,-1,1
cd_is_immune_by_vaccine,all,-1,1
cd_is_immune_by_vaccine,all,-1,0.25
cd_is_immune_by_vaccine,all,14,0.35
cd_is_immune_by_vaccine,all,21,0.4

0 comments on commit 66edaa7

Please sign in to comment.