Skip to content

v0.1.1

Compare
Choose a tag to compare
@Alek050 Alek050 released this 10 Feb 10:32
· 177 commits to main since this release
318a5e6
Hot fix documentation (#33)

* Updated CONTRIBUTION.md

* updated consoles

* Added pull request description format

* added that pull requests should be opened to the develop branch

* Added Metadata class

* Fixed linting

* isort bs

* Fixed comments pull request

* 2: Feature to load opta event data. (#12)

* WIP started in loading event metadata

* changes

* resolved merge confilcts

* added metadataloader

* Finished with import of opta event data

* minor change to contributing.md

* changes to linters

* added test data

* requested changes

* 5: Elaborate pyproject.toml with classifiers. (#19)

* changed pyproject.toml

* Changed docs loc

* 1 feature parse tracab data (#18)

* WIP started with loading tracking data tracab

* Tested automatic docstring creation

* added bs4 and lxml, added metadata pareser and started docstrings

* Added more docstrings

* Added tqdm package, implemented progress bar, finished adding docstrings

* fixing big .dat file

* linters

* changed _get_lines_dat_file

* fixed comments on functions

* Added tests

* added _to_match_time (WIP)

* Improved _get_matchtime

* Fixed comments pull request

* Added tests for _get_matchtime

* linters

* Fixed period_start_dict

* Fixed lowercase and home/away-issue

* linters

* Removed whitespace if no firstname

* 13: feature, add match class. (#21)

* WIP started with loading tracking data tracab

* Tested automatic docstring creation

* added bs4 and lxml, added metadata pareser and started docstrings

* Added more docstrings

* Added tqdm package, implemented progress bar, finished adding docstrings

* fixing big .dat file

* linters

* changed _get_lines_dat_file

* fixed comments on functions

* Added tests

* added start to match class

* added _to_match_time (WIP)

* implemented with tracab code

* tests passed

* started on tests

* finished match class

* resolved conflicts

* resolved conflicts

---------

Co-authored-by: Daan <daaniogrob@gmail.com>

* 17 feature visualise tracking data (#23)

* WIP started with loading tracking data tracab

* Tested automatic docstring creation

* added bs4 and lxml, added metadata pareser and started docstrings

* Added more docstrings

* Added tqdm package, implemented progress bar, finished adding docstrings

* fixing big .dat file

* linters

* changed _get_lines_dat_file

* added function to plot pitch

* fixed comments on functions

* WIP added function to save a match clip

* Added tests

* added start to match class

* added _to_match_time (WIP)

* implemented with tracab code

* tests passed

* started on tests

* finished match class

* resolved minor differences

* added visualise test sort of

* hide the event plot function

* added matplotlib to dependencies

* added ffmpeg

* added small comment on ffmpeg

* resolved test error due to ffmpeg

---------

Co-authored-by: Daan <daaniogrob@gmail.com>

* 3 docs write documentation (#27)

* added sphinx docs

* changed readme

* updated readme

* spelling mistake

* spelling mistake

* add visualising info

* changes

* Update README.md

added video to readme

* Update README.md

* Update README.md

* changes

* linters

* changes optimized tests (#28)

* hot fix for documentation (#30)

* changes optimized tests

* changes

* docs hotfix

* updated example

* changes

* Hot fix (#32)

* changes optimized tests

* changes

* docs hotfix

* updated example

* changes

* changed example

* did this work?

---------

Co-authored-by: Daan <daaniogrob@gmail.com>
Co-authored-by: DaanGro <91313814+DaanGro@users.noreply.github.com>