Skip to content

Releases: nflverse/nfl_data_py

nfl_data_py 0.3.3

20 Sep 05:29
4b6ed7e
Compare
Choose a tag to compare

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

Full Changelog: v0.3.2...v0.3.3

nfl_data_py 0.3.2

28 Jul 22:15
074f47b
Compare
Choose a tag to compare

What's Changed

  • Subject: [Fixes #68] Resolving Installation Issue with python-snappy by @throy45 in #69
  • Add automated release workflow by @alecglen in #89

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

16 Sep 17:06
Compare
Choose a tag to compare

FTN data added, testing and functions improved.

New data

20 Aug 21:42
Compare
Choose a tag to compare

Added import functionality for participation, contract, officials, and player data made previously available through nflReadR

Package compatability issues resolved, python >=3.6 now required

20 Aug 15:02
3478a72
Compare
Choose a tag to compare
  • 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

30 Jul 00:55
Compare
Choose a tag to compare

Fixed deprecation warning for import_pbp, adjust import_ngs to handle years correctly.

Redirecting data to new sources and bug squashing

04 Jun 20:05
Compare
Choose a tag to compare

-Now getting data from updated data sources
-Fixed bug that was impeding the import_weekly_data() function

Cache functionality fix and clean-up

15 Mar 21:31
Compare
Choose a tag to compare

-Cache functionality should work on all systems
-PFR passing and snaps data redirected to new data location

Added cache functionality

28 Aug 16:00
72b6843
Compare
Choose a tag to compare

Added functionality for caching pbp data locally to speed up load process by 4-5x.

Code update and github cleaning

11 Aug 09:41
Compare
Choose a tag to compare

New release includes functions for pulling:

  • NGS data
  • snap counts
  • depth charts
  • injury reports
  • PFR passing stats

And cleaned up repo.