You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
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).
7
7
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
0 commit comments