Skip to content

Commit

Permalink
Merge pull request #32 from PharmCat/dev-2
Browse files Browse the repository at this point in the history
v1.0.13
  • Loading branch information
PharmCat authored Apr 23, 2021
2 parents e5554af + eae2d87 commit ad33d5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions chagelog.md
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!
Expand Down

2 comments on commit ad33d5d

@PharmCat
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/35114

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.13 -m "<description of version>" ad33d5d81b745739e3decc75f1bb825a3f70e5b4
git push origin v1.0.13

Please sign in to comment.