Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to Opta and Wyscout deserializers #198

Merged
merged 15 commits into from
Jul 13, 2023

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    5a2047b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from PySport/master

    Merge
    akuu666 authored May 5, 2023
    Configuration menu
    Copy the full SHA
    1e6a5e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    3611c99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110caf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23f79d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    8e096f0 View commit details
    Browse the repository at this point in the history
  2. Black formatting

    DriesDeprest committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    1d14d35 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    4d49d21 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    dca2794 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e8e3be View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feature/opta-fixes

    # Conflicts:
    #	.github/workflows/test.yml
    DriesDeprest committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8ebb250 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Fix: Make it so that we don't have FOUL_COMMITTED events for events d…

    …escribing a player was fouled.
    
    Opta description of foul event:
    "Indicates a foul has been committed. The event comes in pairs, with one for the team committing the foul (has outcome = 0) and another for the team fouled (outcome = 1)."
    DriesDeprest committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    979f939 View commit details
    Browse the repository at this point in the history
  2. black format

    DriesDeprest committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b7e8887 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Merge branch 'master' into feature/opta-fixes

    # Conflicts:
    #	kloppy/infra/serializers/event/opta/deserializer.py
    #	kloppy/tests/files/wyscout_events_v3.json
    #	kloppy/tests/test_wyscout.py
    DriesDeprest committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    8f6954a View commit details
    Browse the repository at this point in the history
  2. Black formatting

    DriesDeprest committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e8ff8ca View commit details
    Browse the repository at this point in the history