Skip to content

Commit

Permalink
Add Support for JuMP v1.0 (#87)
Browse files Browse the repository at this point in the history
* add support for JuMP v1.0
* update Julia lower bound in CI
  • Loading branch information
ccoffrin authored Mar 25, 2022
1 parent 24793fa commit 668c306
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.6'
- '1'
- 'nightly'
os:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ InfrastructureModels.jl Change Log
### Staged
- nothing

### v0.7.4
- Update minimum Julia version to v1.6 (LTS)
- Add support for JuMP v1.0

### v0.7.3
- Add support for JuMP v0.23

Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "InfrastructureModels"
uuid = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
authors = ["Carleton Coffrin"]
repo = "https://github.com/lanl-ansi/InfrastructureModels.jl"
version = "0.7.3"
version = "0.7.4"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand All @@ -11,10 +11,10 @@ Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
[compat]
ECOS = ">= 0.12"
Ipopt = ">= 0.8"
JuMP = "~0.22, ~0.23"
JuMP = "~0.22, ~0.23, 1"
Juniper = ">= 0.8"
Memento = "~1.0, ~1.1, ~1.2, ~1.3"
julia = "^1"
julia = "1.6"

[extras]
ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199"
Expand Down

0 comments on commit 668c306

Please sign in to comment.