Skip to content

Commit

Permalink
bump MadNLP version to 0.6.0 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac authored Mar 27, 2023
1 parent f08c196 commit 1bcec62
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 14 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release notes

## v0.6.0 (March 23th, 2023)

### New features

- add dense BFGS and compact LBFGS algorithms (#221)

### Performance and maintenance

- Bump CUDA.jl to 0.4 and drop support for CUDA.jl 0.3 in MadNLPGPU (#248)
- Add support for ADNLPModels 0.5 in MadNLPTests (#240)


## v0.5.2 (February 27th, 2023)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "MadNLP"
uuid = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
authors = ["Sungho Shin"]
repo = "https://github.com/sshin23/MadNLP.jl.git"
version = "0.5.2"
version = "0.6.0"

This comment has been minimized.

Copy link
@frapac

frapac Mar 27, 2023

Author Collaborator

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down
4 changes: 2 additions & 2 deletions lib/MadNLPGPU/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MadNLPGPU"
uuid = "d72a61cc-809d-412f-99be-fd81f4b8a598"
authors = ["Sungho Shin <[email protected]>"]
version = "0.4.0"
version = "0.5.1"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand All @@ -14,7 +14,7 @@ MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
CUDA = "~4"
CUDAKernels = "0.4"
KernelAbstractions = "0.8"
MadNLP = "~0.5"
MadNLP = "0.6"
MadNLPTests = "~0.3"
julia = "1.7"

Expand Down
4 changes: 2 additions & 2 deletions lib/MadNLPHSL/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MadNLPHSL"
uuid = "7fb6135f-58fe-4112-84ca-653cf5be0c77"
authors = ["Sungho Shin <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

[deps]
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
Expand All @@ -10,7 +10,7 @@ BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

[compat]
MadNLP = "~0.5"
MadNLP = "0.5, 0.6"
MadNLPTests = "~0.3"
BinaryProvider = "0.5"
julia = "1.6"
Expand Down
4 changes: 2 additions & 2 deletions lib/MadNLPKrylov/Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "MadNLPKrylov"
uuid = "1888cb03-ce40-4a36-8d45-ae8231a0e17c"
authors = ["Sungho Shin <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

[deps]
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"

[compat]
IterativeSolvers = "~0.9"
MadNLP = "~0.5"
MadNLP = "0.5, 0.6"
julia = "1.6"
MadNLPTests = "~0.3"

Expand Down
4 changes: 2 additions & 2 deletions lib/MadNLPMumps/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MadNLPMumps"
uuid = "3b83494e-c0a4-4895-918b-9157a7a085a1"
authors = ["Sungho Shin <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

[deps]
MUMPS_seq_jll = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d"
Expand All @@ -10,7 +10,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
MUMPS_seq_jll = "~5.2.1, ~5.3.5"
MadNLP = "~0.5"
MadNLP = "0.5, 0.6"
MadNLPTests = "~0.3"
StaticArrays = "1"
julia = "1.6"
Expand Down
4 changes: 2 additions & 2 deletions lib/MadNLPPardiso/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MadNLPPardiso"
uuid = "312ee924-cb12-49df-b284-7304c3902fc0"
authors = ["Sungho Shin <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

[deps]
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
Expand All @@ -11,7 +11,7 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7"

[compat]
MadNLP = "~0.5"
MadNLP = "0.5, 0.6"
BinaryProvider = "0.5"
MadNLPTests = "~0.3"
julia = "1.6"
Expand Down
6 changes: 3 additions & 3 deletions lib/MadNLPTests/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MadNLPTests"
uuid = "b52a2a03-04ab-4a5f-9698-6a2deff93217"
authors = ["Sungho Shin <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

[deps]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
Expand All @@ -14,8 +14,8 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ADNLPModels = "~0.3, 0.4, 0.5"
ADNLPModels = "0.3, 0.4, 0.5"
JuMP = "1"
MadNLP = "~0.5"
MadNLP = "0.5, 0.6"
NLPModels = "~0.17.2, 0.18, 0.19"
julia = "1.6"

1 comment on commit 1bcec62

@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/80426

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.0 -m "<description of version>" 1bcec62946f1d1463414acb6d51e43017a41972f
git push origin v0.6.0

Please sign in to comment.