Skip to content

Releases: PySport/kloppy

Add additional_columns to to_pandas

02 Jul 08:25
Compare
Choose a tag to compare

Opta serializer

02 Jul 08:23
Compare
Choose a tag to compare
  • Add Opta event serializer
  • Fix for event pattern matching for nested captures
  • Fix for event pattern matching when multiple paths can match
  • Improved ball_recovery example

Code formatting, contributing guide and python 3.6 support

16 Jun 19:29
Compare
Choose a tag to compare

Add code formatting and contributing guide (@dmallory42)
Add support for python 3.6

0.5.2: Merge pull request #16 from bdagnino/fix-epts-loading

13 Jun 20:03
3d249f9
Compare
Choose a tag to compare

Fix Transformer when ball position is not set (@benoitblanc)
Fix for working with periods in EPTS Serializer (@bdagnino)

Extend kloppy-query

13 Jun 17:44
Compare
Choose a tag to compare
  • Add stats in json/text format to kloppy-query
  • Add show-events to kloppy-query to print all events in the matches
  • Change kloppy-query to make it possible to run without an output file

Pattern matching

13 Jun 16:06
Compare
Choose a tag to compare

In this release we introduce pattern matching. Use the power of regular expressions to find situations within event data.

  • Add pattern matching based on regular expressions
  • Add kloppy-query: command line tool to search for patterns

StatsBomb fix

05 Jun 08:15
Compare
Choose a tag to compare
  • Fix for StatsBomb Serializer when location contains z coordinate

StatsBomb events loader

02 Jun 15:11
Compare
Choose a tag to compare
  • Add StatsBomb event data loader
  • Some fixes in readme
  • Refactor some code to get cleaner code
  • Pass a logger to performance_logging instead of print to stdout
  • Minor fixes in datasets loader caching

FIFA EPTS and datasets

15 May 20:39
Compare
Choose a tag to compare

Add FIFA EPTS Tracking data loader
Add some examples
Add datasets loader to directly load dataset from your python code
Add limit argument to all loaders

Additional helpers

12 May 10:31
1e32fdb
Compare
Choose a tag to compare

To make it easier to use this library we added some helper functions.