Skip to content

Commit 65bb3d4

Browse files
committed
Update CHANGELOG
1 parent a5a3ec4 commit 65bb3d4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Breaking Changes
9+
- All optional arguments of `SubspaceDiscrete.from_simplex` after `simplex_parameters`
10+
are now keyword-only
11+
12+
### Added
13+
- `coefficients` attribute for `DiscreteSumConstraint`, enabling weighted sums. Follows
14+
the same pattern as `ContinuousLinearConstraint.coefficients`
15+
- `simplex_coefficients` keyword argument to `SubspaceDiscrete.from_simplex` for
16+
weighted simplex sum constraints
17+
818
### Changed
919
- `BOTORCH` GP preset now includes `BetaPrior(2.5, 1.5)` for the task covariance
1020
kernel in multi-task scenarios, matching BoTorch's `MultiTaskGP` defaults introduced
1121
in version `0.18.0`
1222
- The `BOTORCH` GP preset now requires BoTorch `>= 0.18.0` and raises an
1323
`IncompatibilityError` if an older version is installed
24+
- `DiscreteSumConstraint`, `ContinuousLinearConstraint`, and
25+
`SubspaceDiscrete.from_simplex` now forbid 0 as coefficients
26+
- `SubspaceDiscrete.from_simplex` no longer requires non-negative parameter values
1427

1528
## [0.15.0] - 2026-06-11
1629
### Breaking Changes

0 commit comments

Comments
 (0)