Skip to content
Merged
Show file tree
Hide file tree
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
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.17.1"
version = "1.18.0"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
23 changes: 23 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ CurrentModule = MathOptInterface
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.18.0 (June 23, 2023)

### Added

- Added `Bridges.Objective.SlackBridgePrimalDualStart` (#2194)
- Added [`constraint_gradient_structure`](@ref) and
[`eval_constraint_gradient`](@ref) (#2200)

### Fixed

- Fixed a missing `@require` in `MOI.Test` (#2195) (#2196)
- Fixed incorrect usage of `Utilities.operate!` in bridges (#2207) (#2216)
- Fixed splatting nonlinear expression with univariate operator (#2221)

### Other

- Removed unused argument names (#2199)
- Reduced memory requirement for tests (#2204)
- Refactored `Utilities.promote_operation` (#2206)
- Improved code style in `Utilities/mutable_arithmetics.jl` (#2209)
- Refactored various methods in `Utilities/functions.jl` (#2208) (#2212)
(#2213) (#2214) (#2215)

## v1.17.1 (June 6, 2023)

### Fixed
Expand Down