From 1362efba5fcfb69e127babb186edf6bde3518e9d Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Sun, 5 May 2024 01:49:40 +0200 Subject: [PATCH 1/2] Edit changelog. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f7a42b93..a140e2c12b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ tocdepth: 2 # Release Notes -## Version 0.10.0 (to be released) +## Version 0.10.0 (May, 5th, 2024) A major update to the BOOMER algorithm that introduces the following changes. @@ -26,7 +26,7 @@ This release comes with several API changes. For an updated overview of the avai ### Additions to the Command Line API -- **Information abused to implementout the program can now be printed** via the argument `-v` or `--version`. +- **Information about the program can now be printed** via the argument `-v` or `--version`. - **Data characteristics do now include the number of ordinal attributes** when printed on the console or written to a file via the command line argument `--print-data-characteristics` or `--store-data-characteristics`. ### Bugfixes @@ -41,7 +41,7 @@ This release comes with several API changes. For an updated overview of the avai ### Quality-of-Life Improvements - 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. +- A build option that allows disabling 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. - Added support for unit testing the project's C++ code. Compilation of the tests can be disabled via a build option. - The Python code is now checked for common issues by applying `pylint` via continuous integration. From a6700062d93758cdb6bcf6fa6ba53c089c70ac70 Mon Sep 17 00:00:00 2001 From: michael-rapp <6638695+michael-rapp@users.noreply.github.com> Date: Sat, 4 May 2024 23:50:48 +0000 Subject: [PATCH 2/2] [Bot] Merge bugfix into feature branch. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index f514a2f0bd..2774f8587f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1 \ No newline at end of file +0.10.0 \ No newline at end of file