Skip to content

Commit

Permalink
bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kose-y committed Dec 10, 2021
1 parent f8be372 commit 3cd8208
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 79 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ deps/deps.jl

.ipynb_checkpoints/
.vscode/settings.json

Manifest.toml
33 changes: 0 additions & 33 deletions .travis.yml

This file was deleted.

7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "OrdinalMultinomialModels"
uuid = "b51826c6-2bc1-4eb0-a3af-c080fd29f1d0"
keywords = ["ordered multinomial model", "proportional odds model", "proportional hazards model"]
author = ["Hua Zhou <[email protected]>", "Chris German <[email protected]>", "OpenMendel Team"]
version = "0.3.5"
version = "0.4.0"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -20,13 +20,14 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
[compat]
Distributions = "0.16 - 0.25"
GLM = "1"
Ipopt = "0.6.5 - 0.7, 0.8"
Ipopt = "0.6.5 - 0.7, 0.8, 0.9"
MathOptInterface = "0.10"
NLopt = "0.6"
RDatasets = "0.7"
Reexport = "1"
StatsBase = "0.24 - 0.33"
StatsModels = "0.6"
julia = "1.4"
julia = "1.6"

[extras]
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
Expand Down
43 changes: 0 additions & 43 deletions appveyor.yml

This file was deleted.

0 comments on commit 3cd8208

Please sign in to comment.