Skip to content

Commit bfe3f7c

Browse files
authored
Release 0.8.13 (#358)
* Release 0.8.13 * Update Project.toml
1 parent fd0d248 commit bfe3f7c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ADNLPModels"
22
uuid = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
3-
version = "0.8.12"
3+
version = "0.8.13"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -16,9 +16,9 @@ SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
1616
[compat]
1717
ADTypes = "1.2.1"
1818
ForwardDiff = "0.9, 0.10, 1"
19-
NLPModels = "0.18, 0.19, 0.20, 0.21"
19+
NLPModels = "0.21.5"
2020
Requires = "1"
2121
ReverseDiff = "1"
22-
SparseConnectivityTracer = "0.6.1"
23-
SparseMatrixColorings = "0.4.0"
24-
julia = "^1.6"
22+
SparseConnectivityTracer = "1.0"
23+
SparseMatrixColorings = "0.4.21"
24+
julia = "1.10"

docs/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1818
DataFrames = "1"
1919
Documenter = "1.0"
2020
ManualNLPModels = "0.1"
21-
NLPModels = "0.21"
21+
NLPModels = "0.21.5"
2222
NLPModelsJuMP = "0.13"
2323
OptimizationProblems = "0.8"
2424
Percival = "0.7"
2525
Plots = "1"
2626
SolverBenchmark = "0.6"
27-
SparseConnectivityTracer = "0.6.14"
28-
SparseMatrixColorings = "0.4.14"
27+
SparseConnectivityTracer = "1.0"
28+
SparseMatrixColorings = "0.4.21"
2929
Zygote = "0.6.62"

0 commit comments

Comments
 (0)