From e8f978f7e8f489ba6487575f1ef7837cf4a3478c Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 14 Oct 2022 12:58:52 +0000 Subject: [PATCH] 0.2.7 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 e79a70c0..f42ad313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.2.7 (2022-10-14) +### Fix +* Move transformers to dependency ([`5e40386`](https://github.com/Aarhus-Psychiatry-Research/psycop-ml-utils/commit/5e40386a4ae36a5ba1599ea25dccb28618c82750)) +* Move transformer import outside of top-level ([`b6f7394`](https://github.com/Aarhus-Psychiatry-Research/psycop-ml-utils/commit/b6f7394526b32d81f1e2f454936967ee38d3b4d5)) + ## v0.2.6 (2022-10-14) ### Fix * Correctly address pypi token ([`9fc5b67`](https://github.com/Aarhus-Psychiatry-Research/psycop-ml-utils/commit/9fc5b67ea061ffa507b48962cd2015da2ab96272)) diff --git a/pyproject.toml b/pyproject.toml index 94a193fc..61dd1d09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "psycopmlutils" -version = "0.2.6" +version = "0.2.7" description = "A collection of machine-learning utilities used across the psycop-projects." authors = ["Martin Bernstorff "] classifiers = [