diff --git a/DESCRIPTION b/DESCRIPTION index cfaba704..e6a08890 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: nflfastR Title: Functions to Efficiently Scrape NFL Play by Play Data -Version: 2.0.0 +Version: 2.0.1 Authors@R: c(person(given = "Sebastian", family = "Carl", @@ -31,7 +31,7 @@ Imports: tibble, tidyr, tidyselect, - xgboost + xgboost (>= 1.1) Suggests: furrr, future diff --git a/NEWS.md b/NEWS.md index f61267a9..5f76bed2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# nflfastR 2.0.1 + +* Added minimum version requirement on `xgboost` (>= 1.1) as the recent `xgboost` update +caused a breaking change leading to failure in adding model results to data. + # nflfastR 2.0.0 ### Models diff --git a/R/sysdata.rda b/R/sysdata.rda index 85ffac0e..4fcba246 100644 Binary files a/R/sysdata.rda and b/R/sysdata.rda differ