diff --git a/NEWS.md b/NEWS.md index b99e717f..27a6a5d4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,15 @@ # Release notes +## v0.7.0 (June 123th, 2023) + +### Performance and maintenance +- CompatHelper: bump compat for NLPModels to 0.20, (keep existing compat) (#252) +- CompatHelper: bump compat for NLPModels to 0.20 for package MadNLPTests, (keep existing compat) (#253) +- [MadNLPGPU] Migrate to KernelAbstractions 0.9 (#258) +- [MadNLPTests] Remove ADNLPModels in deps (#259) +- Update README.md for JuMP documentation (#260) +- Update for julia v1.9 (#261) + ## v0.6.0 (March 23th, 2023) ### New features diff --git a/Project.toml b/Project.toml index 45cd5638..9bc77af0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,8 +1,6 @@ name = "MadNLP" uuid = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6" -authors = ["Sungho Shin"] -repo = "https://github.com/sshin23/MadNLP.jl.git" -version = "0.6.0" +version = "0.7.0" [deps] Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" @@ -18,7 +16,7 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" [compat] MINLPTests = "~0.5" -MadNLPTests = "~0.3" +MadNLPTests = "0.3, 0.4" MathOptInterface = "1" NLPModels = "~0.17.2, 0.18, 0.19, 0.20" SolverCore = "~0.3" diff --git a/lib/MadNLPGPU/Project.toml b/lib/MadNLPGPU/Project.toml index 0c8f2604..ccfabbc2 100644 --- a/lib/MadNLPGPU/Project.toml +++ b/lib/MadNLPGPU/Project.toml @@ -1,7 +1,6 @@ name = "MadNLPGPU" uuid = "d72a61cc-809d-412f-99be-fd81f4b8a598" -authors = ["Sungho Shin "] -version = "0.5.0" +version = "0.6" [deps] CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" @@ -12,8 +11,8 @@ MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6" [compat] CUDA = "~4" KernelAbstractions = "0.9" -MadNLP = "0.6" -MadNLPTests = "~0.3" +MadNLP = "0.7" +MadNLPTests = "0.3, 0.4" julia = "1.7" [extras] diff --git a/lib/MadNLPHSL/Project.toml b/lib/MadNLPHSL/Project.toml index b0be10d1..592ba316 100644 --- a/lib/MadNLPHSL/Project.toml +++ b/lib/MadNLPHSL/Project.toml @@ -1,7 +1,6 @@ name = "MadNLPHSL" uuid = "7fb6135f-58fe-4112-84ca-653cf5be0c77" -authors = ["Sungho Shin "] -version = "0.3.1" +version = "0.4" [deps] HSL_jll = "017b0a0e-03f4-516a-9b91-836bbd1904dd" @@ -10,8 +9,8 @@ MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6" OpenBLAS32_jll = "656ef2d0-ae68-5445-9ca0-591084a874a2" [compat] -MadNLP = "0.5, 0.6" -MadNLPTests = "~0.3" +MadNLP = "0.5,0.6,0.7" +MadNLPTests = "0.3, 0.4" OpenBLAS32_jll = "0.3" julia = "1.6" diff --git a/lib/MadNLPKrylov/Project.toml b/lib/MadNLPKrylov/Project.toml index 6cd9c30e..ccf7c452 100644 --- a/lib/MadNLPKrylov/Project.toml +++ b/lib/MadNLPKrylov/Project.toml @@ -1,7 +1,6 @@ name = "MadNLPKrylov" uuid = "1888cb03-ce40-4a36-8d45-ae8231a0e17c" -authors = ["Sungho Shin "] -version = "0.3.1" +version = "0.3.2" [deps] IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153" @@ -9,9 +8,9 @@ MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6" [compat] IterativeSolvers = "~0.9" -MadNLP = "0.5, 0.6" +MadNLP = "0.5, 0.6, 0.7" julia = "1.6" -MadNLPTests = "~0.3" +MadNLPTests = "0.3, 0.4" [extras] MadNLPTests = "b52a2a03-04ab-4a5f-9698-6a2deff93217" diff --git a/lib/MadNLPMumps/Project.toml b/lib/MadNLPMumps/Project.toml index bf832597..0dcfb8ff 100644 --- a/lib/MadNLPMumps/Project.toml +++ b/lib/MadNLPMumps/Project.toml @@ -1,7 +1,6 @@ name = "MadNLPMumps" uuid = "3b83494e-c0a4-4895-918b-9157a7a085a1" -authors = ["Sungho Shin "] -version = "0.3.1" +version = "0.3.2" [deps] MUMPS_seq_jll = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d" @@ -10,8 +9,8 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] MUMPS_seq_jll = "~5.2.1, ~5.3.5" -MadNLP = "0.5, 0.6" -MadNLPTests = "~0.3" +MadNLP = "0.5, 0.6, 0.7" +MadNLPTests = "0.3, 0.4" StaticArrays = "1" julia = "1.6" diff --git a/lib/MadNLPPardiso/Project.toml b/lib/MadNLPPardiso/Project.toml index c110593c..32bee2fc 100644 --- a/lib/MadNLPPardiso/Project.toml +++ b/lib/MadNLPPardiso/Project.toml @@ -1,7 +1,6 @@ name = "MadNLPPardiso" uuid = "312ee924-cb12-49df-b284-7304c3902fc0" -authors = ["Sungho Shin "] -version = "0.3.1" +version = "0.3.2" [deps] MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6" @@ -11,9 +10,9 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7" [compat] -MadNLP = "0.5, 0.6" +MadNLP = "0.5, 0.6, 0.7" BinaryProvider = "0.5" -MadNLPTests = "~0.3" +MadNLPTests = "0.3, 0.4" julia = "1.6" MKL_jll = "~2021,2022" diff --git a/lib/MadNLPTests/Project.toml b/lib/MadNLPTests/Project.toml index 3abd42ec..c354d248 100644 --- a/lib/MadNLPTests/Project.toml +++ b/lib/MadNLPTests/Project.toml @@ -1,7 +1,6 @@ name = "MadNLPTests" uuid = "b52a2a03-04ab-4a5f-9698-6a2deff93217" -authors = ["Sungho Shin "] -version = "0.3.1" +version = "0.4.0" [deps] JuMP = "4076af6c-e467-56ae-b986-b466b2749572" @@ -14,6 +13,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] JuMP = "1" -MadNLP = "0.5, 0.6" +MadNLP = "0.5, 0.6, 0.7" NLPModels = "~0.17.2, 0.18, 0.19, 0.20" julia = "1.6" \ No newline at end of file