Skip to content

Commit

Permalink
Update support to MOI v1.0 (#182)
Browse files Browse the repository at this point in the history
* Update support to MOI v1.0
* Large refactoring of MOI wrapper
  • Loading branch information
odow authored Mar 3, 2022
1 parent a7998c1 commit 801920e
Show file tree
Hide file tree
Showing 5 changed files with 678 additions and 451 deletions.
8 changes: 8 additions & 0 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Configuration file for JuliaFormatter.jl
# For more information, see: https://domluna.github.io/JuliaFormatter.jl/stable/config/

always_for_in = true
always_use_return = true
margin = 80
remove_extra_newlines = true
short_to_long_function_def = true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Manifest.toml
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "NLopt"
uuid = "76087f3c-5699-56af-9a33-bf431cd00edd"
version = "0.6.4"
version = "0.6.5"

[deps]
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
NLopt_jll = "079eb43e-fd8e-5478-9966-2cf3e3edb778"

[compat]
MathOptInterface = "0.10.4"
MathOptInterface = "0.10.4, 1"
MathProgBase = "0.5, 0.6, 0.7, 0.8"
NLopt_jll = "2.7"
julia = "1.3"
Expand Down
Loading

2 comments on commit 801920e

@odow
Copy link
Member Author

@odow odow commented on 801920e Mar 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/55917

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.5 -m "<description of version>" 801920ee7e169fe2fb219b0e2bd8aaddb5b09574
git push origin v0.6.5

Please sign in to comment.