Skip to content

Commit 3aa3803

Browse files
committed
docs(changes): v0.2.0
1 parent 4c8df44 commit 3aa3803

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Dates formatted as YYYY-MM-DD as per [ISO standard](https://www.iso.org/iso-8601-date-and-time-format.html).
77

8+
## v0.2.0 - 11/02/2024
9+
10+
Simulation workshop 2025 release. Additional notebooks to repond to reviewers requests.
11+
12+
## Added
13+
14+
* `06a_basic_results_exercise.ipynb`: An exercise to practice collecting results from a `simpy` model.
15+
* `06b_basic_results_solutions.ipynb`: Solutions to exercise.
16+
* `07_experiments.ipynb`: our approach to setting up a model for multiple replications, experimentatation, and common random numbers
17+
* `08_full_model.ipynb`: an extended version of the 111 call centre process. We also introduce a warm-up period
18+
* `09_time_weighted_calcs.ipynb`: An alternative approach to collects results for queue length and resource utilisation.
19+
20+
## Changed
21+
22+
* Upgraded to JupyterLite v0.5.x and xeus-python kernel v3.x
23+
824
## [v0.1.0 - 22/10/2024](https://github.com/pythonhealthdatascience/intro-open-sim/releases/tag/v0.1.0) - [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13971859.svg)](https://doi.org/10.5281/zenodo.13971859)
925

1026
🌱 Initial release of tutorial materials.

0 commit comments

Comments
 (0)