-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
PharmCat
committed
Apr 23, 2021
1 parent
eeef5dc
commit eae2d87
Showing
2 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>"] | ||
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
- v1.0.13 | ||
* DataFrames 1 | ||
|
||
- v1.0.12 | ||
* bump dependencies | ||
* remove categorical! | ||
|