From da5c7af995469d91002553b7ced8983001b21c26 Mon Sep 17 00:00:00 2001 From: Martin Fitzner Date: Tue, 16 Apr 2024 11:22:14 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b92db10af..3a975f9a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Acquisition functions are now their own objects - `acquisition_function_cls` constructor parameter renamed to `acquisition_function` - User guide now explains the new objective classes +- Telemetry deactivation warning is only shown to developers ### Removed - `model_params` attribute from `Surrogate` base class, `GaussianProcessSurrogate` and