From 7c2f3c77b1d788faaab9b415e63295b7551aa560 Mon Sep 17 00:00:00 2001 From: blakeaw Date: Thu, 30 Jan 2025 16:03:33 -0600 Subject: [PATCH] Updated the changelog. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3250f..5d146af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.4.0] - 2025-01-30 + +### Added + +- `CONTRIBUTING.md` file as per https://github.com/blakeaw/pysb-pkpd/issues/24 +- An initial suite of automated tests compatible with pytest and coverage. Issue https://github.com/blakeaw/pysb-pkpd/issues/23 + +### Fixed + +- Error in the `dose_absorbed` macro which was causing an extra `ka` parameter to be added to the model. + ## [0.3.3] - 2024-07-21 ### Fixed