From 3aed2fe6b25540155a3549bf085a839e2922ca10 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Sep 2024 15:57:31 +0000 Subject: [PATCH] chore(release): 0.28.0 [skip ci] ## [0.28.0](https://github.com/Safe-DS/Library/compare/v0.27.0...v0.28.0) (2024-09-17) ### Features * hyperparameter optimization for classical models ([#843](https://github.com/Safe-DS/Library/issues/843)) ([d8f7491](https://github.com/Safe-DS/Library/commit/d8f7491fa556def596ce7b006053a4c03e6b9e3d)), closes [#264](https://github.com/Safe-DS/Library/issues/264) * hyperparamteroptimization for rnns and cnns ([#923](https://github.com/Safe-DS/Library/issues/923)) ([b1e8933](https://github.com/Safe-DS/Library/commit/b1e8933b0cf9ac2a30dc0ecec4a51fd76ab0fc40)), closes [#912](https://github.com/Safe-DS/Library/issues/912) --- docs/CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ff9307963..ded95edfc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.28.0](https://github.com/Safe-DS/Library/compare/v0.27.0...v0.28.0) (2024-09-17) + +### Features + +* hyperparameter optimization for classical models ([#843](https://github.com/Safe-DS/Library/issues/843)) ([d8f7491](https://github.com/Safe-DS/Library/commit/d8f7491fa556def596ce7b006053a4c03e6b9e3d)), closes [#264](https://github.com/Safe-DS/Library/issues/264) +* hyperparamteroptimization for rnns and cnns ([#923](https://github.com/Safe-DS/Library/issues/923)) ([b1e8933](https://github.com/Safe-DS/Library/commit/b1e8933b0cf9ac2a30dc0ecec4a51fd76ab0fc40)), closes [#912](https://github.com/Safe-DS/Library/issues/912) + ## [0.27.0](https://github.com/Safe-DS/Library/compare/v0.26.0...v0.27.0) (2024-07-19) ### Features diff --git a/pyproject.toml b/pyproject.toml index 25189de2f..58d15b061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "safe-ds" -version = "0.27.0" +version = "0.28.0" description = "A user-friendly library for Data Science in Python." authors = ["Lars Reimann "] license = "MIT"