Skip to content

v0.2.2

Latest

Choose a tag to compare

@greerreNFL greerreNFL released this 18 Jun 05:23

Patch

  • Local CSV index fix: Removed index_col=0 from local and iter-part cache reads so the first mapped column (e.g. game_id) is no longer promoted to the index. Local and part cache writes now use index=False for consistent round-trips.

Features

  • nfelounits maps: Added maps for all five nfelounits Output tables — nfelounits_elo, nfelounits_units, nfelounits_units_normalized, nfelounits_value_created, and nfelounits_faced
  • CI: GitHub Actions workflow runs the test suite on push/PR to main

Dependencies

  • Cleaned up pyproject.toml build vs runtime dependencies; classifiers updated for Python 3.11 and 3.12