Skip to content

Commit a877aed

Browse files
committed
chore(v0.5.0): update changelog and citation.cff for release
1 parent e9a767b commit a877aed

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
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+
## v0.5.0 - 2026-02-20
9+
10+
This release has lots and lots of changes based on peer review of the book from Nav Mustafee, Rob Challen, Tom Slater and Alison Harper. Other changes include addressing FAIRness requirements, switching R length of warm-up analysis to use intervals, and improving the docker action used to build the site.
11+
12+
### Added
13+
14+
* Addressed FAIRness requirements ([#170](https://github.com/pythonhealthdatascience/des_rap_book/issues/170)), with some larger changes including:
15+
* Addition of action which checks all images have alt text.
16+
* New "Impact" page.
17+
18+
### Changed
19+
20+
* R length of warm-up now uses intervals.
21+
* Improved `docker_quarto.yaml` (shorter run-time as doesn't need to restore renv every time build book).
22+
* Addressed peer review feedback from Nav Mustafee ([#149](https://github.com/pythonhealthdatascience/des_rap_book/issues/149), [#150](https://github.com/pythonhealthdatascience/des_rap_book/issues/150), [#158](https://github.com/pythonhealthdatascience/des_rap_book/issues/158), and [#161](https://github.com/pythonhealthdatascience/des_rap_book/issues/161)).
23+
* Addressed peer review feedback from Rob Challen ([#152](https://github.com/pythonhealthdatascience/des_rap_book/issues/152) and sub-issues).
24+
* Addressed peer review feedback from Tom Slater ([#172](https://github.com/pythonhealthdatascience/des_rap_book/issues/172) and sub-issues).
25+
* Addressed peer review feedback from Alison Harper ([#169](https://github.com/pythonhealthdatascience/des_rap_book/issues/169) and sub-issues).
26+
* Add all-contributors CLI instructions to `CONTRIBUTING.md`.
27+
828
## v0.4.0 - 2026-01-06
929

1030
### Added
@@ -129,4 +149,4 @@ This release adds a large number of new pages. It also introduces pre-commits, c
129149
* Model building section covering:
130150
* Randomness
131151
* Entity generation
132-
* Entity processing
152+
* Entity processing

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ keywords:
5353
- simmer
5454
- rap
5555
license: MIT
56-
version: '0.4.0'
57-
date-released: '2026-01-06'
56+
version: '0.5.0'
57+
date-released: '2026-02-20'

0 commit comments

Comments
 (0)