Release Notes for Pumas 2.5.1
Pumas
Bug fixes and minor improvements
- Improve handling of sequential infusions that end and start at the same time point as well as other events that happen very close to each other in the time domain. Previously, such cases could cause the differential equation solver to fail with warnings.
- Improve error messages if time is not monotonically increasing. Previously, it was possible to get an error message referring to evid 3 and evid 4 even if these were not present in the data.
- Add a docstring for
@metadata
that is part of the@model
interface. - Add docstrings for
icoef
. - Fix
@delay
docstring to make the mean transit time correct.