File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
MathOptInterface (MOI) release notes
2
2
====================================
3
3
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
+
4
22
v0.9.20 (February 20, 2021)
5
23
---------------------------
6
24
Original file line number Diff line number Diff line change 1
1
name = " MathOptInterface"
2
2
uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3
- version = " 0.9.20 "
3
+ version = " 0.9.21 "
4
4
5
5
[deps ]
6
6
BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
You can’t perform that action at this time.
0 commit comments