Skip to content

Commit

Permalink
Merge pull request #970 from JuliaOpt/bl/newsv0.9.8
Browse files Browse the repository at this point in the history
NEWS for v0.9.8
  • Loading branch information
blegat committed Dec 18, 2019
2 parents 762fcf4 + ff0d317 commit 071e06d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
MathOptInterface (MOI) release notes
====================================

v0.9.8 (December 18, 2019)
---------------------

- Implemented MutableArithmetics API (#924).
- Fixed callbacks with `CachingOptimizer` (#959).
- Fixed `MOI.dimension` for `MOI.Complements` (#948).
- Added `is_diagonal_vectorized_index` utility (#965).
- Improved linear constraints display in manual (#963, #964).
- Bridges improvements:
* Added `IndicatorSet` to `SOS1` bridge (#877).
* Added support for starting values for `Variable.VectorizeBridge` (#944).
* Fixed `MOI.add_constraints` with non-bridged variable constraint on bridged
variable (#951).
* Fixed corner cases and docstring of geomean bridge (#961, #962, #966).
* Improve performance of bridge shortest path (#945, #946, #956).
* Added docstring for `test_delete_bridge` (#954).
* Added Variable bridge tests (#952).

v0.9.7 (October 30, 2019)
---------------------

Expand Down

0 comments on commit 071e06d

Please sign in to comment.