From b28ee8e3fafd5a2c2b5547e373dab05bd1bdf3a0 Mon Sep 17 00:00:00 2001 From: blakeaw Date: Wed, 31 May 2023 13:22:31 -0500 Subject: [PATCH] Added the PKRO example to the CHANGELOG. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da1d503..27444b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `one_compartment` compartment macro function to the `pysb.pkpd.macros` module. - `drug_monomer` macro function to the `pysb.pkpd.macros` module. - Functions from the `macros` module are imported into `pkpd.__init__` so that they can be called directly from the `pkpd` namespace. +- `example-notebooks` directory with a new PKRO example case. ## [0.1.0] - 2023-05-23