Skip to content

Releases: atomflunder/skillratings

v0.4.1

13 Aug 16:44
Compare
Choose a tag to compare
  • Fix major bug in glicko-2 volatility calculations
    • This would yield a wildly incorrect solution when the players came back from a "losing streak"

v0.4.0

12 Aug 23:26
Compare
Choose a tag to compare
  • Added Glicko (1) calculations
  • Renamed old GlickoRating to Glicko2Rating
    • New GlickoRating is for the Glicko System now
  • Added confidence_interval function to Glicko2 and Glicko

v0.3.0

11 Aug 22:59
Compare
Choose a tag to compare
  • elo::expected_score now takes in two EloRatings instead of f64
  • Added default implementation for GlickoRating and EloRating
  • Improved CI
  • Improved docs

v0.2.0

10 Aug 17:59
Compare
Choose a tag to compare
  • Added rating deviation decay function for Glicko-2

v0.1.0

09 Aug 20:25
Compare
Choose a tag to compare

Initial release, supports Elo and Glicko-2 functions.