File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 1.9 .0"
3+ version = " 1.10 .0"
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change 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
533For a detailed list of the closed issues and pull requests from this release,
You can’t perform that action at this time.
0 commit comments