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 1
1
name = " MathOptInterface"
2
2
uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3
- version = " 1.12 .0"
3
+ version = " 1.13 .0"
4
4
5
5
[deps ]
6
6
BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change @@ -7,6 +7,30 @@ CurrentModule = MathOptInterface
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
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
+
10
34
## v1.12.0 (February 10, 2022)
11
35
12
36
### Added
You can’t perform that action at this time.
0 commit comments