Skip to content

Commit f227a84

Browse files
committed
chore(release): prep for 0.1.0 release
1 parent c5325b3 commit f227a84

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ All notable changes to this project will be documented in this file.
44

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).
7+
8+
## v0.1.0 - 2025-06-02
9+
10+
🌱 First release of the repository. Contains implementation of the DES model from Monks et al. 2016, with reproduction of all tables and figures with results from the article and supplementary material. Also includes some tests, and a demonstration of logging, and of how parameters could be stored in a `.csv`.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ abstract: >-
2121
from Monks et al. 2016.
2222
license: MIT
2323
version: '0.1.0'
24-
date-released: '2025-03-26'
24+
date-released: '2025-06-02'

simulation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"""
33

44
__version__ = "0.1.0"
5-
__author__ = "Amy Heather"
5+
__author__ = "Amy Heather"

0 commit comments

Comments
 (0)