Skip to content

Commit b0fb2d7

Browse files
authored
Changes for v1_1_2
Changes for v1.1.2
2 parents 494a70b + 49622db commit b0fb2d7

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Setup file for chime
22
"""
3-
__version__ = "1.1.1"
3+
__version__ = "1.1.2"
44
__author__ = "Predictive Healthcare @ Penn Medicine"
55

66
from os import path

src/penn_chime/presentation.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,12 @@ def display_header(st, m, p):
5858
)
5959
st.markdown(
6060
"""*This tool was developed by the [Predictive Healthcare team](http://predictivehealthcare.pennmedicine.org/) at
61-
Penn Medicine to assist hospitals and public health officials with hospital capacity planning,
62-
but can be used anywhere in the world.
63-
Customize it for your region by modifying data inputs in the left panel.*
61+
Penn Medicine to assist hospitals and public health officials with hospital capacity planning.*"""
62+
)
63+
st.markdown(
64+
"""**Notice**: *There is a high
65+
degree of uncertainty about the details of COVID-19 infection, transmission, and the effectiveness of social distancing
66+
measures. Long-term projections made using this simplified model of outbreak progression should be treated with extreme caution.*
6467
"""
6568
)
6669

@@ -279,7 +282,7 @@ def display_sidebar(st, d: Parameters) -> Parameters:
279282

280283
# Build in desired order
281284
st.sidebar.markdown(
282-
"""**CHIME [v1.1.1](https://github.com/CodeForPhilly/chime/releases/tag/v1.1.1) ({change_date})**""".format(
285+
"""**CHIME [v1.1.2](https://github.com/CodeForPhilly/chime/releases/tag/v1.1.1) ({change_date})**""".format(
283286
change_date=CHANGE_DATE
284287
)
285288
)

0 commit comments

Comments
 (0)