From e0ad94f23da6c256ae2badef381e169022c217b7 Mon Sep 17 00:00:00 2001 From: ThibaultFy Date: Tue, 5 Mar 2024 10:27:02 +0100 Subject: [PATCH] chore: changelog Signed-off-by: ThibaultFy --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3278026..ad135432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ scores, intermediate_state_train, intermediate_state_agg = simulate_experiment( ### Changed +- Bump documentation dependencies to Sphinx 7.2.6 ([#195](https://github.com/Substra/substrafl/pull/195)) - The predict task does not exist anymore. The evaluation of a model is done in a single task [#177](https://github.com/Substra/substrafl/pull/177) - `Strategy` implement an `evaluate` method, with the `@remote_data` decorator, to compute the evaluation of the model. The `evaluate` method is the same for all strategies [#177](https://github.com/Substra/substrafl/pull/177) - BREAKING: the `perform_predict` method of `Strategy` changed in favor of `perform_evaluation` that calls the new `evaluate` method [#177](https://github.com/Substra/substrafl/pull/177)