Skip to content

Commit 9270560

Browse files
authored
Prep for v1.18.0 (#2217)
1 parent 95036fb commit 9270560

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-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.17.1"
3+
version = "1.18.0"
44

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

docs/src/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ CurrentModule = MathOptInterface
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## v1.18.0 (June 23, 2023)
11+
12+
### Added
13+
14+
- Added `Bridges.Objective.SlackBridgePrimalDualStart` (#2194)
15+
- Added [`constraint_gradient_structure`](@ref) and
16+
[`eval_constraint_gradient`](@ref) (#2200)
17+
18+
### Fixed
19+
20+
- Fixed a missing `@require` in `MOI.Test` (#2195) (#2196)
21+
- Fixed incorrect usage of `Utilities.operate!` in bridges (#2207) (#2216)
22+
- Fixed splatting nonlinear expression with univariate operator (#2221)
23+
24+
### Other
25+
26+
- Removed unused argument names (#2199)
27+
- Reduced memory requirement for tests (#2204)
28+
- Refactored `Utilities.promote_operation` (#2206)
29+
- Improved code style in `Utilities/mutable_arithmetics.jl` (#2209)
30+
- Refactored various methods in `Utilities/functions.jl` (#2208) (#2212)
31+
(#2213) (#2214) (#2215)
32+
1033
## v1.17.1 (June 6, 2023)
1134

1235
### Fixed

0 commit comments

Comments
 (0)