v1.4.0
Source Data & Insights 🔗 💡
- handle Game tables with additional titles
- handle Scores with reassigned Player number
- handle noname Scores without Player
🐞 Bugfix
- fix handling (optional) Sports Halls when importing games
- fix Game count on Player detail view #130 thanks to @jupadin
- fix handling Players and Scores #131
Maintenance 👩🔧
- assert no error logs on
IntegrationTestCase.assert_command
- unify test structure (packages, classes, methods)
- restructure separate scrape commands:
import_associations
: Associationsimport_districts
: Districtsimport_leagues
: Seasons, Leagues, Teamsimport_games
: Games, Sport Hallsimport_reports
: Players, Scores
Tooling 🛠
- run pylint in ci-build and pr-build #126
- display test reports
- run ci-build on all branches
Dependencies 📦
- update from pylint 2 to 3
- minor, transitive or dev-related python dependency updates
Full Changelog: v1.3.15...v1.4.0