Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump MadNLP version to 0.8.2 #341

Merged
merged 2 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Release notes
## v0.8.2 (May 15th, 2024)
### Bug Fixes
- [MOI] fix eval_constraint_jacobian_product (#337)
- [MOI] Add support for nonlinear problems without Hessian (#322)
- [MadNLPGPU] Bug fix for empty Hessian (#326)

### New feature
- [LinearSolvers] Add support for LDL factorization in CHOLMOD (#321)
- Add an ordering for cuDSS (#317)

### Performance and maintenance
- Reexport MadNLP from MadNLP/libs (#325)
- Use GH Action Julia cache (#339)
- [MAdNLPMumps] sarrays removed (#328)

## v0.8.1 (Apr 9th, 2024)
### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MadNLP"
uuid = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
version = "0.8.1"
version = "0.8.2"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
2 changes: 1 addition & 1 deletion lib/MadNLPGPU/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MadNLPGPU"
uuid = "d72a61cc-809d-412f-99be-fd81f4b8a598"
version = "0.7.1"
version = "0.7.2"

[deps]
AMD = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e"
Expand Down
2 changes: 1 addition & 1 deletion lib/MadNLPHSL/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MadNLPHSL"
uuid = "7fb6135f-58fe-4112-84ca-653cf5be0c77"
version = "0.5.1"
version = "0.5.2"

[deps]
HSL = "34c5aeac-e683-54a6-a0e9-6e0fdc586c50"
Expand Down
2 changes: 1 addition & 1 deletion lib/MadNLPMumps/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MadNLPMumps"
uuid = "3b83494e-c0a4-4895-918b-9157a7a085a1"
version = "0.4.0"
version = "0.4.1"

[deps]
MUMPS_seq_jll = "d7ed1dd3-d0ae-5e8e-bfb4-87a502085b8d"
Expand Down
2 changes: 1 addition & 1 deletion lib/MadNLPPardiso/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MadNLPPardiso"
uuid = "312ee924-cb12-49df-b284-7304c3902fc0"
version = "0.3.3"
version = "0.3.4"

[deps]
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
Expand Down
2 changes: 1 addition & 1 deletion lib/MadNLPTests/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MadNLPTests"
uuid = "b52a2a03-04ab-4a5f-9698-6a2deff93217"
version = "0.5.0"
version = "0.5.1"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand Down
Loading