Skip to content

Commit 3aed2fe

Browse files
chore(release): 0.28.0 [skip ci]
## [0.28.0](v0.27.0...v0.28.0) (2024-09-17) ### Features * hyperparameter optimization for classical models ([#843](#843)) ([d8f7491](d8f7491)), closes [#264](#264) * hyperparamteroptimization for rnns and cnns ([#923](#923)) ([b1e8933](b1e8933)), closes [#912](#912)
1 parent a305159 commit 3aed2fe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.28.0](https://github.com/Safe-DS/Library/compare/v0.27.0...v0.28.0) (2024-09-17)
2+
3+
### Features
4+
5+
* 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)
6+
* 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)
7+
18
## [0.27.0](https://github.com/Safe-DS/Library/compare/v0.26.0...v0.27.0) (2024-07-19)
29

310
### Features

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "safe-ds"
3-
version = "0.27.0"
3+
version = "0.28.0"
44
description = "A user-friendly library for Data Science in Python."
55
authors = ["Lars Reimann <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)