Skip to content

Commit

Permalink
bump version to 0.5.2 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac authored Mar 14, 2023
1 parent e989a3a commit 4f3eee1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Release notes

## v0.5.l (October 20th, 2022)
## v0.5.2 (February 27th, 2023)

### Bug fixes

- Fix URL in README (#236)
- Fix invalid return code in MOI.TerminationStatus (#241)
- Fix potential infinite loop in feasibility restoration (#244)
- Fix initial multipliers when initial KKT has no solution (#243)

### Performance and maintenance

- Replace broadcast operators by explicit for loops in IPM kernels to reduce time-to-first-solve (#231)
- Remove allocations in nonlinear callbacks (#230)


## v0.5.1 (October 20th, 2022)

### New features

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.1"
version = "0.5.2"

This comment has been minimized.

Copy link
@frapac

frapac Mar 14, 2023

Author Collaborator

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down

1 comment on commit 4f3eee1

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

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.5.2 -m "<description of version>" 4f3eee1f0392c93e2811e13fb7bd4476dedbed8f
git push origin v0.5.2

Please sign in to comment.