Skip to content

Commit

Permalink
prep for 0.4.2 release (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac authored Jun 24, 2022
1 parent 210f66e commit 194678c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
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.4.1"
version = "0.4.2"

This comment has been minimized.

Copy link
@frapac

frapac Jun 24, 2022

Author Collaborator

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down
6 changes: 3 additions & 3 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.2.0"
version = "0.3.0"

This comment has been minimized.

Copy link
@frapac

frapac Aug 29, 2022

Author Collaborator

@JuliaRegistrator register subdir=lib/MadNLPGPU


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

[extras]
MadNLPTests = "b52a2a03-04ab-4a5f-9698-6a2deff93217"
Expand Down
17 changes: 9 additions & 8 deletions lib/MadNLPPardiso/test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
using Test, MadNLP, MadNLPPardiso, MadNLPTests

testset = [
[
"Pardiso",
()->MadNLP.Optimizer(
linear_solver=MadNLPPardiso,
print_level=MadNLP.ERROR),
[],
@isdefined(MadNLPPardiso)
],
# TODO; Pardiso license has expired
# [
# "Pardiso",
# ()->MadNLP.Optimizer(
# linear_solver=MadNLPPardiso,
# print_level=MadNLP.ERROR),
# [],
# @isdefined(MadNLPPardiso)
# ],
[
"PardisoMKL",
()->MadNLP.Optimizer(
Expand Down
4 changes: 2 additions & 2 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.2.0"
version = "0.2.1"

This comment has been minimized.

Copy link
@frapac

frapac Jun 24, 2022

Author Collaborator

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -14,5 +14,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
JuMP = "~0.23,~1"
MadNLP = "~0.4"
NLPModels = "~0.17.2, 0.18"
NLPModels = "~0.17.2, 0.18, 0.19"
julia = "1.6"

3 comments on commit 194678c

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

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.4.2 -m "<description of version>" 194678c5e1679371c04371ab0de21e234781240a
git push origin v0.4.2

@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 updated: JuliaRegistries/General/63032

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.4.2 -m "<description of version>" 194678c5e1679371c04371ab0de21e234781240a
git push origin v0.4.2

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

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 MadNLPGPU-v0.3.0 -m "<description of version>" 194678c5e1679371c04371ab0de21e234781240a
git push origin MadNLPGPU-v0.3.0

Please sign in to comment.