All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix for Issue #20
- Problem with local variable
F
not being defined whenf
is aParameter
instance.; Fix for Issue #17
- Missing sub-packages problem when installing with pip from the repo; Fix for Issue #16
- New PD macro
fixed_effect
encoding a fixed-effect model for the effect/response. Issue #7 intercept
argument for thelinear_effect
PD model which allows users to set the y-intercept of the linear model. Issue #9- New PD macro
loglinear_effect
encoding a log-linear model for the effect/response as a function of concentration. Issue #8 - New
util
module that defines thesimulate
function: Issue #11
- Replaced the
setup.py
script with apyproject.toml
; Issue #13 linear_effect
PD macro: updated the parameter names to prefix them withLinEffect_
to make sure they are unique.
- Updated the mechanism for the
dose_absorbed
dosing macro function to use a precursor; Fix for Issue #4
dose_absorbed
dosing macro function to thepysb.pkpd.macros
module.linear_effect
PD macro function to thepysb.pkpd.macros
module.one_compartment
compartment macro function to thepysb.pkpd.macros
module.drug_monomer
macro function to thepysb.pkpd.macros
module.- Functions from the
macros
module are imported intopkpd.__init__
so that they can be called directly from thepkpd
namespace. example-notebooks
directory with a new PKRO example case.
- Initial development version of the package.
N/A