Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/src/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Release notes

## v0.10.6 (In development)

### New features

- Added new documentation and tests for infeasibility certificates
- Added a version control system for the tests in `MOI.Test.runtests`. Pass
`exclude_tests_after = v"0.10.5"` to run tests added in v0.10.5 and earlier.
- `MOI.Test.runtests` now supports generic number types. To specify the number
type `T`, pass `MOI.Test.Config(T)`.
- Added `infeasible_status` to `MOI.Test.Config` for solvers which return
`LOCALLY_INFEASIBLE`
- CachingOptimizers now use a fallback for `ConstraintPrimal`. This should
enable solvers using a CachingOptimizer to pass tests requiring
`ConstraintPrimal`.

### Bug fixes

- Fixed a StackOverflow bug in `copy_to`
- Fixed error thrown when nonconvex quadratic constraints cannot be bridged
- Fixed a bug in `copy_to` for `FileFormats.NL.Model`
- Fixed a bug in `FileFormats.NL` when printing large integers
- Remove a common test failure for `LowerBoundAlreadySet` tests
- `Utilities.num_rows` is now exported

## v0.10.5 (November 7, 2021)

For a detailed list of the closed issues and pull requests from this release,
Expand Down