Skip to content

Commit

Permalink
Merge pull request #40 from PharmCat/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
PharmCat authored Mar 26, 2020
2 parents ba62c0c + 041339f commit be02be9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: julia
os:
- linux
- osx
- windows

julia:
- 1.0
Expand All @@ -14,6 +15,9 @@ branches:
- master
- dev

matrix:
allow_failures:
- os: windows

notifications:
email: false
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
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.2.4"
version = "0.2.5"

[deps]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand All @@ -26,11 +26,11 @@ test = ["CSV", "Test", "Plots"]
[compat]
julia = "1.0, 1.1, 1.2, 1.3"
Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23"
StatsBase = "0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32"
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"
DataFrames = "0.19, 0.20"
QuadGK = "2.0, 2.1, 2.2, 2.3"
SpecialFunctions = "0.8, 0.9"
SpecialFunctions = "0.8, 0.9, 0.10"
Roots = "0.7, 0.8, 1.0"
CSV = "0.5"
RecipesBase = "0.7"
RecipesBase = "0.7, 0.8"
Reexport = "0.1, 0.2"
5 changes: 5 additions & 0 deletions cange.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.2.5

- SpecialFunctions 0.10
- RecipesBase 0.8

v0.2.4

- PK: drop observation before dosetime
Expand Down

2 comments on commit be02be9

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

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.5 -m "<description of version>" be02be9784a4a14e37773a427b2df644edde1bfe
git push origin v0.2.5

Please sign in to comment.