Skip to content

Releases: PySport/kloppy

3.15.0

13 Aug 22:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.14.0...3.15.0

3.14.0

07 Jun 07:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.13.0...3.14.0

3.13.0

29 Sep 07:16
Compare
Choose a tag to compare
  • Add MiscontrolEvent (#207)
  • Add GoalkeeperEvent (#196)

3.12.0

30 Jul 20:27
Compare
Choose a tag to compare
  • Add ClearanceEvent (#195)
  • Fixed foot left/right typo in shot parsing for WyScout v3 (#197)
  • Improvements to Opta and Wyscout deserializers (#198)
  • Fix issue with automated tests on macos (#199)
  • Add speed parsing for SecondSpectrum (#201)
  • Add DuelEvent (#204)
  • Sportec tracking (#208)

3.11.0

05 Jun 20:28
Compare
Choose a tag to compare
  • Fix datatype of SkillCorner metadata.periods (#189)
  • Fix inputs of kloppy.helpers.transform (#186)
  • Refactor pathlib tests (#193)
  • StatsPerform deserializer (#191)
  • Allow chaining of operators on a Dataset (filter + map) (#183)
  • Opta remove deleted (#182)

3.10.0

13 Apr 09:00
Compare
Choose a tag to compare
  • Add support for corner shots (#176)
  • Fix S3Adapter.read_to_stream (#179)
  • Add pandas pyarrow support + better performance on to_df (#180)

3.9.0

14 Mar 17:36
Compare
Choose a tag to compare
  • Wyscout V3 deserializer (#170)

3.8.0

05 Mar 19:14
Compare
Choose a tag to compare
  • 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

3.7.1

03 Mar 21:09
Compare
Choose a tag to compare
  • Refactor open_as_file to also accept Path inputs (#165)

3.7.0

24 Nov 09:58
Compare
Choose a tag to compare
  • Freeze frame support (#164)