File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 0.10.8 "
3+ version = " 0.10.9 "
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change 11# Release notes
22
3+ ## v0.10.9 (February 16, 2022)
4+
5+ For a detailed list of the closed issues and pull requests from this release,
6+ see the [ tag notes] ( https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v0.10.9 ) .
7+
8+ ### New features
9+
10+ - Added ` MOI.Utilities.FreeVariables ` as a new ` VariablesConstrainer ` for conic
11+ solvers
12+ - Added ` MOI.default_cache ` for specifying the model used in ` CachingOptimizer `
13+
14+ ### Bug fixes
15+
16+ - Fixed LaTeX printing of ` MOI.Interval ` sets
17+
18+ ### Performance and maintenance
19+
20+ - Added Aqua.jl as a CI check, and fixed suggested issues. The constructors of
21+ GeoMeanBridge, StructOfConstraints, and CachingOptimizer were changed from
22+ outer to inner constructors. This change is technically breaking, but does
23+ not impact users who followed the documented API.
24+
325## v0.10.8 (February 3, 2022)
426
527For a detailed list of the closed issues and pull requests from this release,
@@ -8,7 +30,7 @@ see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag
830### New features
931
1032 - Added a ` Base.read! ` for ` FileFormats.LP ` .
11-
33+
1234### Bug fixes
1335
1436 - Fixed a bug in ` MutableSparseMatrix `
You can’t perform that action at this time.
0 commit comments