File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ` ,
You can’t perform that action at this time.
0 commit comments