From 49eafb7b246cc379a52f026d5e2012c674c4daa6 Mon Sep 17 00:00:00 2001 From: Koen Vossen Date: Thu, 13 Apr 2023 10:59:49 +0200 Subject: [PATCH] Bump version to 3.10.0 --- docs/changelog.md | 8 ++++++++ kloppy/__init__.py | 2 +- mkdocs.yml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 725382a1..f02932ea 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,14 @@ Find out all changes between different kloppy versions +## 3.10.0 (2023-04-13) + +Pull requests merged: + +- Add support for corner shots ([#176](https://github.com/PySport/kloppy/pull/176)) +- Fix S3Adapter.read_to_stream ([#179](https://github.com/PySport/kloppy/pull/179)) +- Add pandas pyarrow support + better performance on to_df ([#180](https://github.com/PySport/kloppy/pull/180)) + ## 3.9.0 (2023-03-14) Pull requests merged: diff --git a/kloppy/__init__.py b/kloppy/__init__.py index 7b822442..28a467ac 100644 --- a/kloppy/__init__.py +++ b/kloppy/__init__.py @@ -13,4 +13,4 @@ # ) # from .domain.services.state_builder import add_state -__version__ = "3.9.0" +__version__ = "3.10.0" diff --git a/mkdocs.yml b/mkdocs.yml index 14771903..e78ecd88 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: kloppy 3.9.0 +site_name: kloppy 3.10.0 site_url: https://kloppy.pysport.org repo_url: https://github.com/PySport/kloppy repo_name: 'GitHub'