Skip to content

Commit 2e7b323

Browse files
authored
Update release_notes.md (#1687)
* Update release_notes.md * Update release_notes.md
1 parent 7160577 commit 2e7b323

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

docs/src/release_notes.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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

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

0 commit comments

Comments
 (0)