From 88e8eeb0710ea3e8b7ef47c94af72f4eb703ceb5 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Wed, 28 Feb 2024 23:12:22 +0100 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a761c5c109..53898ff777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ This release comes with several API changes. For an updated overview of the avai ### Quality-of-Life Improvements +- The implementation of feature binning has been reworked in a way that helps avoiding redundant code. - The documentation has been updated to a more modern theme supporting light and dark theme variants. - A build option that allows to disable multi-threading support via OpenMP at compile-time has been added. - The groundwork for GPU support was laid. It can be disabled at compile-time via a build option.