Skip to content

Fall 2022 Tournament

Latest
Compare
Choose a tag to compare
@JohnFunkCode JohnFunkCode released this 19 Oct 03:17
· 44 commits to master since this release

This release is for the Fall 2022 Tournament held on October 15,2022.
The biggest change to this release was cause by re-organizing the order of the tournament to 500 - 600 or larger tournaments.
The main driver for the code was simplified to handle one division at a time without trying to work with patterns. This reduces the duplication cause by the explosion of patterns to cope with various splits. All the changes make it easier to re-organize a tournament.
Much of the code was also moved to using Pandas queries rather than the older index filtering method subsets of a dataframe.

Full Changelog: v.3.0...V4.0