Skip to content

Commit f23d7cb

Browse files
committed
chore(release): add 0.3.0 in changelog, and update citation.cff
1 parent 4aef89d commit f23d7cb

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,45 @@ 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.3.0 - 2025-11-06
9+
10+
This release adds new pages on the mathematical proof of correctness, discrete-event simulation, and conclusions/feedback, as well as template repositories for structuring work as a package. It fixes the calculation of R time-weighted measures, updates the Python approach to determining warm-up length, and extends all pages to cover all performance metrics. Numerous smaller improvements are also included.
11+
12+
### Added
13+
14+
* Template repositories for package structure.
15+
* Mathematical proof of correctness page.
16+
* Discrete-event simulation introductory page.
17+
* Conclusions page.
18+
* Feedback page.
19+
20+
### Fixed
21+
22+
* Add correction for R time-weighted measures so last interval is included in calculations.
23+
24+
### Changed
25+
26+
* Pages following *Performance Measures* now use **all** metrics (and not just two) for Python and R.
27+
* Changed Python approach for determining length of warm-up (previous approach unsuitable when using all metrics).
28+
* Added patient end-time logging to all simulation model pages.
29+
* Upgraded to `sim-tools` v1.0.0 (Python) and add `queueing` (R).
30+
31+
Also some minor improvements and refinements, including:
32+
33+
* Extra desk-check suggestions in `verification_validation.qmd`
34+
* Removed colour variable for R sensitivity plots.
35+
* Expanded and cross-linked stuff on guidelines in `sharing/archive.qmd` and `intro/guidelines.qmd`.
36+
* Small corrections in README, docstrings, linting.
37+
* Refactoring tests.
38+
* Clarifications on R data storage, seed sequences, correlated streams, and limitations of structuring research as a package.
39+
* Mentions of MRAN, P3M, commit pinning, `data-raw`, `pins` and `{targets}`.
40+
* Mentioned relevant verification/validation concepts in topic pages.
41+
* Added link to repository `renv.lock` on environment page.
42+
843
## v0.2.0 - 2025-10-14
944

45+
This release adds a large number of new pages. It also introduces pre-commits, contributor acknowledgements, a contributing guide, interface improvements, updated introduction boxes, and giscus comments.
46+
1047
### Added
1148

1249
* Logging page

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ keywords:
4141
- simmer
4242
- rap
4343
license: MIT
44-
version: '0.2.0'
45-
date-released: '2025-10-14'
44+
version: '0.3.0'
45+
date-released: '2025-11-06'

0 commit comments

Comments
 (0)