Skip to content

Commit

Permalink
bump MadNLP version to 0.8.2 (#341)
Browse files Browse the repository at this point in the history
* bump MadNLP version to 0.8.2

* test version as well
  • Loading branch information
sshin23 authored May 16, 2024
1 parent 8260519 commit de9b3f0
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
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"

This comment has been minimized.

Copy link
@sshin23

sshin23 May 16, 2024

Author Member

[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"

This comment has been minimized.

Copy link
@sshin23

sshin23 May 16, 2024

Author Member

@JuliaRegistrator register subdir=lib/MadNLPGPU


[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"

This comment has been minimized.

Copy link
@sshin23

sshin23 May 16, 2024

Author Member

@JuliaRegistrator register subdir=lib/MadNLPHSL


[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"

This comment has been minimized.

Copy link
@sshin23

sshin23 May 16, 2024

Author Member

@JuliaRegistrator register subdir=lib/MadNLPMumps


[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"

This comment has been minimized.

Copy link
@sshin23

sshin23 May 16, 2024

Author Member

@JuliaRegistrator register subdir=lib/MadNLPPardiso


[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"

This comment has been minimized.

Copy link
@sshin23

sshin23 May 16, 2024

Author Member

@JuliaRegistrator register subdir=lib/MadNLPTests


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

6 comments on commit de9b3f0

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.8.2 -m "<description of version>" de9b3f019b0a48f7845b93e3793fb76086436554
git push origin v0.8.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/106920

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 MadNLPTests-v0.5.1 -m "<description of version>" de9b3f019b0a48f7845b93e3793fb76086436554
git push origin MadNLPTests-v0.5.1

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.7.2 -m "<description of version>" de9b3f019b0a48f7845b93e3793fb76086436554
git push origin MadNLPGPU-v0.7.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/106922

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 MadNLPHSL-v0.5.2 -m "<description of version>" de9b3f019b0a48f7845b93e3793fb76086436554
git push origin MadNLPHSL-v0.5.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/106923

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 MadNLPMumps-v0.4.1 -m "<description of version>" de9b3f019b0a48f7845b93e3793fb76086436554
git push origin MadNLPMumps-v0.4.1

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 MadNLPPardiso-v0.3.4 -m "<description of version>" de9b3f019b0a48f7845b93e3793fb76086436554
git push origin MadNLPPardiso-v0.3.4

Please sign in to comment.