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 = " 1.4 .0"
3+ version = " 1.5 .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.5.0 (June 27, 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.5.0 ) .
7+
8+ ### New features
9+
10+ - Added ` GetAttributeNotAllowed ` for solvers to indicate when getting an
11+ attribute encounters an error
12+ - Added ` Utilities.get_fallback ` support for ` ObjectiveValue ` and
13+ ` DualObjectiveValue `
14+ - Added new bridges:
15+ - ` RootDetConeSquare ` to ` RootDetConeTriangle `
16+ - ` LogDetConeSquare ` to ` LogDetConeTriangle `
17+ - ` BinPacking ` to a mixed-integer linear program
18+ - ` Table ` to a mixed-integer linear program
19+ - Added ` Bridges.print_active_bridges ` to display the current optimal
20+ hyper-path in a ` Bridges.LazyBridgeOptimizer `
21+
22+ ### Bug fixes
23+
24+ - Fixed ` ZeroOne ` tests with lower and upper bounds
25+ - Fixed error in ` FileFormats.LP ` when reading a malformed file
26+ - Fixed reading of nonlinear programs in ` FileFormats.MOF `
27+ - Fixed bug in ` ConstraintDual ` when using ` SquareBridge `
28+
29+ ### Performance and maintenance
30+
31+ - Improved documentation of nonlinear API
32+ - Documented duality convention for ` PositiveSemidefiniteConeSquare ` sets
33+ - Fixed typo in ` Bridges.Constraint.QuadToSOCBridge ` docstring
34+
335## v1.4.0 (June 9, 2022)
436
537For 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