All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Removed local build files
- Removed soon to be deprecated setup.py
test
feature - Synced tox and setup.py python versions
- Added new functions for pulling PFR, injury, snaps, NGS, and depth chart data
- Updated python requirements to >=py3.5
- Fixed bug in clean_nfl_data()
- Updated tests with new functions
- Update README to align with function updates
- Added feature to cache play-by-play files locally
- Updated load_pbp_data() to work with locally cached files
- Updates README
- Fixed bug in cache process that was effecting pbp load too
- Updated cache feature to be OS agnostic
- Redirected data pulls to new repos
- Fixed compatibility issue between python and pandas
- Actually fixed issue between python and pandas not resolved in 0.2.9
- Dropped python 3.5 support from nfl_data_py to allow for parquet file usage
- Added import functionality for participation, contract, and player data made previously available through nflReadR