Skip to content

Commit

Permalink
Prep for 0.9.21 (#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Apr 23, 2021
1 parent a56196c commit 41ba192
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
MathOptInterface (MOI) release notes
====================================

v0.9.21 (April 23, 2021)
---------------------------

For a detailed list of the closed issues and pull requests from this release,
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v0.9.21).

- Added `supports_shift_constant`.
- Improve performance of bridging quadratic constraints.
- Add precompilation statements.
- Large improvements to the documentation.
- Fix a variety of inference issues, benefiting precompilation and reducing
initial latency.
- `RawParameter`s are now ignored when resetting a `CachingOptimizer`.
Previously, changing the underlying optimizer after `RawParameter`s were set
would throw an errror.
- `Utilities.AbstractModel` is being refactored. This may break users
interacting with private fields of a model generated using `@model`.

v0.9.20 (February 20, 2021)
---------------------------

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 = "MathOptInterface"
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
version = "0.9.20"
version = "0.9.21"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down

2 comments on commit 41ba192

@odow
Copy link
Member Author

@odow odow commented on 41ba192 Apr 23, 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/35098

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.9.21 -m "<description of version>" 41ba1926737db41c3ab90f9293f2208b88fd8227
git push origin v0.9.21

Please sign in to comment.