Releases: nflverse/nfl_data_py
Releases · nflverse/nfl_data_py
nfl_data_py 0.3.3
What's Changed
- Use lists in import_ids dataframe indexing to clean up warnings #105
- Revise Join of Play_By_Play to PBP_Participation #79
- Fix weekly/seasonal roster import with multiple seasons #106
- Exclude pbp participation for any years where the data file isn't available #107
- Ability to import defense pfr data #109
New Contributors
- @RGAlexander216 made their first contribution in #79
- @felixblochwitz made their first contribution in #109
Full Changelog: v0.3.2...v0.3.3
nfl_data_py 0.3.2
What's Changed
- Resolved Installation Issue with python-snappy #69
New Contributors
Full Changelog: v0.3.1...v0.3.2
v0.3.1
New data
Package compatability issues resolved, python >=3.6 now required
- 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
- Fixed position filtering for combine data
Cleaning up odds and ends
Fixed deprecation warning for import_pbp, adjust import_ngs to handle years correctly.
Redirecting data to new sources and bug squashing
-Now getting data from updated data sources
-Fixed bug that was impeding the import_weekly_data() function
Cache functionality fix and clean-up
-Cache functionality should work on all systems
-PFR passing and snaps data redirected to new data location
Added cache functionality
Added functionality for caching pbp data locally to speed up load process by 4-5x.
Code update and github cleaning
New release includes functions for pulling:
- NGS data
- snap counts
- depth charts
- injury reports
- PFR passing stats
And cleaned up repo.