v0.10.6
·
829 commits
to master
since this release
MathOptInterface v0.10.6
Closed issues:
- What to do with constants for results of InfeasibilityCertificate (#433)
- Update MOI.Test to support any coefficient that is a subtype of Real (#841)
- Matrix bounds (#942)
- Add tests for DualObjectiveValue when infeasible (#1201)
- Add solver READMEs to documentation (#1633)
- Automatic fallback in CachingOptimizer (#1310)
- Bridges fail test_model_LowerBoundAlreadySet test (#1431)
- InexactError: trunc(Int64, x) where x is large (#1658)
- NL.copy_to does not check for attributes (#1514)
- Common test failures to investigate (#1571)
- Unsupported attributes (#1614)
- Exclude nonconvex quadratic test (#1621)
- StackOverflow with copy_to (#1636)
- Add a way to add tests without breaking solvers (#1661)
- Make MockOptimizer generic (#1669)
- CachingOptimizer shouldn't map Model and Optimizer attributes (#1670)
- Tests should allow LOCALLY_INFEASIBLE (#1671)
- Integrating MOI into an industry-scale project (e.g. constraint management) (#1679)
Merged pull requests:
- Export num_rows (#1644) (@blegat)
- Fix tests names (#1649) (@joaquimg)
- Fix citation in readme (#1651) (@joaquimg)
- General edit of the docs (#1652) (@odow)
- Fix StackOverflow with copy_to (#1653) (@odow)
- [docs] Remove release_notes.md from pdf build (#1654) (@odow)
- [Bridges] throw better error for nonconvex quadratic constraints (#1655) (@odow)
- [Utilties] don't throw UnsupportedAttribute in pass_attributes (#1656) (@odow)
- [FileFormats] fix copy_to for FileFormats.NL (#1657) (@odow)
- [FileFormats.NL] Fix printing of large integers (#1659) (@odow)
- Add docs and tests for infeasibility certificates (#1660) (@odow)
- [Test] add version_added to better control MOI.Test.runtests (#1662) (@odow)
- [doc] clarify documentation of solvers (#1663) (@odow)
- Remove source of common test failure in LowerBoundAlreadySet (#1664) (@odow)
- [Test] update for generic coefficient types (#1667) (@odow)
- [Test] add generic number types in test_linear (#1668) (@odow)
- [Utilities] fix fallback of map_indices (#1672) (@odow)
- [Test] add config.infeasible_status (#1673) (@odow)
- [Utilities] use ConstraintPrimal fallback in CachingOptimizer (#1674) (@odow)
- [Test] add generic number types in test_constraint (#1676) (@odow)
- [Utilities] Support generic number type in MockOptimizer (#1677) (@odow)
- [Test] add generic number types in test_solve (#1678) (@odow)
- [Test] simplify type check in test_nonlinear (#1680) (@odow)
- [Test] add more generic number type support (#1681) (@odow)
- Fix bug in CachingOptimizer ConstraintPrimal (#1682) (@odow)
- [Test] add generic number types in test_conic (#1683) (@odow)
- [Test] fix test_model_copy_to_ tests (#1686) (@odow)
- Update release_notes.md (#1687) (@odow)
- Fix version_added for infeasibility tests (#1688) (@odow)
- [Test] fix missing config in _test_det_cone_helper (#1689) (@odow)
- Prep for v0.10.6 (#1691) (@odow)