|
1 | 1 | MathOptInterface (MOI) release notes
|
2 | 2 | ====================================
|
3 | 3 |
|
| 4 | +v0.8.2 (February ??, 2019) |
| 5 | +------------------------- |
| 6 | + |
| 7 | +- Add `RawStatusString` attribute (#629). |
| 8 | +- Do not set names to the optimizer but only to the cache in `CachingOptimizer` |
| 9 | + (#638). |
| 10 | +- Make scalar MOI functions act as scalars in broadcast (#646). |
| 11 | +- Add function utilities: |
| 12 | + * Implement `Base.zero` (#634), `Base.iszero` (#643), add missing arithmetic |
| 13 | + operations (#644, #645) and fix division (#648). |
| 14 | + * Add a `vectorize` function that turns a vector of `ScalarAffineFunction` |
| 15 | + into a `VectorAffineFunction` (#642). |
| 16 | +- Improve support for starting values: |
| 17 | + * Show a warning in copy when starting values are not supported instead of |
| 18 | + throwing an error (#630). |
| 19 | + * Fix `UniversalFallback` for getting an variable or constraint attribute set to |
| 20 | + no indices (#623). |
| 21 | + * Add a test in `contlineartest` with partially set `VariablePrimalStart`. |
| 22 | +- Bridges improvements: |
| 23 | + * Fix `StackOverFlow` in `LazyBridgeOptimizer` when there is a cycle in the |
| 24 | + graph of bridges. |
| 25 | + * Add `Slack` bridges (#610, #650). |
| 26 | + * Add `FlipSign` bridges (#658). |
| 27 | +- Add tests with duplicate coefficients in `ScalarAffineFunction` and |
| 28 | + `VectorAffineFunction` (#639). |
| 29 | +- Use tolerance to compare `VariablePrimal` in `rotatedsoc1` test (#632). |
| 30 | +- Use a zero constant in `ScalarAffineFunction` of constraints in `psdt2` |
| 31 | + (#622). |
| 32 | + |
4 | 33 | v0.8.1 (January 7, 2019)
|
5 | 34 | -------------------------
|
6 | 35 |
|
|
0 commit comments