Skip to content

Releases: atomflunder/skillratings

v0.19.2

27 Oct 16:54
Compare
Choose a tag to compare
  • Change every function that takes a Vec to now take a Slice

v0.19.1

26 Oct 20:07
Compare
Choose a tag to compare
  • Add more From implementations for rating structs

v0.19.0

23 Oct 16:55
Compare
Choose a tag to compare
  • Add optional serde support (Thanks to @cyqsimon )

v0.18.0

22 Oct 22:33
Compare
Choose a tag to compare
  • Major restructuring of ratings, configs and outcomes
    • Ratings and Configs now reside in the rating algorithms files
    • Outcomes now reside in the lib.rs file

v0.17.0

20 Oct 22:28
Compare
Choose a tag to compare
  • Added USCF rating algorithms

v0.16.0

19 Oct 14:11
Compare
Choose a tag to compare
  • Added Glicko-Boost algorithm
  • Added boolean parameter to results tuple in Sticko rating period function to indicate advantages
  • Calculate Sticko rating period function like Glicko and Glicko-2

v0.15.2

16 Oct 21:29
Compare
Choose a tag to compare
  • Calculating Glicko rating period and Glicko-2 rating period properly now

v0.15.1

15 Oct 18:51
Compare
Choose a tag to compare
  • Increase performance and readability of some functions
  • Added to_chess_points() function to Outcomes enum
  • Fix slight inaccuracy (<0.01%) in Glicko-2 volatility calculations

v0.15.0

13 Oct 20:00
Compare
Choose a tag to compare
  • Add EGF calculations

v0.14.0

12 Oct 22:44
Compare
Choose a tag to compare
  • Add Sticko rating algorithm