Skip to content

Releases: thecodeforest/fantasyfootball

v0.4.6

06 Oct 21:29
Compare
Choose a tag to compare
v0.4.6

v0.4.5

06 Oct 21:08
Compare
Choose a tag to compare

Fix

  • Add api key for open weather (efe1fd7)
  • Remove delete files step from process stats (148b7f1)
  • Remove incorrect comment from data refresh workflow (a961011)

v0.4.4

06 Oct 19:25
Compare
Choose a tag to compare

Fix

  • Add additional edge-cases for player id (4a7c1ec)

v0.4.3

05 Oct 21:37
Compare
Choose a tag to compare

Documentation

  • Update readme with new fields (e227f05)

v0.4.2

05 Oct 19:05
Compare
Choose a tag to compare
v0.4.2

v0.4.1

05 Oct 04:14
Compare
Choose a tag to compare

Fix

  • Enables addition of custom scoring scoring system. Fixes #25 (d35f723)

v0.4.0

04 Oct 23:07
Compare
Choose a tag to compare

Feature

  • Add in ability to populate future week defense strength (65e8eec)
  • Add ability to collect both historical and future betting lines (07ba6b0)
  • Add logic to collect both historical and future weather data (b0411a6)

Fix

  • Enable future frame with no features (12946f7)
  • For players with NA for avg_draft_position, take the max value and add 1 to ensure no missing values for this field. (d8afb1a)
  • Move 'Raiders' name to only be associated with LV (038cc40)

v0.3.1

28 Sep 21:46
Compare
Choose a tag to compare

Fix

  • Address version issue of pandera during testing (d709711)

v0.3.0

28 Sep 20:44
Compare
Choose a tag to compare

Feature

  • Add logic to only run certain pipeline steps during the season (f27de5e)
  • Add module for processing historical draft data (afc3d1b)
  • Add module for processing new draft data (985ef37)
  • New module for processing salary data (a2b9cfe)
  • Module for collecting historical draft data (1c6ea65)
  • Add module to collect betting data for historicla purposes (56e51c3)
  • Add new module to collect weekly fanduel salary data for players (bf92ce1)
  • Add new module for collecting current year draft data (449e936)
  • Module for collecting current betting data (52b0f07)
    1. update team mappings (1e6d6ab)

Fix

  • Update fields in salary data in config file (699aa90)
  • Account for weather location that only have historical weather and do not have forecast data (154a80d)

Documentation

  • Add data update cadence for pipeline to readme (b9e5983)

v0.2.1

09 Aug 21:06
Compare
Choose a tag to compare

Fix

  • init: Fix issue with automatically detecting version in python <3.8 (9538200)