From a971e4abbae781f398831ce55efffb25b5fd701c Mon Sep 17 00:00:00 2001 From: be-marc Date: Wed, 6 Nov 2024 16:07:35 +0100 Subject: [PATCH] ... --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 5aad46a9..f32c412e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # bbotk (development version) +* feat: Add new stage `on_result_begin` to `CallbackAsyncTuning` and `CallbackBatchTuning`. +* refactor: Rename stage `on_result` to `on_result_end` in `CallbackAsyncTuning` and `CallbackBatchTuning`. +* docs: Extend the `CallbackAsyncTuning` and `CallbackBatchTuning` documentation. + # bbotk 1.2.0 * feat: `ContextBatch` and `ContextAsync` have a `result_extra` field now to access additional results passed to the instance.