Skip to content

Commit 9a68704

Browse files
authored
Merge pull request #667 from JuliaOpt/bl/newsMOIv0.8.2
[ci skip] Add NEWS for MOI v0.8.2
2 parents 66d3754 + f04b348 commit 9a68704

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

NEWS.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
MathOptInterface (MOI) release notes
22
====================================
33

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+
433
v0.8.1 (January 7, 2019)
534
-------------------------
635

0 commit comments

Comments
 (0)