Skip to content

Commit d5468bf

Browse files
committed
Bump version to 3.14.0
1 parent c3ed5e3 commit d5468bf

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

docs/changelog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@
33

44
Find out all changes between different kloppy versions
55

6+
## 3.14.0 (2023-12-29)
7+
8+
Pull requests merged:
9+
10+
- Add SetPieceQualifiers for StatsBomb Shot event ([#223](https://github.com/PySport/kloppy/pull/223))
11+
- Add CardQualifiers for StatsBomb FoulCommited event ([#221](https://github.com/PySport/kloppy/pull/221))
12+
- Run build docs ([#231](https://github.com/PySport/kloppy/pull/231))
13+
- Fixing epts metrica loader when score is not on the metadata file ([#227](https://github.com/PySport/kloppy/pull/227))
14+
- Fix Bodypart qualifiers in StatsBomb clearance event ([#228](https://github.com/PySport/kloppy/pull/228))
15+
- Add own goals in StatsBomb deserializer ([#229](https://github.com/PySport/kloppy/pull/229))
16+
- Add InterceptionEvent ([#230](https://github.com/PySport/kloppy/pull/230))
17+
- Add Opta shot result coordinates ([#233](https://github.com/PySport/kloppy/pull/233))
18+
- Fix Wyscout deserialization of teams and players ([#235](https://github.com/PySport/kloppy/pull/235))
19+
- Fix sportec current ([#217](https://github.com/PySport/kloppy/pull/217))
20+
- Add StatsBomb shot result coordinates ([#232](https://github.com/PySport/kloppy/pull/232))
21+
- Recognize take on event for Wyscout ([#238](https://github.com/PySport/kloppy/pull/238))
22+
- Fix multiple pass qualifiers per pass event ([#241](https://github.com/PySport/kloppy/pull/241))
23+
- Add tackle as duel type and recognize StatsPerform challenge event ([#242](https://github.com/PySport/kloppy/pull/242))
24+
- Fix Wyscout v2 set-piece qualifiers ([#245](https://github.com/PySport/kloppy/pull/245))
25+
- Use new Wyscout open data format. ([#248](https://github.com/PySport/kloppy/pull/248))
26+
- Support JSON meta data in Stats Perform tracking data deserializer ([#255](https://github.com/PySport/kloppy/pull/255))
27+
- Remove duplicate Metrica set-piece events ([#264](https://github.com/PySport/kloppy/pull/264))
28+
- Add artificial formation change event in Wyscout deserializer ([#250](https://github.com/PySport/kloppy/pull/250))
29+
- Estimate Wyscout v2 shot result coordinates ([#246](https://github.com/PySport/kloppy/pull/246))
30+
- Fix shot end coordinates for Opta deserializer ([#247](https://github.com/PySport/kloppy/pull/247))
31+
- Fix receiver_coordinates of passes for Wyscout v2 ([#259](https://github.com/PySport/kloppy/pull/259))
32+
- Fix GoalKeeperActionType.SAVE coordinates for Wyscout v2 ([#260](https://github.com/PySport/kloppy/pull/260))
33+
- Refactor StatsBomb deserializer ([#262](https://github.com/PySport/kloppy/pull/262))
34+
- Implement GoalkeeperActionType.PICK_UP and GoalkeeperActionType.CLAIM for StatsBomb ([#224](https://github.com/PySport/kloppy/pull/224))
35+
- Add shot body part qualifiers for Wyscout v2 ([#258](https://github.com/PySport/kloppy/pull/258))
36+
- Add Opta support for extra time & penalty shootouts ([#263](https://github.com/PySport/kloppy/pull/263))
37+
- Fix FoulComitted + Card for Wyscout v2 ([#261](https://github.com/PySport/kloppy/pull/261))
38+
- Revert changes to duel parsing logic in Opta deserializer ([#273](https://github.com/PySport/kloppy/pull/273))
39+
640
## 3.13.0 (2023-09-29)
741

842
Pull requests merged:

kloppy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# )
1414
# from .domain.services.state_builder import add_state
1515

16-
__version__ = "3.13.0"
16+
__version__ = "3.14.0"

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: kloppy 3.13.0
1+
site_name: kloppy 3.14.0
22
site_url: https://kloppy.pysport.org
33
repo_url: https://github.com/PySport/kloppy
44
repo_name: 'GitHub'

0 commit comments

Comments
 (0)