diff --git a/CHANGELOG.md b/CHANGELOG.md index d734a58b..65354c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.36.0 (2023-02-16) +### Feature +* Add precision_recall curve ([`8e92d94`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/8e92d94b75799232165b31d6e14787926dce934f)) + ## v0.35.0 (2023-02-15) ### Feature * Basic styling ([`9c26121`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/9c26121f3705eb79d2b1b8d1ea3348cced1662d3)) diff --git a/pyproject.toml b/pyproject.toml index 7994bf0c..128bd9a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "psycop_model_training" -version = "0.35.0" +version = "0.36.0" description = "PSYCOP model training utilities" authors = [{name = "Martin Bernstorff", email = "martinbernstorff@gmail.com"}, {name = "Lasse Hansen", email = "lasseh0310@gmail.com"},