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,7 +1,7 @@
name = "ParametricOptInterface"
uuid = "0ce4ce61-57bf-432b-a095-efac525d185e"
authors = ["Tomás Gutierrez <tomasfmgutierrez@gmail.com>"]
version = "0.14.3"
version = "0.15.0"

[deps]
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Expand Down
6 changes: 4 additions & 2 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ CurrentModule = ParametricOptInterface
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).

## Version 0.15.0 (February 19, 2026)
## Version 0.15.0 (February 24, 2026)

This breaking release removes a number of ParametricOptInterface-specific
features in favor of the officially supported MathOptInterface functions for
dealing with parameters.

### Breaking

- Removed `QuadraticObjectiveCoef` (#213)
- Removed `QuadraticObjectiveCoef` (#213), (#224), (#225)

This breaking change removed `QuadraticObjectiveCoef` and all related
functions.
Expand Down Expand Up @@ -71,3 +71,5 @@ dealing with parameters.
- Make the explanation a separate page (#217)
- Increase coverage (#218)
- Run the benchmarks in CI to ensure they stay updated (#220)
- Added this changelog (#221)
- Added a cleanup action (#222)
Loading