Skip to content

Releases: TheOpenScienceNerd/streamlit_simpy_app

v0.2.0

30 Sep 09:19

Choose a tag to compare

Fixed

  • FIX: Overview.py - st.image requires use of width='stretch' in streamlit>1.50

v0.1.0

31 Jan 22:20

Choose a tag to compare

🌱 v0.1.0 - 2025-01-31

Imported and modified simpy call centre sim from my other repository https://github.com/pythonhealthdatascience/intro-open-sim. Modified the NIHR Open tutorial paper aiming to make simulation models more accessible.

Added

  • Repository essentials: CHANGELOG, CITATION, environment.yml
  • App pages
    • Overview - landing page
    • Interactive simulation - user controlled version of model
    • Batch experiment runner - upload and run multiple experiments in one batch
    • License - MIT
    • About - link to youtube video to help code the simpy model.