From 9d2bec41ae3f79374679c90fe7a5f7ef9309fef1 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Thu, 7 Nov 2024 00:04:13 +0100 Subject: [PATCH 1/3] Remove upcoming release from CHANGELOG.md. --- CHANGELOG.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e90a7b268..0c9eea494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,23 +6,6 @@ tocdepth: 2 # Release Notes -## Version 0.12.0 (to be released) - -A major update to the BOOMER algorithm that comes with the following changes. - -```{warning} -This release comes with several API changes. For an updated overview of the available parameters and command line arguments, please refer to the [documentation](https://mlrl-boomer.readthedocs.io/en/0.11.0/). -``` - -### API Changes - -- The options `min_samples` and `max_samples` have been added to the values of the command line arguments `--feature-sampling` and `--instance-sampling`. -- Similar to other sampling methods, the options `sample_size`, `min_samples`, and `max_samples` can now be specified via the command line argument `--feature-sampling` when set to the value `without-replacement`. - -### Quality-of-Life Improvements - -- C++ 20 is now required for compiling the project. - ## Version 0.11.1 (Sep. 24th, 2024) A bugfix release that fixes the following issues: From 1a787d2517b4b2977083c57def014dc8c6b97663 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Thu, 7 Nov 2024 00:04:17 +0100 Subject: [PATCH 2/3] Add file .changelog-feature.md. --- .changelog-feature.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changelog-feature.md diff --git a/.changelog-feature.md b/.changelog-feature.md new file mode 100644 index 000000000..8b12c5731 --- /dev/null +++ b/.changelog-feature.md @@ -0,0 +1,8 @@ +# API Changes + +- The options `min_samples` and `max_samples` have been added to the values of the command line arguments `--feature-sampling` and `--instance-sampling`. +- Similar to other sampling methods, the options `sample_size`, `min_samples`, and `max_samples` can now be specified via the command line argument `--feature-sampling` when set to the value `without-replacement`. + +# Quality-of-Life Improvements + +- C++ 20 is now required for compiling the project. From 599c154c2486266c82968751aebb3786a257bddd Mon Sep 17 00:00:00 2001 From: michael-rapp <6638695+michael-rapp@users.noreply.github.com> Date: Wed, 6 Nov 2024 23:06:57 +0000 Subject: [PATCH 3/3] [Bot] Merge feature into main branch. --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index d33c3a212..afaf360d3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.12.0 \ No newline at end of file +1.0.0 \ No newline at end of file