From aa1ee3f7d63f65e60b86cb916857088b19f848a5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 27 Apr 2023 13:44:34 +0000 Subject: [PATCH] 0.59.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6344116e..de094d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.59.0 (2023-04-27) +### Feature +* Allow differential filepath ([#504](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/issues/504)) ([`d5ec3df`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/d5ec3df85bbb7f643badab95f9e06da830f091df)) +* Allow differential filepath ([`37a7beb`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/37a7beb862e9b84dd0ed609ca27ff564fb5f078f)) + ## v0.58.1 (2023-04-27) ### Fix * Set default pred_time_uuid_col_name ([#503](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/issues/503)) ([`a65ad6f`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/a65ad6f7fe754cba3fdf5bedac12ce33da0211c0)) diff --git a/pyproject.toml b/pyproject.toml index 32e6dd89..f6128bfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "psycop_model_training" -version = "0.58.1" +version = "0.59.0" description = "PSYCOP model training utilities" authors = [ {name = "Martin Bernstorff", email = "martinbernstorff@gmail.com"},