Skip to content

Commit 197424d

Browse files
authored
Prep for v1.16.0 (#2172)
* Prep for v1.16.0 * Update changelog.md * Update changelog.md
1 parent 61067b7 commit 197424d

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-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.15.1"
3+
version = "1.16.0"
44

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

docs/src/changelog.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@ 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.16.0 (May 16, 2023)
11+
12+
### Added
13+
14+
- Added support for MathOptFormat v1.3 and v1.4 (#2158) (#2169)
15+
- Added new method to the nonlinear API (#2162) (#2164)
16+
- [`eval_hessian_constraint`](@ref)
17+
- [`eval_hessian_objective`](@ref)
18+
- [`hessian_constraint_structure`](@ref)
19+
- [`hessian_objective_structure`](@ref)
20+
- Added new sets
21+
- [`NormCone`](@ref) (#2119)
22+
- [`ScaledPositiveSemidefiniteConeTriangle`](@ref) (#2154)
23+
24+
### Fixed
25+
26+
- Fixed support for Julia v1.9 to work around a bug in the upstream Julia
27+
compiler (#2161) (#2163)
28+
- Fixed a correctness bug in [`Bridges.Constraint.HermitianToSymmetricPSDBridge`](@ref)
29+
(#2171)
30+
- Fixed `convert(::VariableIndex, ::ScalarAffineFunction)` when the function
31+
has terms with `0`coefficients (#2173)
32+
33+
### Other
34+
35+
- Fixed `solver-tests.yml` (#2157)
36+
- Updated documentation links to developer chatroom (#2160)
37+
- Added various tests for bridges (#2156)
38+
- Added checklists to the developer documentation (#2167) (#2168)
39+
1040
## v1.15.1 (April 25, 2023)
1141

1242
### Fixed

0 commit comments

Comments
 (0)