Skip to content

Commit e512af8

Browse files
odowblegat
andauthored
Fill news for v0.9.15 (#1155)
* Fill news for v0.9.15 * Update NEWS * Reword costs * Update NEWS.md Co-authored-by: Benoît Legat <benoit.legat@gmail.com>
1 parent bf946e8 commit e512af8

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

NEWS.md

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

4+
v0.9.15 (September 14, 2020)
5+
---------------------------
6+
7+
For a detailed list of the closed issues and pull requests from this release,
8+
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v0.9.15).
9+
10+
A summary of changes are as follows:
11+
12+
- Bridges improvements:
13+
- (R)SOCtoNonConvexQuad bridge
14+
- ZeroOne bridge
15+
- Use `supports_add_constrained_variable` in `LazyBridgeOptimizer`
16+
- Exposed `VariableBridgeCost` and `ConstraintBridgeCost` attributes
17+
- Prioritize constraining variables on creation according to these costs
18+
- Refactor bridge debugging
19+
- Large performance improvements across all submodules
20+
- Lots of documentation improvements
21+
- FileFormats improvements:
22+
- Update MathOptFormat to v0.5
23+
- Fix supported objectives in `FileFormats`
24+
- Testing improvements:
25+
- Add name option for `basic_constraint_test`
26+
- Bug fixes and missing methods
27+
- Add `length` for iterators
28+
- Fix bug with duplicate terms
29+
- Fix order of `LinearOfConstraintIndices`
30+
431
v0.9.14 (May 30, 2020)
532
---------------------
633

0 commit comments

Comments
 (0)