Skip to content

Commit

Permalink
Prep for v1.10.0 (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 22, 2022
1 parent e93be5c commit 874e7be
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MathOptInterface"
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
version = "1.9.0"
version = "1.10.0"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
28 changes: 28 additions & 0 deletions docs/src/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Release notes

## v1.10.0 (November 22, 2022)

For a detailed list of the closed issues and pull requests from this release,
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v1.10.0).

### New features

- Added new methods `set(::OptimizerWithAttributes, ::RawOptimizerAttribute, value)`
and `get(::OptimizerWithAttributes, ::RawOptimizerAttribute)`
- Added new methods `Utilities.DoubleDicts.outer_keys(d::AbstractDoubleDict)`
and `Utilities.DoubleDicts.nonempty_outer_keys(d::AbstractDoubleDict)`

### Bug fixes

- Fix `Bridges.Objective.SlackBridge` when the objective function is
complex-valued
- Fix docstring of `Test.runtests` to clarify the `warn_unsupported `argument
- Fix reading of free variables in `FileFormats.LP`
- Fix numerous edge cases reading files from QPLIB using `FileFormats.LP`
- Fix situations in which `x^y` returns a complex value in `Nonlinear`

### Performance and maintenance

- Improved the error message thrown when a user-defined nonlinear function does
not accept splatted input
- Remove specialized iterators for `keys` and `values` in
`Utilities.CleverDicts`

## v1.9.0 (October 29, 2022)

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

2 comments on commit 874e7be

@odow
Copy link
Member Author

@odow odow commented on 874e7be Nov 22, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/72624

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.10.0 -m "<description of version>" 874e7befd1270f185414b1f490c3518ee2e37f3f
git push origin v1.10.0

Please sign in to comment.