Skip to content

Commit

Permalink
bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac committed Oct 20, 2022
1 parent be4f87e commit 9731f30
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Release notes

## v0.5.l (October 20th, 2022)

### New features

- Update MOI wrapper to match new Ipopt's MOI wrapper (#224, #233)
- Add new constructor for custom KKT type (#232)

### Bug fixes

- Fix detection of number of upper and lower bounds for optimization variables (#211)
- Fix `solve!` function when dual is provided as input (#215)
- Update initialization of meta field (#216)
- Fix type stability in MadNLP (#220, #227, #228)

### Performance and maintenance

- Doc: Fix typos in quickstart.md (#210)
- Test properly `solve!` function (#219)
- Improve error messages when invalid number is detected (#226)


## v0.5.0 (August 30th, 2022)

### Breaking changes
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.0"
version = "0.5.1"

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

0 comments on commit 9731f30

Please sign in to comment.