From 9148b8c8924fd84a065310a5b0172ca228abe4d4 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 22 Aug 2024 11:48:13 +1200 Subject: [PATCH 1/2] Prep for v1.1.0 --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a06efe1..f17e3ab 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "NLopt" uuid = "76087f3c-5699-56af-9a33-bf431cd00edd" -version = "1.0.3" +version = "1.1.0" [deps] CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" @@ -14,7 +14,8 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" NLoptMathOptInterfaceExt = ["MathOptInterface"] [compat] -MathOptInterface = "1" +CEnum = "0.5" +MathOptInterface = "1.25" NLopt_jll = "2.7" julia = "1.6" From bbf44341446fd2ebea9383679c0c2bb7c9e9a459 Mon Sep 17 00:00:00 2001 From: odow Date: Fri, 23 Aug 2024 10:10:15 +1200 Subject: [PATCH 2/2] Change JuliaOpt to jump-dev --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25ec64f..cf62521 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # NLopt.jl -[![Build Status](https://github.com/JuliaOpt/NLopt.jl/workflows/CI/badge.svg?branch=master)](https://github.com/JuliaOpt/NLopt.jl/actions?query=workflow%3ACI) -[![codecov](https://codecov.io/gh/JuliaOpt/NLopt.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaOpt/NLopt.jl) +[![Build Status](https://github.com/jump-dev/NLopt.jl/workflows/CI/badge.svg?branch=master)](https://github.com/jump-dev/NLopt.jl/actions?query=workflow%3ACI) +[![codecov](https://codecov.io/gh/jump-dev/NLopt.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jump-dev/NLopt.jl) -[NLopt.jl](https://github.com/JuliaOpt/NLopt.jl) is a wrapper for the +[NLopt.jl](https://github.com/jump-dev/NLopt.jl) is a wrapper for the [NLopt](https://nlopt.readthedocs.io/en/latest/) library for nonlinear optimization. @@ -18,7 +18,7 @@ including: ## License -`NLopt.jl` is licensed under the [MIT License](https://github.com/JuliaOpt/NLopt.jl/blob/master/LICENSE.md). +`NLopt.jl` is licensed under the [MIT License](https://github.com/jump-dev/NLopt.jl/blob/master/LICENSE.md). The underlying solver, [stevengj/nlopt](https://github.com/stevengj/nlopt), is licensed under the [LGPL v3.0 license](https://github.com/stevengj/nlopt/blob/master/COPYING).