Skip to content

Releases: uberfastman/yfpy

Release v15.0.0

06 Nov 22:51
Compare
Choose a tag to compare

Release updates:

  • Update documentation
  • Update README.md
  • Update quickstart.py
  • Update query to force inclusion of game_code to avoid errors
  • Support for transactions that include FAAB and/or draft picks
  • Add support for usage in Docker

YFPY Release v13.0.0

14 Sep 05:34
Compare
Choose a tag to compare

Release updates:

  • Update documentation
  • Update test configuration
  • Update quickstart.py
  • Update queries and custom classes to return flattened objects without unnecessary single-key dict access, closes #32
  • Fix type hints to support flattened return values

YFPY Release v12.0.0

13 Sep 03:15
Compare
Choose a tag to compare

Release updates:

  • Update documentation
  • Update dependencies
  • Improve and update type hints
  • Improve type casting for values based on the data (numeric objects that could be 0 are set to None when they don't exist, numeric objects that are cumulative/counters are set to 0 when they don't exist, ints and floats are properly cast, etc.)

YFPY Release v11.0.0

14 Aug 04:49
Compare
Choose a tag to compare

Release updates:

  • Update documentation
  • Update dependencies
  • Add utility to detect missing Yahoo Fantasy Sports API data fields
  • Add missing Yahoo Fantasy Sports API data fields wherever detected
  • Add support for running yahoo_query.get_player_stats_for_season, yahoo_query.get_player_stats_by_week, and yahoo_query.get_player_stats_by_date with limit_to_league_stats=False so that all player stats can be retrieved (does not limit the player stats to those applicable to a specific league context)

YFPY Release v10.0.0

16 Jul 04:39
Compare
Choose a tag to compare

Release updates:

  • Update documentation
  • Update dependencies
  • Deprecate Python v3.7
  • Add support for Python v3.11

YFPY Release v9.0.0

14 Oct 00:14
Compare
Choose a tag to compare

Release updates:

  • Add quickstart code examples
  • Update documentation
  • Fix issues when running queries and saving/loading data and output is set to JSON strings

YFPY Release v8.0.0

07 May 21:02
Compare
Choose a tag to compare

Release updates:

  • Update/add code docstrings in Google format
  • Create auto-generated Sphinx documentation
  • Drop support for Python 3.6 due to it being end-of-life

YFPY Release v4.0.0

18 Oct 17:35
Compare
Choose a tag to compare

Python version compatibility updates:

  • Remove support for Python 3.5
  • Maintain support for Python 3.6, 3.7, and 3.8
  • Add support for Python 3.9 and 3.10

General security updates, documentation updates, and bug fixes.

YFPY Release v3.0.0

13 Sep 03:13
Compare
Choose a tag to compare

Add additional error handling (including incremental backoff for queries), rename library to YFPY from YFFPY (to be inclusive of MLB, NHL, and NBA Yahoo fantasy sports), and improve testing.

YFPY Release v2.0.0

13 Sep 03:11
Compare
Choose a tag to compare

Expand wrapper to encompass more of the API, and add more robust error handling.