Skip to content

Releases: ML-KULeuven/socceraction

v1.5.1

07 Mar 17:27
Compare
Choose a tag to compare

Changes

🚀 Features

🪲 Fixes

🐎 Performance

👷 Continuous Integration

  • Bump actions/upload-artifact and actions/download-artifact from 3 to 4 (#684) @probberechts

📚 Documentation

📦 Dependencies

  • Bump actions/upload-artifact and actions/download-artifact from 3 to 4 (#684) @probberechts
  • build(deps): bump poetry from 1.8.1 to 1.8.2 in /.github/workflows (#677) @dependabot
  • build(deps): bump nox from 2023.4.22 to 2024.3.2 in /.github/workflows (#676) @dependabot
  • build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (#675) @dependabot
  • build(deps): bump poetry from 1.8.0 to 1.8.1 in /.github/workflows (#674) @dependabot
  • build(deps-dev): bump coverage from 7.4.2 to 7.4.3 (#672) @dependabot
  • build(deps): bump pandas from 2.2.0 to 2.2.1 (#673) @dependabot
  • build(deps): bump poetry from 1.7.1 to 1.8.0 in /.github/workflows (#671) @dependabot
  • build(deps): bump virtualenv from 20.25.0 to 20.25.1 in /.github/workflows (#669) @dependabot
  • build(deps): bump scikit-learn from 1.4.0 to 1.4.1.post1 (#664) @dependabot
  • build(deps-dev): bump pyupgrade from 3.15.0 to 3.15.1 (#665) @dependabot
  • build(deps-dev): bump pre-commit from 3.6.1 to 3.6.2 (#666) @dependabot
  • build(deps-dev): bump coverage from 7.4.1 to 7.4.2 (#667) @dependabot
  • build(deps-dev): bump pre-commit from 3.6.0 to 3.6.1 (#663) @dependabot
  • build(deps): bump sphinx-autodoc-typehints from 1.25.3 to 2.0.0 in /docs (#660) @dependabot
  • build(deps): bump sphinx-autodoc-typehints from 1.25.2 to 1.25.3 in /docs (#651) @dependabot
  • build(deps): bump pandas from 2.1.4 to 2.2.0 (#650) @dependabot
  • build(deps): bump sphinx-autodoc-typehints from 1.25.2 to 1.25.3 (#652) @dependabot
  • build(deps-dev): bump coverage from 7.4.0 to 7.4.1 (#653) @dependabot
  • build(deps): bump furo from 2023.9.10 to 2024.1.29 in /docs (#654) @dependabot
  • build(deps): bump codecov/codecov-action from 3 to 4 (#655) @dependabot
  • build(deps): bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#656) @dependabot
  • build(deps): bump pip from 23.3.2 to 24.0 in /.github/workflows (#658) @dependabot
  • build(deps): bump numpy from 1.26.3 to 1.26.4 (#659) @dependabot
  • build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#647) @dependabot
  • build(deps): bump scikit-learn from 1.3.2 to 1.4.0 (#648) @dependabot
  • build(deps): bump actions/cache from 3 to 4 (#649) @dependabot
  • build(deps): bump numpy from 1.26.2 to 1.26.3 (#646) @dependabot
  • build(deps-dev): bump pytest from 7.4.3 to 7.4.4 (#645) @dependabot

v1.5.0: socceraction 🤝 kloppy

30 Dec 20:23
Compare
Choose a tag to compare

✨ Highlights

Loading data with kloppy

This release adds support for loading data using kloppy.

from kloppy import statsbomb
from socceraction.spadl.kloppy import convert_to_actions
import socceraction.atomic.spadl as atomicspadl

dataset = statsbomb.load_open_data(match_id=8657)
spadl_actions = convert_to_actions(dataset, game_id=8657)
atomic_spadl_actions = atomicspadl.convert_to_atomic(spadl_actions)

This will also work for other data sources, but the resulting SPADL representation will be incomplete / contain errors. A bit more work is required on the kloppy-side to implement the full data model and resolve bugs (see #643 and #644).

Pandas 2.0 support

This release adds support for Pandas v2. Pandas < v2 should be supported for the foreseeable future.

Changes

💥 Breaking Changes

🚀 Features

🪲 Fixes

🚨 Testing

👷 Continuous Integration

📦 Dependencies

v1.4.2

10 Sep 08:18
Compare
Choose a tag to compare

Changes

🪲 Fixes

👷 Continuous Integration

📦 Dependencies

v1.4.1

30 May 10:02
Compare
Choose a tag to compare

Changes

🚀 Features

🪲 Fixes

🐎 Performance

🚨 Testing

👷 Continuous Integration

📦 Dependencies

v1.4.0

18 Feb 19:58
Compare
Choose a tag to compare

Changes

💥 Breaking Changes

🪲 Fixes

📚 Documentation

📦 Dependencies