Skip to content

Commit 41ba192

Browse files
authored
Prep for 0.9.21 (#1301)
1 parent a56196c commit 41ba192

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

NEWS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
MathOptInterface (MOI) release notes
22
====================================
33

4+
v0.9.21 (April 23, 2021)
5+
---------------------------
6+
7+
For a detailed list of the closed issues and pull requests from this release,
8+
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v0.9.21).
9+
10+
- Added `supports_shift_constant`.
11+
- Improve performance of bridging quadratic constraints.
12+
- Add precompilation statements.
13+
- Large improvements to the documentation.
14+
- Fix a variety of inference issues, benefiting precompilation and reducing
15+
initial latency.
16+
- `RawParameter`s are now ignored when resetting a `CachingOptimizer`.
17+
Previously, changing the underlying optimizer after `RawParameter`s were set
18+
would throw an errror.
19+
- `Utilities.AbstractModel` is being refactored. This may break users
20+
interacting with private fields of a model generated using `@model`.
21+
422
v0.9.20 (February 20, 2021)
523
---------------------------
624

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MathOptInterface"
22
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3-
version = "0.9.20"
3+
version = "0.9.21"
44

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

0 commit comments

Comments
 (0)