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.15.1"
version = "0.15.2"

[deps]
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Expand Down
16 changes: 16 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ 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.2 (March 15, 2026)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aside: It's the 16th for me! I never really settle on which time zone it should be

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point... if we settle on something, i would say AEO or AEO+1... which would be better for the user that is reading these things?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nah +/- 1 day doesn't really make a difference. I don't think anyone has even noticed before


### Fixed

- `MOI.VectorQuadraticFunction` with no parameters properly handled (#231)
- Fix `ListOfParametricConstraintTypesPresent` and `compute_conflict!` for `VectorQuadraticFunctions` (#235)
- Fixes in cubic function handling and constraint interpretation (#234)

### Other

- More efficient cubic functions (#233)
- More efficient `VectorQuadraticFunctions` (#235)
- More homogeneous internal code (#232)
- Add docs to internal functions (#236)
- More unit tests (#237)

## Version 0.15.1 (March 2, 2026)

### Added
Expand Down
Loading