Skip to content

Releases: AndrewRook/NFLWin

Python 3 compatibility

21 Oct 01:00
Compare
Choose a tag to compare

This release provides Python 3 capability and fixes CI.

Initial release

17 Aug 01:54
Compare
Choose a tag to compare

The initial release of NFLWin. Contains a working Win Probability model, as well as utilities to streamline querying nfldb (if the user has it installed) and building new models.

Better validation and bugfixes

14 Aug 02:53
Compare
Choose a tag to compare
Pre-release

Biggest change is that P-values for validation are now replaced with the max deviation from perfect prediction and the total area of the residuals between predicted and expected. Hopefully this will be more robust for diagnosing if a new model is working better than the old one.

Streamlined column definitions

07 Aug 19:49
Compare
Choose a tag to compare
Pre-release

The original version required column names to be specified as keyword arguments and meant that any time any changes to the default model columns happened the model API would break. So that was bad. Now column names and definitions are stored in a dictionary that's a class attribute, so updating the API just means editing the keys/values of that dictionary.

Autoversioning support fully in-place

07 Aug 03:05
Compare
Choose a tag to compare
Pre-release

Minor bugfixes and production testing of the increment_version.sh script.

Initial beta release

06 Aug 20:35
Compare
Choose a tag to compare
Initial beta release Pre-release
Pre-release

Releasing now to ensure that stuff like PiPy works.