File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release notes
22
3+ ## v0.10.6 (In development)
4+
5+ ### New features
6+
7+ - Added new documentation and tests for infeasibility certificates
8+ - Added a version control system for the tests in ` MOI.Test.runtests ` . Pass
9+ ` exclude_tests_after = v"0.10.5" ` to run tests added in v0.10.5 and earlier.
10+ - ` MOI.Test.runtests ` now supports generic number types. To specify the number
11+ type ` T ` , pass ` MOI.Test.Config(T) ` .
12+ - Added ` infeasible_status ` to ` MOI.Test.Config ` for solvers which return
13+ ` LOCALLY_INFEASIBLE `
14+ - CachingOptimizers now use a fallback for ` ConstraintPrimal ` . This should
15+ enable solvers using a CachingOptimizer to pass tests requiring
16+ ` ConstraintPrimal ` .
17+
18+ ### Bug fixes
19+
20+ - Fixed a StackOverflow bug in ` copy_to `
21+ - Fixed error thrown when nonconvex quadratic constraints cannot be bridged
22+ - Fixed a bug in ` copy_to ` for ` FileFormats.NL.Model `
23+ - Fixed a bug in ` FileFormats.NL ` when printing large integers
24+ - Remove a common test failure for ` LowerBoundAlreadySet ` tests
25+ - ` Utilities.num_rows ` is now exported
26+
327## v0.10.5 (November 7, 2021)
428
529For a detailed list of the closed issues and pull requests from this release,
You can’t perform that action at this time.
0 commit comments