Skip to content

Releases: pythonhealthdatascience/intro-open-sim

v0.2.0

11 Feb 11:50
Compare
Choose a tag to compare

Simulation workshop 2025 release post review. Additional notebooks provided to respond to reviewers requests.

Added

  • 06a_basic_results_exercise.ipynb: An exercise to practice collecting results from a simpy model.
  • 06b_basic_results_solutions.ipynb: Solutions to exercise.
  • 07_experiments.ipynb: our approach to setting up a model for multiple replications, experimentation, and common random numbers
  • 08_full_model.ipynb: an extended version of the 111 call centre process. We also introduce a warm-up period
  • 09_time_weighted_calcs.ipynb: An alternative approach to collects results for queue length and resource utilisation.

Changed

  • Upgraded to JupyterLite v0.5.x and xeus-python kernel v3.x
  • Modified SW25 paper.

v0.1.0

22 Oct 15:22
23d97ec
Compare
Choose a tag to compare

🌱 Initial release of tutorial materials.

Added

  • Six notebooks introducing sampling, basic simpy concepts and basic results collection procedures.