From 11c080bfa2dfdd9549f7777ccedbe47bd259f195 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:47:14 +0200 Subject: [PATCH] chore: release 0.5.0 (#22) --- CHANGELOG.md | 8 ++++++++ cada_prio/_version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d5c972..7c6184c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.0](https://www.github.com/bihealth/cada-prio/compare/v0.4.0...v0.5.0) (2023-09-18) + + +### Features + +* adding "tune run-optuna" command ([#23](https://www.github.com/bihealth/cada-prio/issues/23)) ([6cc753b](https://www.github.com/bihealth/cada-prio/commit/6cc753b3b4f92aa75d961c3cf314e097d174ede0)) +* re-useable implementation of "tune train-eval" ([#21](https://www.github.com/bihealth/cada-prio/issues/21)) ([c80c4bf](https://www.github.com/bihealth/cada-prio/commit/c80c4bf1d69ff83bcb84b949cf3383746580a12d)) + ## [0.4.0](https://www.github.com/bihealth/cada-prio/compare/v0.3.1...v0.4.0) (2023-09-14) diff --git a/cada_prio/_version.py b/cada_prio/_version.py index 6a9beea..3d18726 100644 --- a/cada_prio/_version.py +++ b/cada_prio/_version.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0"