Releases: American-Soccer-Analysis/itscalledsoccer
Releases · American-Soccer-Analysis/itscalledsoccer
v1.3.2
Bug Fixes 🐛
Housekeeping 🧹
- chore(deps): bump github/codeql-action from 3.27.5 to 3.28.0 by @dependabot in #203
- chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in #202
- chore(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 by @dependabot in #201
- chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.2 by @dependabot in #200
- chore(deps): bump step-security/harden-runner from 2.10.2 to 2.10.4 by @dependabot in #208
- chore(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 by @dependabot in #207
- chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by @dependabot in #206
- chore(deps): bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in #205
- chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in #204
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's new ✨
Documentation 📚
Dependencies 📦
- chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #197
Housekeeping 🧹
- 187 feature request add support for dev containers by @bgrnwd in #192
- Enable attestation support for PyPI publishing and add OpenSSF Scorecard workflow by @bgrnwd in #194
- fix: scorecard action version by @bgrnwd in #195
- [StepSecurity] Apply security best practices by @step-security-bot in #198
Full Changelog: v1.3.0...v1.3.1
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