File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 1.5 .0"
3+ version = " 1.6 .0"
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change 11# Release notes
22
3+ ## v1.6.0 (July 2, 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/v1.6.0 ) .
7+
8+ ### New features
9+
10+ - Added ` Bridges.needs_final_touch ` and ` Bridges.final_touch `
11+ - Added new bridges from constraint programming sets to mixed-integer linear
12+ programs:
13+ - ` AllDifferentToCountDistinctBridge `
14+ - ` CountAtLeastToCountBelongsBridge `
15+ - ` CountBelongsToMILPBridge `
16+ - ` CountDistinctToMILPBridge `
17+ - ` CountGreaterThanToMILPBridge `
18+ - ` CircuitToMILPBridge `
19+
20+ ### Bug fixes
21+
22+ - Relax an instance of ` ::Vector ` to ` ::AbstractVector ` in ` MOI.Nonlinear `
23+ - Fix ` BinPackingToMILPBridge ` to respect variable bounds
24+ - Fix ` SemiToBinaryBridge ` to throw error if other bounds are set
25+
326## v1.5.0 (June 27, 2022)
427
528For a detailed list of the closed issues and pull requests from this release,
You can’t perform that action at this time.
0 commit comments