Skip to content

Releases: PySport/kloppy

v3.10.0

Choose a tag to compare

@koenvo koenvo released this 18 Dec 00:01
  • Add support for corner shots (#176)
  • Fix S3Adapter.read_to_stream (#179)
  • Add pandas pyarrow support + better performance on to_df (#180)

v3.9.0

Choose a tag to compare

@koenvo koenvo released this 18 Dec 00:02
  • Wyscout V3 deserializer (#170)

v3.8.0

Choose a tag to compare

@koenvo koenvo released this 18 Dec 00:02
  • Fix for Incorrect home/away mapping in Statsbomb metadata (#174)
  • Added extra formations (#166)
  • Set correct orientation for Metrica EPTS (#168)
  • Add polars support (#172)

Important changes:

  • to_pandas is deprecated, to_df should be used. to_df is now a method on all Dataset types (event, tracking and code), and accepts an additional engine keyword argument that can be polars or pandas. The default value is pandas but can be changed using the config variable dataframe.engine

v3.7.1

Choose a tag to compare

@koenvo koenvo released this 18 Dec 00:02
  • Refactor open_as_file to also accept Path inputs (#165)

v3.7.0

Choose a tag to compare

@koenvo koenvo released this 18 Dec 00:02
  • Freeze frame support (#164)

v3.6.1

Choose a tag to compare

@koenvo koenvo released this 18 Dec 00:03
  • Fixing load empty values from metrica epts loader (#163)

v3.6.0

Choose a tag to compare

@koenvo koenvo released this 18 Dec 00:03
  • Fix metrica EPTS load (#159)
  • Accept a custom EventFactory to build events (#160)

v3.5.1

Choose a tag to compare

@koenvo koenvo released this 18 Dec 00:03
  • When in browser, retrieve data as arraybuffer (#152)

v3.5.0

Choose a tag to compare

@koenvo koenvo released this 18 Dec 00:03
  • Accept json meta data for secondspectrum and fix non-alive ball (#146)
  • Fix for SportsCode XML (#147)
  • Add Metrica Open Data Game 3 + Fix for loading it (#151)

v3.4.0

Choose a tag to compare

@koenvo koenvo released this 18 Dec 00:04
  • Changes to FormationType (#143)
  • Add attribute transformer and to_df (#144)