File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MathOptInterface (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+
422v0.9.20 (February 20, 2021)
523---------------------------
624
Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 0.9.20 "
3+ version = " 0.9.21 "
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
You can’t perform that action at this time.
0 commit comments