Skip to content

Commit b1dba1c

Browse files
authored
Add support for MOI 0.10 and drop Julia < 1.6 (#18)
* Add support for MOI 0.10 and drop Julia < 1.6 * Bump version * Update docs
1 parent ada5933 commit b1dba1c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
version:
23-
- '1.0'
23+
- '1.6'
2424
- '1'
2525
- 'nightly'
2626
os:

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExactOptimalTransport"
22
uuid = "24df6009-d856-477c-ac5c-91f668376b31"
33
authors = ["JuliaOptimalTransport"]
4-
version = "0.1.2"
4+
version = "0.2.0"
55

66
[deps]
77
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
@@ -18,11 +18,11 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1818
Distances = "0.9.0, 0.10"
1919
Distributions = "0.24, 0.25"
2020
FillArrays = "0.12"
21-
MathOptInterface = "0.9"
21+
MathOptInterface = "0.9, 0.10"
2222
PDMats = "0.10, 0.11"
2323
QuadGK = "2"
2424
StatsBase = "0.33.8"
25-
julia = "1"
25+
julia = "1.6"
2626

2727
[extras]
2828
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ ExactOptimalTransport = "24df6009-d856-477c-ac5c-91f668376b31"
44

55
[compat]
66
Documenter = "0.27"
7-
ExactOptimalTransport = "0.1"
7+
ExactOptimalTransport = "0.2"

0 commit comments

Comments
 (0)