|
1 | 1 | MathOptInterface (MOI) release notes |
2 | 2 | ==================================== |
3 | 3 |
|
| 4 | +v0.9.14 (May 30, 2020) |
| 5 | +--------------------- |
| 6 | + |
| 7 | +- Add a solver-independent interface for accessing the set of conflicting |
| 8 | + constraints an Irreducible Inconsistent Subsystem (#1056). |
| 9 | +- Bump JSONSchema dependency from v0.2 to v0.3 (#1090). |
| 10 | +- Documentation improvements: |
| 11 | + * Fix typos (#1054, #1060, #1061, #1064, #1069, #1070). |
| 12 | + * Remove the outdated recommendation for a package implementing MOI for a |
| 13 | + solver `XXX` to be called `MathOptInterfaceXXX` (#1087). |
| 14 | +- Utilities improvements: |
| 15 | + * Fix `is_canonical` for quadratic functions (#1081, #1089). |
| 16 | + * Implement `add_constrained_variable[s]` for `CachingOptimizer` |
| 17 | + so that it is added as constrained variables to the underlying optimizer (#1084). |
| 18 | + * Add support for custom objective functions for |
| 19 | + `UniversalFallback` (#1086). |
| 20 | + * Deterministic ordering of constraints in `UniversalFallback` (#1088). |
| 21 | +- Testing improvements: |
| 22 | + * Add `NormOneCone`/`NormInfinityCone` tests (#1045). |
| 23 | +- Bridges improvements: |
| 24 | + * Add bridges from `Semiinteger` and `Semicontinuous` (#1059). |
| 25 | + * Implement getting `ConstraintSet` for `Variable.FlipSignBridge` (#1066). |
| 26 | + * Fix setting `ConstraintFunction` for `Constraint.ScalarizeBridge` (#1093). |
| 27 | + * Fix `NormOne`/`NormInf` bridges with nonzero constants (#1045). |
| 28 | + * Fix StackOverflow in `debug` (#1063). |
| 29 | +- FileFormats improvements: |
| 30 | + * [SDPA] Implement the extension for integer variables (#1079). |
| 31 | + * [SDPA] Ignore comments aftere `m` and `nblocks` and detect `dat-s` extension (#1077). |
| 32 | + * [SDPA] No scaling of off-diagonal coefficient (#1076). |
| 33 | + * [SDPA] Add missing negation of constant (#1075). |
| 34 | + |
4 | 35 | v0.9.13 (March 24, 2020) |
5 | 36 | --------------------- |
6 | 37 |
|
|
0 commit comments