diff --git a/CHANGELOG.md b/CHANGELOG.md index 775876f..c38f23a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 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). +## v0.2.0 - 2024-10-02 + +Conducted reproduction, evaluated code and article, organised research compendium, and test run by second STARS team member. + +### Added + +* Reproduction of the model in `reproduction/` +* Evaluation of the code and article against guidelines (in `evaluation/`) +* Summary report and reflections from reproduction +* Organised and documented reproduction to form a `research compendium` +* Test-run of model by Tom Monks, attempting to run code from `reproduction/` + ## v0.1.0 - 2024-08-12 Set up repository and defined scope of reproduction. diff --git a/CITATION.cff b/CITATION.cff index c2524f8..5762edf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -36,5 +36,5 @@ abstract: >- https://doi.org/10.1109/WSC57314.2022.10015462. license: BSD-3-Clause # TODO: Manually update with each GitHub release (start with 0.1.0) -version: '0.1.0' -date-released: '2024-08-12' +version: '0.2.0' +date-released: '2024-10-02'