Spaces:
Running
Running
Changelog
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.
[0.2.0] - 2021-08-10
Changed
- 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
[0.2.4] - 2021-08-28
Changed
- Added feature to cache play-by-play files locally
- Updated load_pbp_data() to work with locally cached files
- Updates README
[0.2.5] - 2021-09-22
Changed
- Fixed bug in cache process that was effecting pbp load too
[0.2.6] - 2022-03-15
Changed
- Updated cache feature to be OS agnostic
[0.2.7] - 2022-06-04
Changed
- Redirected data pulls to new repos
[0.2.9] - 2022-08-18
- Fixed compatibility issue between python and pandas
[0.2.11] - 2022-08-20
- 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
[0.3.0] - 2022-08-20
- Added import functionality for participation, contract, and player data made previously available through nflReadR