Skip to content

Commit

Permalink
Prep for 0.21.10 (#2681)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 5, 2021
1 parent 9382ee3 commit c9e7a89
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
JuMP release notes
==================

Version 0.21.10 (September 4, 2021)
---------------------------------

For a detailed list of the closed issues and pull requests from this release,
see the [tag notes](https://github.com/jump-dev/JuMP.jl/releases/tag/v0.21.10).
A summary of changes are as follows:

- New features:
* Add `add_NL_expression`
* `add_NL_xxx` functions now support `AffExpr` and `QuadExpr` as terms
- Documentation, maintenance and performance:
* Fix bug in `solution_summary`
* Fix bug in `relax_integrality`
* Improve error message in `lp_sensitivity_report`

Version 0.21.9 (August 1, 2021)
---------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JuMP"
uuid = "4076af6c-e467-56ae-b986-b466b2749572"
repo = "https://github.com/jump-dev/JuMP.jl.git"
version = "0.21.9"
version = "0.21.10"

[deps]
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ embedded in [Julia](https://julialang.org/). You can find out more about us by
visiting [jump.dev](https://jump.dev).


**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/0.21.9/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/0.21.9) (`release-0.21` branch):
**Latest Release**: [![version](https://juliahub.com/docs/JuMP/DmXqY/0.21.10/version.svg)](https://juliahub.com/ui/Packages/JuMP/DmXqY/0.21.10) (`release-0.21` branch):
* Installation via the Julia package manager:
* `import Pkg; Pkg.add("JuMP")`
* Get help:
* Read the [Documentation](https://jump.dev/JuMP.jl/v0.21.9/)
* Read the [Documentation](https://jump.dev/JuMP.jl/v0.21.10/)
* Ask a question on the [Community forum]
* Testing status:
* Github Actions: [![Build Status](https://github.com/jump-dev/JuMP.jl/workflows/CI/badge.svg?branch=release-0.21)](https://github.com/jump-dev/JuMP.jl/actions?query=workflow%3ACI)
Expand Down

2 comments on commit c9e7a89

@odow
Copy link
Member Author

@odow odow commented on c9e7a89 Sep 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

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.21.10 -m "<description of version>" c9e7a894524fdbeecd98c3426d4ab4123dc07fb9
git push origin v0.21.10

Please sign in to comment.