Skip to content

Commit

Permalink
Merge pull request #4 from PharmCat/dev
Browse files Browse the repository at this point in the history
update
  • Loading branch information
PharmCat committed Jul 21, 2023
2 parents e1cd909 + 3e1de6e commit a03f72f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "00e1d80e-504f-4d7b-946f-0aea2e7abfe3"
keywords = ["bioequivalence"]
desc = "Bioequivalence"
authors = ["Vladimir Arnautov <mail@pharmcat.net>"]
version = "0.2.0"
version = "0.2.1"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand All @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions change.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0.2.0

Confidence inteval bounds and GMR in %.
Update to metidaNCA 0.5.6.

2 comments on commit a03f72f

@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/88329

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 v0.2.1 -m "<description of version>" a03f72f8fef88f3994348177b8ecdd2f6ba027ad
git push origin v0.2.1

Please sign in to comment.