Skip to content

Populate NEWS v0.6 #471

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 18, 2018
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
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ MathOptInterface (MOI) release notes
v0.6.0 (August ??, 2018)
-----------------------

- Add result fallback for `ConstraintDual` of variable-wise constraint,
`ConstraintPrimal` and `ObjectiveValue`.
- Add tests for `ObjectiveBound`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This refers to the PR that hasn't been merged yet, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it refers to #446

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ok

- Add test for empty row in vector linear constraint.
- Rework errors: `CannotError` has been renamed `NotAllowedError` and
the distinction between `UnsupportedError` and `NotAllowedError` is now
about whether the element is not supported (i.e. it cannot be copied a
Expand Down