-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from PharmCat/dev
v0.3.2 - bugfix fisher test - add show - propci for ConTab - bump dependencies
- Loading branch information
Showing
9 changed files
with
107 additions
and
27 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
authors = ["Vladimir Arnautov ([email protected])"] | ||
name = "ClinicalTrialUtilities" | ||
uuid = "535c2557-d7d0-564d-8ff9-4ae146c18cfe" | ||
version = "0.3.1" | ||
version = "0.3.2" | ||
|
||
[deps] | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
|
@@ -13,7 +13,6 @@ Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" | |
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" | ||
|
||
[extras] | ||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" | ||
|
@@ -24,13 +23,12 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" | |
test = ["CSV", "Test", "Plots"] | ||
|
||
[compat] | ||
julia = "1.0, 1.1, 1.2, 1.3, 1.4" | ||
Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23" | ||
julia = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5" | ||
Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24" | ||
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" | ||
QuadGK = "2.0, 2.1, 2.2, 2.3, 2.4" | ||
SpecialFunctions = "0.8, 0.9, 0.10" | ||
Roots = "0.7, 0.8, 1.0" | ||
RecipesBase = "0.7, 0.8, 1.0" | ||
SpecialFunctions = "0.8, 0.9, 0.10, 1" | ||
Roots = "0.7, 0.8, 1" | ||
RecipesBase = "0.7, 0.8, 1" | ||
Reexport = "0.1, 0.2" | ||
DataFrames = "0.19, 0.20" | ||
CSV = "0.5, 0.6" |
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
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,9 @@ | ||
v0.3.2 | ||
- bugfix fisher test | ||
- add show | ||
- propci for ConTab | ||
- bump dependencies | ||
|
||
v0.3.1 | ||
|
||
- deleteat! fix | ||
|
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
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
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
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
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
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
4401c16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
v0.3.2
4401c16
There was a problem hiding this comment.
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/25403
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: