Releases: atomflunder/skillratings
Releases · atomflunder/skillratings
v0.20.0
- Added FIFA rating algorithm (Men)
v0.19.2
- Change every function that takes a Vec to now take a Slice
v0.19.1
- Add more From implementations for rating structs
v0.19.0
v0.18.0
- 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
- Added USCF rating algorithms
v0.16.0
- 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
- Calculating Glicko rating period and Glicko-2 rating period properly now
v0.15.1
- Increase performance and readability of some functions
- Added
to_chess_points()
function toOutcomes
enum - Fix slight inaccuracy (<0.01%) in Glicko-2 volatility calculations
v0.15.0
- Add EGF calculations