From 3cbb08b6c7ba9399d818e6450062e830514cc194 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Apr 2023 12:26:37 +0000 Subject: [PATCH] 0.53.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 ab7ae806..a748275d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.53.0 (2023-04-12) +### Feature +* Save config as json ([#483](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/issues/483)) ([`0be42a7`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/0be42a7cddaee8564e5dd66ed8bd688b8c522b6e)) +* Save config to json ([`e1d1a59`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/e1d1a59c798073c5bef6880e419b31ecfa9dd0c7)) + ## v0.52.0 (2023-03-31) ### Feature * Whether to change negative values to nan optional ([#468](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/issues/468)) ([`5c941d3`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/5c941d3e5d8fefbfd6d0213e0409ab3e558d3b73)) diff --git a/pyproject.toml b/pyproject.toml index 5ef92205..52658240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "psycop_model_training" -version = "0.52.0" +version = "0.53.0" description = "PSYCOP model training utilities" authors = [ {name = "Martin Bernstorff", email = "martinbernstorff@gmail.com"},