Skip to content

Commit 874e7be

Browse files
authored
Prep for v1.10.0 (#2054)
1 parent e93be5c commit 874e7be

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MathOptInterface"
22
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3-
version = "1.9.0"
3+
version = "1.10.0"
44

55
[deps]
66
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

docs/src/release_notes.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Release notes
22

3+
## v1.10.0 (November 22, 2022)
4+
5+
For a detailed list of the closed issues and pull requests from this release,
6+
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v1.10.0).
7+
8+
### New features
9+
10+
- Added new methods `set(::OptimizerWithAttributes, ::RawOptimizerAttribute, value)`
11+
and `get(::OptimizerWithAttributes, ::RawOptimizerAttribute)`
12+
- Added new methods `Utilities.DoubleDicts.outer_keys(d::AbstractDoubleDict)`
13+
and `Utilities.DoubleDicts.nonempty_outer_keys(d::AbstractDoubleDict)`
14+
15+
### Bug fixes
16+
17+
- Fix `Bridges.Objective.SlackBridge` when the objective function is
18+
complex-valued
19+
- Fix docstring of `Test.runtests` to clarify the `warn_unsupported `argument
20+
- Fix reading of free variables in `FileFormats.LP`
21+
- Fix numerous edge cases reading files from QPLIB using `FileFormats.LP`
22+
- Fix situations in which `x^y` returns a complex value in `Nonlinear`
23+
24+
### Performance and maintenance
25+
26+
- Improved the error message thrown when a user-defined nonlinear function does
27+
not accept splatted input
28+
- Remove specialized iterators for `keys` and `values` in
29+
`Utilities.CleverDicts`
30+
331
## v1.9.0 (October 29, 2022)
432

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

0 commit comments

Comments
 (0)