Skip to content

Commit 17148fd

Browse files
committed
chore(release): update changelog and citation.cff for v1.2.0
1 parent 73ccf92 commit 17148fd

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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+
## v1.2.0 - 2025-03-26
9+
10+
Add tests, change from default inputs, rename some variables, and add a method which allows the solution of `ReplicationsAlgorithm` to be less than the `initial_replications` set.
11+
12+
### Added
13+
14+
* Add unit tests for `ReplicationsAlgorithm` when only 2 replications are run, and for the new `find_position()` method.
15+
* Add back test for scenario analysis.
16+
17+
### Changed
18+
19+
* Linting GitHub action no longer triggers on pull requests.
20+
* Renamed `count_unseen` and `q_time_unseen` to be resource-specific (i.e.g `count_unseen_nurse`).
21+
* Set default alpha to 0.05 for `OnlineStatistics`.
22+
* Accept instance of `Param` class as input for `run_scenarios()` rather than a dictionary.
23+
24+
### Fixed
25+
26+
* Add `find_position()` method to `ReplicationsAlgorithm`, allowing us to correct results if the solution was below the `initial_replications` set.
27+
828
## v1.1.0 - 2025-03-21
929

1030
Add a bash script for executing notebooks and new tests for warm-up patients and replication consistency. Fixes were made to correct notebook configurations, adjust test parameters, refine the replication algorithm, and ensure accurate calculations, such as correcting nurse time usage and setting appropriate values in the replication algorithm. Other changes include updates to default parameters and documentation.

CITATION.cff

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ abstract: >-
2525
A template for creating discrete-event simulation (DES) models in Python
2626
within a reproducible analytical pipeline (RAP).
2727
license: MIT
28-
# TODO: Manually update with each GitHub release
29-
version: '1.1.0'
30-
date-released: '2025-03-21'
28+
version: '1.2.0'
29+
date-released: '2025-03-26'

0 commit comments

Comments
 (0)