Skip to content

Commit 3cc4c94

Browse files
committed
Update CHANGELOG
1 parent fa78764 commit 3cc4c94

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9+
- `coefficients` attribute for `DiscreteSumConstraint`, enabling weighted sums. Follows
10+
the same pattern as `ContinuousLinearConstraint.coefficients`
11+
- `simplex_coefficients` keyword argument to `SubspaceDiscrete.from_simplex` for
12+
weighted simplex sum constraints
913
- Support for Python 3.14
1014
- Support for pandas 3
1115
- `Settings` class for unified and streamlined settings management
@@ -40,6 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4044
### Breaking Changes
4145
- `parameter_cartesian_prod_pandas` and `parameter_cartesian_prod_polars` moved
4246
from `baybe.searchspace.discrete` to `baybe.searchspace.utils`
47+
- All optional arguments of `SubspaceDiscrete.from_simplex` after `simplex_parameters`
48+
are now keyword-only
4349
- `ContinuousLinearConstraint.to_botorch` now returns a collection of constraint tuples
4450
instead of a single tuple (needed for interpoint constraints)
4551
- `Kernel.to_gpytorch` now takes a `SearchSpace` instead of explicit `ard_num_dims`,

0 commit comments

Comments
 (0)