From 7bb0a6671f1a50b35062e725eb05b05ba4f2958a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 25 Apr 2023 16:00:14 +0000 Subject: [PATCH] 0.56.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e729152c..92de6491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v0.56.0 (2023-04-25) +### Feature +* Either compare across splits or crossvalidate ([#500](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/issues/500)) ([`62eb4fc`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/62eb4fc9c6f801f5b88dbfcc88810321168a9d5b)) +* Concatenating train and val for training optional ([`5117a70`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/5117a704f3aca3aca0d6a2f078bf44c611e9a906)) + +### Fix +* Parse args to pytest when calling toml ([`53b29d1`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/53b29d1f6072eae2f2185181b9ec768bc990e13e)) + ## v0.55.0 (2023-04-24) ### Feature * Parallel training to disk ([#492](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/issues/492)) ([`d7d1a66`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/d7d1a668af9d020e0a353817363179039854a6b3)) diff --git a/pyproject.toml b/pyproject.toml index 84e01e07..50e5d7b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "psycop_model_training" -version = "0.55.0" +version = "0.56.0" description = "PSYCOP model training utilities" authors = [ {name = "Martin Bernstorff", email = "martinbernstorff@gmail.com"},