Skip to content

Commit 2e538a1

Browse files
authored
Merge pull request #8 from pythonhealthdatascience/blocking
resource blocking
2 parents fd767db + c8e92c0 commit 2e538a1

File tree

4 files changed

+947
-0
lines changed

4 files changed

+947
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## Unreleased
9+
10+
## Added
11+
12+
* `10_multiple_arrival_processes.ipynb`: simulating multiple arrivals classes each with their own distribution
13+
* `11_blocking.ipynb`: simulating the blocking of one resource while queuing for another.
14+
* `distributions.py`: module containing some distributions to reduce code in notebooks.
15+
816
## [v0.2.0 - 11/02/2024](https://github.com/pythonhealthdatascience/intro-open-sim/releases/tag/v0.2.0) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14849934.svg)](https://doi.org/10.5281/zenodo.14849934)
917

1018
Simulation workshop 2025 release. Additional notebooks to respond to reviewers requests.

0 commit comments

Comments
 (0)