Releases: uberfastman/fantasy-football-metrics-weekly-report
App migrated to Docker
In a major step forward, the app now runs entirely inside a pre-built and published Docker container, ensuring code and dependencies are always correct.
API Updates, New Metrics, and Bug Fixes
This release includes updates to the historical Fleaflicker API functionality, a optimal points metric, the COVID-19 metric, and various bug fixes and documentation updates.
API Updates for 2020
Release include update to the various platform APIs, as well as a temporary disabling of the Bad Boy rankings while an alternative to the no-longer available NFL Arrest API is sought.
Upgrade to yfpy 3.0.0
Documentation updates, dependency updates, and report cleanup.
Generify Fantasy Football Data Access
Previously, the report used platform specific data structures to retrieve data. Now it uses generic classes that can have any platform data mapped to them in order to support future integration with additional platforms beyond just Yahoo.
Complete Overhaul
Completely overhauled/refactored application. The entire application was littered with legacy code, over-engineered structures, and messy logic. This effort was an attempt to weed out much of that and make the overall app more modular. That being said, this will likely be a continuing effort going forward as well.
Upgrade to yffpy v2
Upgrade missed yffpy usage in Monte Carlo simulations and remove old test/example code.
Transition from YQL to yffpy
v3.0.0-alpha Transition to custom yffpy api wrapper from old yql approach.
Upgrade to Python 3
v2.0.0-alpha Upgrade from Python 2 to 3.
v1 Release
v1.0.0 Original Yahoo! Fantasy Football report app version.