From 3e1de6e682871fed1e1e67d9a4b7aae42f63d5a1 Mon Sep 17 00:00:00 2001 From: PharmCat <13901158+PharmCat@users.noreply.github.com> Date: Wed, 19 Jul 2023 21:03:03 +0300 Subject: [PATCH] update --- Project.toml | 4 ++-- change.log | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 change.log diff --git a/Project.toml b/Project.toml index c4bb79e..5678a0b 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "00e1d80e-504f-4d7b-946f-0aea2e7abfe3" keywords = ["bioequivalence"] desc = "Bioequivalence" authors = ["Vladimir Arnautov "] -version = "0.2.0" +version = "0.2.1" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" @@ -21,7 +21,7 @@ DataFrames = "1" Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" GLM = "1.8.2" Metida = "0.14.6, 0.14.7" -MetidaNCA = "0.5.6" +MetidaNCA = "0.5.7" MixedModels = "4.11, 4.12, 4.13, 4.14" StatsBase = "0.30, 0.31, 0.32, 0.33, 0.34" julia = "1" diff --git a/change.log b/change.log new file mode 100644 index 0000000..cff628e --- /dev/null +++ b/change.log @@ -0,0 +1,5 @@ + 0.2.0 + +Confidence inteval bounds and GMR in %. +Update to metidaNCA 0.5.6. +