Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] update packages.toml #3807

Merged
merged 4 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ for (solver, data) in TOML.parsefile(joinpath(@__DIR__, "packages.toml"))
push!(_LIST_OF_SOLVERS, "$user/$solver.jl" => "packages/$solver.md")
end
end
push!(_LIST_OF_SOLVERS, "JuliaOpt/NLopt.jl" => "packages/NLopt.md")
push!(
_LIST_OF_EXTENSIONS,
"rafaqz/DimensionalData.jl" => "extensions/DimensionalData.md",
Expand Down
11 changes: 6 additions & 5 deletions docs/packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
rev = "v0.8.1"
has_html = true
[Ipopt]
rev = "v1.6.5"
rev = "v1.6.6"
[KNITRO]
rev = "v0.14.4"
[MiniZinc]
Expand All @@ -78,7 +78,7 @@
rev = "v0.8.1"
extension = true
[Pavito]
rev = "v0.3.8"
rev = "v0.3.9"
# Penopt.jl isn't a registered package yet
# [Penopt]
# rev = "486f07d3f3a11f12012ea3ada702a3ee55c8fdc5"
Expand Down Expand Up @@ -154,7 +154,7 @@
rev = "v0.9.2"
[Loraine]
user = "kocvara"
rev = "v0.1.2"
rev = "v0.2.5"
[MadNLP]
user = "MadNLP"
rev = "v0.8.4"
Expand All @@ -169,8 +169,9 @@
[NEOSServer]
user = "odow"
rev = "v1.1.0"
# [NLopt] # Hard-coded in the file docs/src/packages/NLopt.md
# user = "JuliaOpt"
[NLopt]
user = "JuliaOpt"
rev = "6fd18707b633978bfb3070b8fa514adcd9fe5289"
[Optim]
user = "JuliaNLSolvers"
rev = "v1.9.4"
Expand Down
44 changes: 0 additions & 44 deletions docs/src/packages/NLopt.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/styles/config/vocabularies/JuMP/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ performant
plagiaristic
[Pp]recompil(ation|(e(?d)))
preprint
[Pp]seudorandom
README
recurse
reimplemented
Expand Down Expand Up @@ -216,12 +217,15 @@ Linial
Luangkesorn
Lubin
Madani
Makoto
Mangasarian
Marek
Markowitz
Mathieu
Matsumoto
Maurer
Mehdi
Mersenne
Michal
Mitsos
Mittelman
Expand Down
Loading