Skip to content

Releases: gpluscb/instant-glicko-2

Release 0.2.0

13 Dec 19:34
Compare
Choose a tag to compare

Lots of breaking changes, not sure I list them all here

  • Serde support with the serde feature
  • Rating and friends renamed to PublicRating and similar
  • InternalRating and friends renamed to ScaledRating and similar
  • No more super weird generic stuff in algorithm
  • Support for mostly accurate instant Glicko-2 ratings without bookkeeping, see algorithm::rate_game(s)
  • Algorithm was completely changed up in general with new and changed types, check docs for that

Less breaking changes

  • Protection against infinite loops (see constants::MAX_ITERATIONS)
  • Probably some other stuff too

No migration guide and maybe there's stuff I missed, sorry, it's in version 0.X so that's my excuse.

0.1.0

05 Apr 09:36
Compare
Choose a tag to compare

Initial release.