Skip to content

Commit 2219828

Browse files
authored
Prep for v0.15.2 (#238)
1 parent 5124c2f commit 2219828

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ParametricOptInterface"
22
uuid = "0ce4ce61-57bf-432b-a095-efac525d185e"
33
authors = ["Tomás Gutierrez <tomasfmgutierrez@gmail.com>"]
4-
version = "0.15.1"
4+
version = "0.15.2"
55

66
[deps]
77
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"

docs/src/changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ CurrentModule = ParametricOptInterface
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+
## Version 0.15.2 (March 15, 2026)
11+
12+
### Fixed
13+
14+
- `MOI.VectorQuadraticFunction` with no parameters properly handled (#231)
15+
- Fix `ListOfParametricConstraintTypesPresent` and `compute_conflict!` for `VectorQuadraticFunctions` (#235)
16+
- Fixes in cubic function handling and constraint interpretation (#234)
17+
18+
### Other
19+
20+
- More efficient cubic functions (#233)
21+
- More efficient `VectorQuadraticFunctions` (#235)
22+
- More homogeneous internal code (#232)
23+
- Add docs to internal functions (#236)
24+
- More unit tests (#237)
25+
1026
## Version 0.15.1 (March 2, 2026)
1127

1228
### Added

0 commit comments

Comments
 (0)