Skip to content

statsbombpy 1.9.0

Compare
Choose a tag to compare
@scotty779 scotty779 released this 28 Mar 13:06
· 28 commits to master since this release
4c69341

In further efforts to speed up statsbombpy this update removes the slow language engine responsible for pluralising event types.

  • We now use a mapping dictionary to change event types from their singular to plural versions (e.g. Pass -> passes) - this is much faster than letting the language engine do it.
  • As a result, we have removed inflect and joblib from the requirements as they are no longer dependencies.