diff --git a/Project.toml b/Project.toml index b194adf..9ef8000 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "671d9d50-c343-11e9-1a9c-fdd992682823" keywords = ["bioequivalence", "mixedmodel"] desc = "Mixed model solution for replicate designed bioequivalence study." authors = ["Vladimir Arnautov "] -version = "1.0.12" +version = "1.0.13" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" @@ -22,15 +22,15 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d" [compat] CategoricalArrays = "0.7, 0.8, 0.9" -DataFrames = "0.20, 0.21, 0.22 " +DataFrames = "0.22, 1" Distributions = "0.20, 0.21, 0.22, 0.23, 0.24" ForwardDiff = "0.10" LineSearches = "7.0" -Optim = "0.22, 1.0, 1.1, 1.2" -StaticArrays = "0.11, 0.12, 1.0" -StatsBase = "0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33" +Optim = "1" +StaticArrays = "0.11, 0.12, 1" +StatsBase = " 0.30, 0.31, 0.32, 0.33" StatsModels = "0.6" -julia = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5" +julia = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6" [extras] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" diff --git a/chagelog.md b/chagelog.md index 0b7cd03..cf1df36 100644 --- a/chagelog.md +++ b/chagelog.md @@ -1,3 +1,6 @@ +- v1.0.13 + * DataFrames 1 + - v1.0.12 * bump dependencies * remove categorical!