From c5dccf3d5317465e73e2813028f3cce4c1ab5e3a Mon Sep 17 00:00:00 2001 From: daniel <1534513+dantp-ai@users.noreply.github.com> Date: Fri, 10 May 2024 21:29:50 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d03d6676..5a7225dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,6 +87,7 @@ instead of just `nn.Module`. #1032 Can be considered a bugfix. #1063 - The methods `to_numpy` and `to_torch` in are not in-place anymore (use `to_numpy_` or `to_torch_` instead). #1098, #1117 + - The method `Batch.is_empty` has been removed. Instead, the user can simply check for emptiness of Batch by using `len` on dicts. #1144 - Logging: - `BaseLogger.prepare_dict_for_logging` is now abstract. #1074 - Removed deprecated and unused `BasicLogger` (only affects users who subclassed it). #1074