Releases: atomflunder/skillratings
Releases · atomflunder/skillratings
v0.14.0
- Add Sticko rating algorithm
v0.13.4
- Improve performance of some functions
v0.13.3
- Add Apache/MIT dual license
- Add some GitHub templates
v0.13.2
- Implement more From traits for Ratings
- Overhaul examples
v0.13.1
- Add some benchmarks
- Overhaul documentation
v0.13.0
- All functions now use references instead of taking ownership unnecessarily
v0.12.0
- Add Weng-Lin (A Bayesian Approximation Method for Online Ranking) calculations
- Return original teams when a team is empty in
trueskill::trueskill_teams
v0.11.0
- Add
new
anddefault
implementations forDWZRating
new
implementation forIngoRating
now requires an age to be set
v0.10.2
- Fix typos, overhaul readme
v0.10.1
- Overhauled documentation