Releases: pythonhealthdatascience/llm_simpy_models
Releases · pythonhealthdatascience/llm_simpy_models
v1.0.3 - 2025-12-02
Add docker image and hosted on GitHub Container Registry.
Added
- Add
Dockerfilewhich builds conda environment and runs the app. - Add GitHub action which builds Docker image and pushes to GitHub Container Registry.
Changed
- Explained how to use Docker (and venv) in README.
v1.0.2 - 2025-03-25
Add note about st.spinner() to the home page.
Changed
- Explained that
st.spinner()won't work on stlite in an info box inHome.py.
v1.0.1 - 2025-03-25
Update author list, add DOI, and correct app home page.
Changed
- Removed Nav from
README.md,CITATION.cffandHome.py. - Correct
Home.py(to describe deployment as stlite and GitHub pages, and not Streamlit Community Cloud). - Add DOI to
README.md.
v1.0.0 - 2025-03-25
🌱 First release. Functioning streamlit app containing each of the LLM-generated apps as pages. Deployed using stlite and GitHub pages.