Skip to content

Commit

Permalink
chore(release): 0.28.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
semantic-release-bot committed Sep 17, 2024
1 parent a305159 commit 3aed2fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3aed2fe

Please sign in to comment.