From 1125647367367f778f9fb796dcb9b119c125128e Mon Sep 17 00:00:00 2001 From: AdrianSosic Date: Tue, 9 Apr 2024 11:57:02 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aeae0b11..c7c6e736a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `acquisition_function_cls` constructor parameter for `BayesianRecommender` - `VarUCB` and `qVarUCB` acquisition functions +### Expired Deprecations (from 0.6.*) +- `BayBE` class +- `baybe.surrogate` module +- `baybe.targets.Objective` class +- `baybe.strategies.Strategy` class + ## [0.8.2] - 2024-03-27 ### Added - Simulation user guide