From ebd52a6e5567879c5492363a8f18337905992b57 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Mar 2023 11:34:59 +0000 Subject: [PATCH] 0.43.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 28cf9d61..f12396e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v0.43.0 (2023-03-10) +### Feature +* Return bins if series is NaN, but only NaN values ([`060ca14`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/060ca1403778b6d4a5f071faa5cf36d0ec8a6ecc)) + +### Fix +* Handle nas in bins ([#418](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/issues/418)) ([`ee4ab7f`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/ee4ab7f0f28dc9a27dcc1afa0f6c755783486929)) +* Handle nas in bins ([`462f3c9`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/462f3c9d1ed7ca3835acb6b284a8c960f5b17afa)) + ## v0.42.0 (2023-03-10) ### Feature * Add count bins to plot ([`510e8ab`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/510e8ab21c4a8c71240c224a0b677ecd4552c19f)) diff --git a/pyproject.toml b/pyproject.toml index c69dc9c1..4b9b1947 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "psycop_model_training" -version = "0.42.0" +version = "0.43.0" description = "PSYCOP model training utilities" authors = [{name = "Martin Bernstorff", email = "martinbernstorff@gmail.com"}, {name = "Lasse Hansen", email = "lasseh0310@gmail.com"},