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