Releases: atomflunder/skillratings
Releases · atomflunder/skillratings
v0.27.1
10 Oct 18:36
Compare
Sorry, something went wrong.
No results found
Slightly simplify TrueSkill calculations
v0.27.0
08 Jun 21:49
Compare
Sorry, something went wrong.
No results found
Add full support for rating more than 2 teams with TrueSkill (Thanks to @asyncth )
Includes match quality, expected outcomes, and the rating function
v0.26.0
08 Oct 19:50
Compare
Sorry, something went wrong.
No results found
Add expected_score_rating_period functions for all rating systems
v0.25.1
05 Oct 22:00
Compare
Sorry, something went wrong.
No results found
v0.25.0
04 Jun 19:33
Compare
Sorry, something went wrong.
No results found
Add Rating, RatingSystem, RatingPeriodSystem, TeamRatingSystem, and MultiTeamRatingSystem traits (Thanks to @jspspike )
v0.24.0
01 Jan 16:15
Compare
Sorry, something went wrong.
No results found
Renamed match_quality_teams to match_quality_two_teams for consistency
v0.23.0
31 Dec 20:04
Compare
Sorry, something went wrong.
No results found
Added expected_score_multi_team function for weng_lin
Renamed expected_score_teams -> expected_score_two_teams for both weng_lin and trueskill
v0.22.0
19 Dec 18:25
Compare
Sorry, something went wrong.
No results found
Added weng_lin_multi_team, and MultiTeamOutcome struct (Thanks to @asyncth )
Renamed weng_lin_teams -> weng_lin_two_teams to avoid confusion
Renamed trueskill_teams -> trueskill_two_teams for consistency
v0.21.1
17 Dec 18:54
Compare
Sorry, something went wrong.
No results found
Perform Step 1 of Glicko calculation (Thanks to @asyncth )
Perform Step 6 of Glicko-Boost calculation
v0.21.0
24 Nov 11:54
Compare
Sorry, something went wrong.
No results found
Return descriptive error instead of returning None in the get_first_dwz function