-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple teams for TrueSkill algorithm (WIP) #9
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #9 +/- ##
===========================================
- Coverage 100.00% 99.66% -0.34%
===========================================
Files 13 16 +3
Lines 7583 9370 +1787
===========================================
+ Hits 7583 9339 +1756
- Misses 0 31 +31 ☔ View full report in Codecov by Sentry. |
commit 65176ab Author: atomflunder <[email protected]> Date: Sun Jun 4 21:30:29 2023 +0200 Bump version to 0.25 commit 5432b61 Author: atomflunder <[email protected]> Date: Sun Jun 4 21:27:42 2023 +0200 Fix some new clippy lints commit be3a6df Author: atomflunder <[email protected]> Date: Sun Jun 4 21:21:07 2023 +0200 Add tests for traits commit 1276e87 Merge: 398d621 73ecde9 Author: atomflunder <[email protected]> Date: Sun Jun 4 20:33:50 2023 +0200 Merge pull request #10 from jspspike/master Add `TeamRatingSystem` and `Rating` traits commit 73ecde9 Author: atomflunder <[email protected]> Date: Sun Jun 4 20:26:53 2023 +0200 Use option return type for uncertainty method commit be3f64a Author: atomflunder <[email protected]> Date: Sat Jun 3 12:17:12 2023 +0200 Add traits for remaining algorithms commit 8da48e3 Author: atomflunder <[email protected]> Date: Fri Jun 2 22:35:42 2023 +0200 Add remaining traits for TrueSkill algorithm - RatingSystem - RatingPeriodSystem - MultiTeamRatingSystem commit 03bb12b Author: jspspike <[email protected]> Date: Wed May 31 13:40:21 2023 -0500 Add TeamRatingSystem trait commit 398d621 Author: atomflunder <[email protected]> Date: Fri May 19 18:40:41 2023 +0200 Update docs commit f6e0e38 Author: atomflunder <[email protected]> Date: Thu Mar 9 15:09:19 2023 +0100 Update TrueSkill documentation links
Co-authored-by: asyncth <[email protected]>
Made redundant by #11 |
As stated in #8