File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 1.12 .0"
3+ version = " 1.13 .0"
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change @@ -7,6 +7,30 @@ CurrentModule = MathOptInterface
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## v1.13.0 (February 28, 2022)
11+
12+ ### Added
13+
14+ - Added [ ` Bridges.Constraint.NumberConversionBridge ` ] ( @ref ) (#2091 )
15+ - Added [ ` Parameter ` ] ( @ref ) set (#2095 ) (#2105 ) (#2106 ) (#2109 )
16+ - Added ` with_cache_type ` argument to [ ` instantiate ` ] ( @ref ) (#2097 )
17+ - Added support for [ ` HermitianPositiveSemidefiniteConeTriangle ` ] ( @ref ) in
18+ ` Utilities.Model ` (#2100 )
19+
20+ ### Fixed
21+
22+ - Fixed bug when ` Utilities.@product_of_sets ` is empty (#2101 )
23+ - Fixed [ ` Bridges.print_active_bridges ` ] ( @ref ) when variable bridge is an
24+ [ ` AbstractScalarSet ` ] ( @ref ) (#2107 )
25+
26+ ### Other
27+
28+ - Added tests for vector-valued objective functions in ` FileFormats.MOF ` (#2093 )
29+ - Used and documented preference for ` import MathOptInterface as MOI ` (#2096 )
30+ - Fix and test links in the documentation with ` linkcheck = true ` (#2098 )
31+ - Improved docstrings of sets in ` src/sets.jl ` (#2099 )
32+ - Skip checking flakey links in documentation with ` linkcheck_ignore ` (#2103 )
33+
1034## v1.12.0 (February 10, 2022)
1135
1236### Added
You can’t perform that action at this time.
0 commit comments