Spaces:
Running
Running
File size: 1,521 Bytes
4774d56 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [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
|