Releases: American-Soccer-Analysis/itscalledsoccer
Releases · American-Soccer-Analysis/itscalledsoccer
v1.3.0
What's new ✨
Bug Fixes 🐛
- Resolve future deprecation warning by wrapping json string with StringIO by @rbarman in #178
- Resolve ruff related warnings and add ruff format command to documentation by @rbarman in #180
- fix: update codecov action by @bgrnwd in #188
Documentation 📚
- Add CONTRIBUTING.md, CODE_OF_CODUCT.md and SECURITY.md by @bgrnwd in #179
- Use uv to deploy GH Pages by @bgrnwd in #190
Dependencies 📦
- chore(deps): bump codecov/codecov-action from 4.0.1 to 4.5.0 by @dependabot in #184
- chore: use uv for project management by @bgrnwd in #189
New Contributors 👷
Full Changelog: v1.2.1...v1.3.0
v1.2.1
Bug Fixes 🐛
- remove file.open() to prevent encoding issues while testing on windows by @pjsharpe07 in #175
- Update stadia endpoint to stadium by @pjsharpe07 in #177
New Contributors 👷
- @pjsharpe07 made their first contribution in #175
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's new ✨
Documentation 📚
- docs: convert docstrings to Google-style by @bgrnwd in #170
- fix: logo on docs site by @bgrnwd in #160
- Add documentation by @bgrnwd in #156
Dependencies 📦
- Bump mypy from 1.4.1 to 1.5.1 by @dependabot in #151
- Bump rapidfuzz from 3.1.2 to 3.2.0 by @dependabot in #149
- Bump pandas from 2.0.3 to 2.1.0 by @dependabot in #150
- Bump actions/checkout from 3 to 4 by @dependabot in #155
- Bump actions/setup-python from 4 to 5 by @dependabot in #159
- ci: switch to use PyPI trusted publisher by @bgrnwd in #167
- Switch to
pytest
instead ofbehave
by @bgrnwd in #172
New Contributors 👷
Full Changelog: v1.1.0...v1.2.0
v1.1.0
itscalledsoccer v1.0.0
Deprecations 🌆
- Removed support for Python 3.7
Bug Fixes 🐛
- Fixed an issue (#133) where newer versions of
pandas
were incompatible
itscalledsoccer v0.2.0
What's new ✨
- MLS Next Pro data is now available #26
itscalledsoccer v0.1.4
Bug Fixes 🐛
- Fixed an issue (#23) where players were missing from the when calling
get_players
#24- Root cause was the
get_entities
function was not making use of_execute_query
which handles the API limit so only the first 1000 players were being returned for leagues with more than 1000 players. There was also an incorrect function call in_execute_query
which made it accidentally recursive.
- Root cause was the