v0.10.8
·
805 commits
to master
since this release
MathOptInterface v0.10.8
Closed issues:
- Define supports for is_set_by_optimize attributes (#1628)
- Implement read! for LP file format (#1675)
- Sparse conversion broken on julia 1.7.1 for empty MatrixOfConstraints (#1711)
- Bug in PowerCones with MatrixOfConstraints (#1721)
- Deprecated symbols are exported (#1723)
Merged pull requests:
- [Utilities] simplify MutableSparseMatrix to remove final_touch (#1712) (@odow)
- Add LP Base.read! and tests (#1713) (@guilhermebodin)
- Add docs for subfields of AbstractModel (#1715) (@blegat)
- Improve quadratic duality in doc (#1717) (@blegat)
- Fix operate vcat with numbers (#1718) (@blegat)
- Fix PowerCone in MatrixOfConstraints (#1722) (@odow)
- Stop exporting deprecated symbols (#1724) (@odow)
- Prep for v0.10.8 (#1725) (@odow)
- [docs] Add try-catch section on querying attributes (#1726) (@odow)