Releases: cdpeca/espnffscraper
Releases · cdpeca/espnffscraper
Release 1.3.3
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
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
Release 1.3
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
Release 1.2
- Refactored matchup data fetch function to modularize the matchup data for re-use
Pull Requests
- PR #16