statsbombpy 1.9.0
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
andjoblib
from the requirements as they are no longer dependencies.