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

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Oct 14, 2022
1 parent 267d1b3 commit 8859792
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## v0.5.0 (2022-10-14)
### Feature
* Default group by day ([`7249388`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/7249388cb0937e1f04080c585511b354ce58a48e))

### Fix
* More robust saving eval data ([`58c801f`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/58c801f992deb97c5164f5c95f8d32b7ce0ac00d))
* Train on GPU ([`4d07209`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/4d07209b2d61ca14e2c6a07d5a36e4556e188db3))
* Even more robust naming, write to parquet instead of pickle ([`4e55454`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/4e554544d5507f0ab70a53efd71ca65b49f0426e))
* Enable pytest on non-windows ([`9beb331`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/9beb3312f4034a86682cea722a212479384ce098))
* Disable wand in integration test for now ([`0b3b264`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/0b3b2641f33daa079be9957b346903809da957ad))
* Can't only run pytest on darwin, not sure what to do ([`ddc1638`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/ddc163882c5a9b29204bcca602f0f6bbb8c9e440))
* Run wandb when doing integration testing ([`cec3678`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/cec367838fdf6720e247d71653389ad81717881f))
* Check run exists before using for file locatin ([`63b5065`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/63b5065f30c019774f2543f3b2003e3ee981e162))
* Missing imports ([`4e6e0a0`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/4e6e0a0aa417f5db2396c485488bbbf4925a262b))
* Make eval save naming more robust ([`51eccc9`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/51eccc99bebeebb1ec09ea83f5cea5d5a4f98177))
* Missing imports ([`37a1b15`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/37a1b15150a892abe9c51cf71de89ef52d5194b8))
* F1 to recall ([`9e31f1f`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/9e31f1f943b0ce242f5e7bec6396fb211efb545a))
* Misc. changes to configs ([`3b22c4e`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/3b22c4ea1b97f259d19d7aaf242e6e669a76cca0))
* More robust max file length handling ([`b14a424`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/b14a424312e9b9b2651bcb1135b52929d13f9d08))

## v0.4.3 (2022-10-12)
### Fix
* F1 plot only scatter ([`510746a`](https://github.com/Aarhus-Psychiatry-Research/psycop-t2d/commit/510746ae8cf6c938fa41773df6d3c1dd26e59c78))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "psycopt2d"
version = "0.4.3"
version = "0.5.0"
description = "Training scripts for the psycop-t2d project"
authors = ["Your Name <you@example.com>"]

Expand Down

0 comments on commit 8859792

Please sign in to comment.