diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-16 17:27:18 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-16 17:29:28 +0100 |
| commit | 4f62f39b8979cb3a5c52d65d425e530dc0770665 (patch) | |
| tree | 895d4bde0773a600943e5c308e17651c12358a67 /NEWS.md | |
| parent | 44c30938872bd7cc80a4c84dd4db593e26000fce (diff) | |
Fix solution type "deSolve" for a special case
The special case occurs if not observed data for time zero
are available. Fixes #16. Write NEWS and update docs.
A lot of html was regenerated, because I had checked out
the main branch in between, which made pkgdown believe that
I have changed the help files.
Diffstat (limited to 'NEWS.md')
| -rw-r--r-- | NEWS.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,9 +1,13 @@ -# mkin 1.2.9.9000 (unreleased) +# mkin 1.2.10 (unreleased) +## Bug fixes +- 'R/mkinpredict.R': Predictions and fits using solution type "deSolve" were previously incorrect in case there are no observed data for time zero (GitHub issue #16). # mkin 1.2.9 (2024-02-13) +## New features + - 'R/plot.mixed.R': Support more than 25 datasets - 'R/mkinfit.R': Support passing the observed data as a 'tibble' |
