Skip to content

Releases: cdpeca/espnffscraper

Release 1.3.3

24 Dec 06:10
Compare
Choose a tag to compare

Release 1.3.3

  • Implemented new modules for settings and settings_local
  • This allows user to set league specific or private settings (i.e. swid, espn_s2, league_id, year, league_open_to_public), without them getting added to version/source control
  • This also allows them not to get published back to github if collaborating on the project or sharing with others

Pull Requests

Release 1.3.2

24 Dec 06:00
Compare
Choose a tag to compare

Release 1.3.2

  • Updated requirements.txt to allow compatible versions of dependencies vs. exact specific versions
  • Configured Poetry to allow for development in virtual environments by distributed developers
  • Updated README to include better instructions for how to install dependencies

Pull Requests

Release 1.3.1

24 Dec 05:56
Compare
Choose a tag to compare

Release 1.3.1

  • Update README to provide instructions how to run in --debug mode
  • Added some additional ignore parameters in .gitignore

Pull Request

Release 1.3

23 Dec 20:47
Compare
Choose a tag to compare

Release 1.3

  • Implemented new feature to determine Relative Results to compare how teams would have performed if they played everyone every week
  • Created initial functionality for plotting of data tables
  • Created new plot and image file outputs for the new Relative Results data

Pull Requests

Release 1.2

23 Dec 20:43
Compare
Choose a tag to compare

Release 1.2

  • Refactored matchup data fetch function to modularize the matchup data for re-use

Pull Requests

Release 1.1.1

23 Dec 20:41
Compare
Choose a tag to compare

Release 1.1.1

  • Cleaned up some messes in the source code
  • Expanded README to include installation and usage instructions

Pull Requests

Release 1.1

23 Dec 20:39
Compare
Choose a tag to compare

Release 1.1

  • Implemented new feature to generate and save image files of plots for sharing
  • Cleaned up some lingering cached filed that should be ignored
  • Improved formatting of plots and higher DPI images

Pull Requests

Release 1.0

23 Dec 20:33
Compare
Choose a tag to compare

Release 1.0

  • Cleanup of some of the plotting functions
  • Code refactored into Class and main() functions

Pull Requests

Release 0.3 BETA

23 Dec 20:29
Compare
Choose a tag to compare
Release 0.3 BETA Pre-release
Pre-release

Release 0.3 BETA

  • Refactored base API request functionality into Class structure
  • Enabled logging for debugging, utilizing --debug argument
  • Big fix on lucky win/loss calculations

Pull Requests

Release 0.2 ALPHA

23 Dec 20:26
Compare
Choose a tag to compare
Release 0.2 ALPHA Pre-release
Pre-release

Release 0.2 ALPHA

  • Added initial README file
  • Minor code cleanup and documentation updates

Pull Requests