From 2c6c7cc77f0c71586f474a915370b5c24415864d Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 19 Dec 2022 13:33:33 +0000 Subject: [PATCH] 0.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f42ad313..36cfd16c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.3.0 (2022-12-19) +### Feature +* Add wandb decorator ([#283](https://github.com/Aarhus-Psychiatry-Research/psycop-ml-utils/issues/283)) ([`de78724`](https://github.com/Aarhus-Psychiatry-Research/psycop-ml-utils/commit/de7872439f7e2dc6a0d41b3a16d32036eac12e18)) + ## v0.2.7 (2022-10-14) ### Fix * Move transformers to dependency ([`5e40386`](https://github.com/Aarhus-Psychiatry-Research/psycop-ml-utils/commit/5e40386a4ae36a5ba1599ea25dccb28618c82750)) diff --git a/pyproject.toml b/pyproject.toml index 2a409b2a..093728d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "psycopmlutils" -version = "0.2.7" +version = "0.3.0" description = "A collection of machine-learning utilities used across the psycop-projects." authors = ["Martin Bernstorff "] classifiers = [