Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@AlexLandau AlexLandau released this 28 Oct 04:07
· 3 commits to master since this release
  • TMatchResults no longer require the players as inputs.
  • Tournament YAML files should no longer include a textual representation of time zones. (They can still be included in comments if desired.)
  • Adds "admin actions" to the API. These allow a tournament to be modified on-the-fly in a way that is friendly to distributed systems.
    • Adds an admin action for changing the game used in a match.
  • The swiss1 and singleElim1 formats are now considered stable and will keep their old behavior.
  • New swiss2 format that fixes the computation of bye values. The previous version gave players too few points for a bye in rounds with multiple matches.
  • Adds the ability to exclude players from tournament stages by name. This is specified in the YAML file.