Skip to content

Commit fc89aa4

Browse files
authored
Prep for v1.5.0 (#1918)
1 parent 5a9a729 commit fc89aa4

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MathOptInterface"
22
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3-
version = "1.4.0"
3+
version = "1.5.0"
44

55
[deps]
66
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

docs/src/release_notes.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
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

537
For a detailed list of the closed issues and pull requests from this release,

0 commit comments

Comments
 (0)