Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
0.41.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 8, 2023
1 parent ff461fc commit 9c4405b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v0.41.1 (2023-03-08)
### Fix
* Exclude observations if too few samples in bin ([#408](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/issues/408)) ([`ff461fc`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/ff461fc17dfd816706a59e146e25b2b3911870b5))
* Undefined variable in test ([`9f8da1f`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/9f8da1f4149cfe0f0bb7cd9a91085840b67ee62c))
* Series instead of df ([`0bbc52a`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/0bbc52a53a40639270ad1110dc497f4aee381ced))
* Exclude observations if too few samples in bin ([`dfc5888`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/dfc58885f53ae3a09caf19727078324dfa25f9a4))

## v0.41.0 (2023-03-07)
### Feature
* Move legend to top left ([#413](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/issues/413)) ([`2ac7a39`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/2ac7a39cb0ea4ada84bb291751fd7d832ddc0047))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "psycop_model_training"
version = "0.41.0"
version = "0.41.1"
description = "PSYCOP model training utilities"
authors = [{name = "Martin Bernstorff", email = "martinbernstorff@gmail.com"},
{name = "Lasse Hansen", email = "lasseh0310@gmail.com"},
Expand Down

1 comment on commit 9c4405b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL198045377% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
49 1 💤 0 ❌ 0 🔥 1m 8s ⏱️

Please sign in to comment.