Releases: nflverse/nfl_data_py
Releases · nflverse/nfl_data_py
nfl_data_py 0.3.3
What's Changed
- Run linter and unit tests against PR's by @alecglen in #90
- Run test suite against matrix of relevant OS's and Python versions by @alecglen in #93
- Use lists in import_ids dataframe indexing to clean up warnings by @alecglen in #105
- Revise Join of Play_By_Play to PBP_Participation by @RGAlexander216 in #79
- Fix weekly/seasonal roster import with multiple seasons by @alecglen in #106
- Exclude pbp participation for any years where the data file isn't available by @alecglen in #107
- Ability to import def pfr data by @felixblochwitz in #109
- Release v0.3.3 by @alecglen in #92
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
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.