Skip to content

Commit b719d33

Browse files
authored
Fill up NEWS for MOI v0.9.20 (#1248)
1 parent 4aebdf3 commit b719d33

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

NEWS.md

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

4+
v0.9.20 (February 20, 2021)
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.20).
9+
10+
- Improved performance of `Utilities.ScalarFunctionIterator`
11+
- Added support for `compute_conflict` to MOI layers
12+
- Added test with zero off-diagonal quadratic term in objective
13+
- Fixed double deletion of nested bridged `SingleVariable`/`VectorOfVariables`
14+
constraints
15+
- Fixed modification of un-set objective
16+
- Fixed function modification with duplicate terms
17+
- Made unit tests abort without failing if the problem class is not supported
18+
- Formatted code with JuliaFormatter
19+
- Clarified `BasisStatusCode`'s docstring
20+
421
v0.9.19 (December 1, 2020)
522
---------------------------
623

0 commit comments

Comments
 (0)